cadquery
                                
                                 cadquery copied to clipboard
                                
                                    cadquery copied to clipboard
                            
                            
                            
                        A python parametric CAD scripting framework based on OCCT
Hi there, Basically, I am generating a solid by sweeping a small circular cross section (5 mm) around a circle generated by a spline with 1000 points (1 m radius)....
I am posting this here as a known issue that we can point to when people ask. As mentioned in [this issue](https://github.com/CadQuery/cadquery/issues/1471), our Python 3.12 support is broken right now...
In Python 3.10, the | symbol was brought to represent Union types (PEP 604). The | symbol strikes a balance between clarity, consistency, and convenience, making it a fitting choice...
Hi, we would like to have a construct named cylindrical gear with the following input parameters (which are given): 1. 2D Tooth contour 2. Sweep angle (rad/mm) 3. Helix axis...
Some time back I made [cq-filter](https://github.com/voneiden/cq-filter) to allow easier manipulation of workplane objects without breaking out of the fluent API. @adam-urbanczyk requested in https://github.com/voneiden/cq-filter/issues/1 to merge some features from cq-filter...
Example does not image without show_object(assy)
ifcopenshell is a powerful tool to parse ifc files. In the `ifcopenshel.geom` [part](https://blenderbim.org/docs-python/ifcopenshell-python/geometry_processing.html), I saw that one can convert ifc file to OpenCASCADE BRep by ```python settings = ifcopenshell.geom.settings() settings.set(settings.USE_PYTHON_OPENCASCADE,...
I have solid extruded from polyline. If I make a shell for it with inner thickness (-0.5), it is built ok. If try to build outer shell (0.5 thickness), I...
Shell would build for 2 faces of extruded rect but wont build if leave only one face. Its not much like a big practical problem, because I can draw thin...