Module Spyder :: Class Stairs3D
[hide private]
[frames] | no frames]

Class Stairs3D

source code

object --+
         |
        Stairs3D

Spyder-generated class

module models3d

file /home/sjoerd/data/Spyder-devel/models3d/stairs.spy

Description

3D object for simple ascending clockwise winding stairs

steprotation in degrees

The stairs ascend in the Z direction

Wiki

http://www.spyderware.nl/wiki/classes/Stairs3D

Validate block

>>>            
assert steps > 0
assert innerradius > 0
assert innerradius < outerradius
assert stepheight > 0
assert steprotation > 0
assert stepoverlap >= 0               
>>>

Form block

>>>            
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               
>>>

Converters

Can be converted to:

Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]
 
three_dimensional() source code
Instance Variables [hide private]
Integer steps
Float steprotation
Float stepheight
Float innerradius
Float outerradius
Float stepoverlap
Material material = "defaultmaterial"
AxisSystem axis = AxisSystem()
Properties [hide private]

Inherited from object: __class__