| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Stairs3D
Spyder-generated class
module models3d
file /home/sjoerd/data/Spyder-devel/models3d/stairs.spy
3D object for simple ascending clockwise winding stairs
steprotation in degrees
The stairs ascend in the Z direction
http://www.spyderware.nl/wiki/classes/Stairs3D
>>> assert steps > 0 assert innerradius > 0 assert innerradius < outerradius assert stepheight > 0 assert steprotation > 0 assert stepoverlap >= 0 >>>
>>> BLENDER DEFAULT steps 10 RANGE steps 10 DEFAULT innerradius 3 RANGE innerradius 3 DEFAULT outerradius 5 RANGE outerradius 5 DEFAULT stepheight 1 RANGE stepheight 1 DEFAULT steprotation 10 RANGE steprotation 10 DEFAULT stepoverlap 0 MIN stepoverlap 0 MAX stepoverlap 100 >>>
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
| Integer | steps | ||
| Float | steprotation | ||
| Float | stepheight | ||
| Float | innerradius | ||
| Float | outerradius | ||
| Float | stepoverlap | ||
| Material |
material = "defaultmaterial"
|
||
| AxisSystem |
axis = AxisSystem()
|
||
|
|||
|
Inherited from |
|||
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon May 10 22:45:19 2010 | http://epydoc.sourceforge.net |