You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
defspring_demo() ->bd.Part:
"""Construct a "spring" using a helix sweep of a circle."""p=bd.Part()
helix=bd.Helix(radius=2, pitch=1, height=10, cone_angle=0)
p+=bd.sweep(
path=helix,
sections=((helix^0) *bd.Circle(radius=0.3)),
)
returnpshow(spring_demo())
Would be awesome if you could add an example that shows how to make a spring part (a circle swept on a helix)
The text was updated successfully, but these errors were encountered: