| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Bolt3D
Spyder-generated class
module models3d
file /home/sjoerd/data/Spyder-devel/models3d/bolt.spy
Sergio Moura's Bolt
http://www.spyderware.nl/wiki/classes/Bolt3D
>>> assert radius > 0 assert ident >= 0 assert ident < radius assert divisions >= 3 assert loops >= 3 #prevent normal flipping assert step > 0 >>>
>>> BLENDER MATRIX axis DEFAULT radius 1 MIN radius 0.01 MAX radius 10 DEFAULT divisions 8 MIN divisions 4 MAX divisions 100 DEFAULT step .2 MIN step 0.01 MAX step 10 DEFAULT loops 5 MIN loops 3 MAX loops 100 DEFAULT ident 0.1 MIN ident 0.01 MAX ident 10 >>>
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
| Float | radius | ||
| Integer | divisions | ||
| Float | step | ||
| Integer | loops | ||
| Float | ident | ||
| Bool |
crease_inside = False
|
||
| Bool |
crease_outside = False
|
||
| Bool |
crease_cap = False
|
||
| AxisSystem |
axis = AxisSystem()
|
||
| Material |
material = "defaultmaterial"
|
||
|
|||
|
Inherited from |
|||
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon May 10 22:45:16 2010 | http://epydoc.sourceforge.net |