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(
43
43
):
44
44
45
45
"""
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.
47
47
48
- :param w: Shape or Wokrplane to be exported.
48
+ :param w: Shape or Workplane to be exported.
49
49
:param fname: output filename.
50
50
:param exportType: the exportFormat to use. If None will be inferred from the extension. Default: None.
51
51
:param tolerance: the deflection tolerance, in model units. Default 0.1.
Original file line number Diff line number Diff line change 8
8
result = cq .Workplane ("front" ).box (3 , 2 , 0.5 )
9
9
10
10
# 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
12
12
# 4a.The workplane is offset from the object surface so that it is not touching
13
13
# the original box.
14
14
result = result .faces ("<X" ).workplane (offset = 0.75 )
You can’t perform that action at this time.
0 commit comments