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

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

question

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...

bug
assembly

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...

bug

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...

OCC kernel issue

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.

infrastructure

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...

question

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...

infrastructure

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...

OCC kernel issue

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...