[PartDesign::Scripts::Spring.py] update old example script

This commit is contained in:
mwganson
2022-01-02 12:08:52 -06:00
committed by wwmayer
parent ccb03cadd5
commit af9857faef

View File

@@ -32,8 +32,8 @@ class MySpring:
c.Radius = barradius
p = c.toShape()
section = Part.Wire([p])
makeSolid = 1 # change to 1 to make a solid
isFrenet = 1
makeSolid = True
isFrenet = True
myspring = Part.Wire(myhelix).makePipeShell([section], makeSolid, isFrenet)
fp.Shape = myspring