Description :
|
Twisted double wound torus sweep.
Using the triangle model,
translate it 0.5 units on the x-axis (-T 0.5,0,0),
progressively rotate it one turn around the z-axis (-R 0,0,ANG),
translate it 2 units along the x-axis (-T 2,0,0),
progressively rotate it 2 turns around the y-axis (-R 0,2*ANG,0).
View this model with the command
sweep_edges -n 200 -T 0.5,0,0 -R 0,0,ANG -T 2,0,0 -R 0,2*ANG,0 pol3 | antiview -t no_tri -x e
|
|