diff --git a/cadquery/occ_impl/shapes.py b/cadquery/occ_impl/shapes.py index 6acaf8fa0..b0628ebbe 100644 --- a/cadquery/occ_impl/shapes.py +++ b/cadquery/occ_impl/shapes.py @@ -545,8 +545,10 @@ def geomType(self) -> Geoms: The return values depend on the type of the shape: | Vertex: always 'Vertex' - | Edge: LINE, ARC, CIRCLE, SPLINE - | Face: PLANE, SPHERE, CONE + | Edge: LINE, CIRCLE, ELLIPSE, HYPERBOLA, PARABOLA, BEZIER, + | BSPLINE, OFFSET, OTHER + | Face: PLANE, CYLINDER, CONE, SPHERE, TORUS, BEZIER, BSPLINE, + | REVOLUTION, EXTRUSION, OFFSET, OTHER | Solid: 'Solid' | Shell: 'Shell' | Compound: 'Compound'