Skip to content

Commit

Permalink
define a Workplane.export() (#1153)
Browse files Browse the repository at this point in the history
  • Loading branch information
aavogt committed Mar 6, 2024
1 parent 153ed3f commit e04e64d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cadquery/occ_impl/exporters/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ def export(
else:
raise ValueError("Unknown export type")

Workplane.export = export


@deprecate()
def toString(shape, exportType, tolerance=0.1, angularTolerance=0.05):
Expand Down

0 comments on commit e04e64d

Please sign in to comment.