Skip to content

Commit e28d94c

Browse files
authored
Update Shape.geomType __doc__ (#1309)
The description was probably based on CQ1 implementation
1 parent 58a9c72 commit e28d94c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cadquery/occ_impl/shapes.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,8 +545,10 @@ def geomType(self) -> Geoms:
545545
The return values depend on the type of the shape:
546546
547547
| Vertex: always 'Vertex'
548-
| Edge: LINE, ARC, CIRCLE, SPLINE
549-
| Face: PLANE, SPHERE, CONE
548+
| Edge: LINE, CIRCLE, ELLIPSE, HYPERBOLA, PARABOLA, BEZIER,
549+
| BSPLINE, OFFSET, OTHER
550+
| Face: PLANE, CYLINDER, CONE, SPHERE, TORUS, BEZIER, BSPLINE,
551+
| REVOLUTION, EXTRUSION, OFFSET, OTHER
550552
| Solid: 'Solid'
551553
| Shell: 'Shell'
552554
| Compound: 'Compound'

0 commit comments

Comments
 (0)