cadquery
cadquery copied to clipboard
A python parametric CAD scripting framework based on OCCT
Hi, I’ve just started to discover open source modeling programs (Gmsh,FreeCad,Cadquery).I wonder , does cadquery has capability of fragment operation like Gmsh and FreeCad ? thx
I'm trying to export an assembly to GLTF, as it seems to be a good way to get it into Blender, however I always get a warning during export and...
conda install : master I have bunch of twisted wires shown in the picture below. When I try to extrude them I get a segmentation fault. Is it expected that...
I am trying to make two concentric circles on the top face of a box for further extrusion. However this code produces two circles with the right offset, but in...
Similar issue observed in other projects: https://github.com/conda-forge/conda-forge.github.io/issues/1604 According to this blog post this should not happen: https://devblogs.microsoft.com/devops/change-in-azure-pipelines-grant-for-private-projects/ Request form has been submitted and currently waiting for a reply from MS.
I'm trying to create helical paths around shapes other than a cylinder or cone. For example, I made this manually by splitting a helix and drawing tangent lines between the...
Shall we consider moving to https://groups.io/ , they seem to be free for open source projects and offer github integration. Google groups seem to be abandoned by google so maybe...
When creating a `cadquery.Vector` instance, if it is passed a tuple or list with a length that is not 2 or 3, it will crash with an unbound local error...
I am attempting to generate a plate with a given thickness based on a closed wire such as in the example below: ```python import cadquery as cq from math import...
The centering code always assumes no direction is specified (e.g. to center a cylinder, you translate it by `(r, r, -h/2)`). For example, `cq.Workplane().cylinder(10, 10, (1, 0, 0))` will create...