removed alg123d

This commit is contained in:
Bernhard 2023-03-21 20:36:39 +01:00
parent 7903e4f640
commit 2c652ff978
11 changed files with 19 additions and 29 deletions

View file

@ -1,5 +1,4 @@
from build123d import *
import alg123d as ad
powerup = Spline(
(0, 0, 0),
@ -8,7 +7,7 @@ powerup = Spline(
tangents=((1, 0, 0), (1, 0, 0)),
tangent_scalars=(0.5, 2),
)
corner = ad.RadiusArc(powerup @ 1, (100, 60, 0), -30)
corner = RadiusArc(powerup @ 1, (100, 60, 0), -30)
screw = Pos(75, 40, 15) * Helix(75, 150, 15, direction=(-1, 0, 0))
roller_coaster = powerup + corner + screw