Skip to content

Commit 628acc4

Browse files
committed
define a Workplane.export() (#1153)
1 parent 153ed3f commit 628acc4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cadquery/occ_impl/exporters/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ def export(
132132
else:
133133
raise ValueError("Unknown export type")
134134

135+
Workplane.export = export
136+
135137

136138
@deprecate()
137139
def toString(shape, exportType, tolerance=0.1, angularTolerance=0.05):

0 commit comments

Comments
 (0)