Skip to content

Commit

Permalink
Update Shape.geomType __doc__ (#1309)
Browse files Browse the repository at this point in the history
The description was probably based on  CQ1 implementation
  • Loading branch information
voneiden committed Apr 11, 2023
1 parent 58a9c72 commit e28d94c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cadquery/occ_impl/shapes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit e28d94c

Please sign in to comment.