mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
removed alg123d
This commit is contained in:
parent
7903e4f640
commit
2c652ff978
11 changed files with 19 additions and 29 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue