cadquery icon indicating copy to clipboard operation
cadquery copied to clipboard

A python parametric CAD scripting framework based on OCCT

Results 349 cadquery issues
Sort by recently updated
recently updated
newest added

Is there a way to get cad-query to load the colours of a STEP file on import? Currently I am using `cq.importers.importStep` the result is always yellow in CQ-Editor.

Very nice and interesting library. I am a newbie, and I like to learn this library. As a challenge, I like to model (complex) polyhedrons. Therefore I want firstly visualize...

question

In `Sketch.bezier`, the previous `_endPoint` has to exist before a bezier can be generated: ```python def bezier( self: T, pts: Iterable[Point], tag: Optional[str] = None, forConstruction: bool = False, )...

bug
sketching

Will be useful for caching and maybe implementing a special cq kernel. I'm considering remaking CQ-editor into a spyder6 extension. AFAICT it should be enough to implement: * Vector *...

enhancement

Add `cq.Shape.outerShell` Links to OCCT documentation: [OuterShell ](https://dev.opencascade.org/doc/refman/html/class_b_rep_class3d.html#a57ca5bc0e38a7cd75166eb59322ab62a)

enhancement
OCC feature

As far as I can see, it's only possible to add colors so far. That could be extended to handling materials by using `XCAFDoc_Material` for physical properties and `XCAFDoc_VisMaterial` for...

enhancement
OCC feature

Support text on a 2D curve Continuation of #48

OCC feature
text rendering

I'm really struggling to make any sense how the `projectionDir` option works in exporting a SVG. The documentation tells me: `Direction the camera will view the shape from.`, but how...

Add option to set scaling based on model dimension instead of autoscale. Change default projection to match cq-editor. Add option and set default "up" direction so it does not flip...

[#45](https://github.com/CadQuery/CQ-editor/pull/452) uses monkey patching. IT would be nice to have an official interface like matplotlib's backends.

enhancement
usability