Skip to content

Commit

Permalink
Solidsweep: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
luzpaz committed Jul 9, 2019
1 parent 1853a20 commit f4c202c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SolidSweep.FCMacro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ except:
traj = Part.Wire([shape1])
section = Part.Wire([shape2])

# create Part objec in the current document
# create Part object in the current document
myObject=App.ActiveDocument.addObject("Part::Feature","Sweep")

# variable makeSolid = 1 to create solid, 0 to create surfaces
Expand Down

0 comments on commit f4c202c

Please sign in to comment.