File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
cadquery/occ_impl/exporters Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ def export(
4343):
4444
4545 """
46- Export Wokrplane or Shape to file. Multiple entities are converted to compound.
46+ Export Workplane or Shape to file. Multiple entities are converted to compound.
4747
48- :param w: Shape or Wokrplane to be exported.
48+ :param w: Shape or Workplane to be exported.
4949 :param fname: output filename.
5050 :param exportType: the exportFormat to use. If None will be inferred from the extension. Default: None.
5151 :param tolerance: the deflection tolerance, in model units. Default 0.1.
Original file line number Diff line number Diff line change 88result = cq .Workplane ("front" ).box (3 , 2 , 0.5 )
99
1010# 3. The lowest face in the X direction is selected with the <X selector.
11- # 4. A new wokrplane is created
11+ # 4. A new workplane is created
1212# 4a.The workplane is offset from the object surface so that it is not touching
1313# the original box.
1414result = result .faces ("<X" ).workplane (offset = 0.75 )
You can’t perform that action at this time.
0 commit comments