Help with Modeling

Hey, I am trying to model this stool made of bamboo. Does anyone know what the fastest or best practices of steps would be to model this?

1 Like

Top and bottom circle. Divide both circles. Shift the points of one circle. Connect the points with lines. Pipe the lines.

Edit: Oops not grasshopper.

Still - just draw a line from one circle to another and pattern it and pipe it.

1 Like

Probably Circle>Divide Curve>Extrude Points>Twist>Pipe

1 Like

check also Hyperboloid

as @ftzuk wrote

workflow / commands from left to right

(1)
_circle
_copy vertical
_line

(2)
_pointsOn
_rotate with centerSnap

(3)
_pipe

(4)
_arrayPolar

hope this helps.
try it.
post a 3dm file with your result if you have further questions.

kind regards -tom

alternatively for a better preview, create one line polar array it, turn points on and rotate the upper points with gumball, optionally turn on history then pipe.

1 Like