How to make a Spiral Staircase.

 

In this project you will be using Array allot. This is a very useful function. Some is to scale, others I make up as I go along. The purpose here is to give you an idea of the mechanics and then you can do your own designs.

First to make is a step, create a CircleCircle.gif (975 bytes) as shown. 4 unit rad.

stairs01.gif (11864 bytes)stairs01a.gif (11916 bytes)

Next create a Curve/HelixHelix.gif (968 bytes), same radius and 8 units high, and one turn.

stairs01b.gif (11913 bytes)stairs01c.gif (16325 bytes)

Next use Surface from Planar Curves to create a surface from the circle. Next create a Line SegmentPolyline.gif (961 bytes) from the center to the side.

stairs02.gif (16383 bytes)stairs02a.gif (11909 bytes)

Now use Transform/Array/Along Curve to multiply the line segment 14 times. Make sure you have "Style" "Road like" selected.

stairs02b.gif (13447 bytes)stairs02c.gif (7314 bytes)

stairs02d.gif (12454 bytes)stairs02e.gif (12515 bytes)

Now SplitSplit.jpg (923 bytes) the surface with the lines selected. This will give you a pie segment that will be your step.

stairs02f.gif (12480 bytes)stairs02g.gif (13767 bytes)

Now use Solid/Extrude Planar Curve at a thickness of .2 units to create a step, then delete the surface, or use Extrude on the edges, Join the pieces and then use Solid/Cap Planar Holes.

stairs02h.gif (13863 bytes)stairs02i.gif (13884 bytes)

Page 2