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

Class SphereCloud3D

source code

object --+
         |
        SphereCloud3D

Spyder-generated class

module models3d

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

Wiki

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

Validate block

>>>            
assert radius >= 0
assert nrpoints >= 8               
>>>

Form block

>>>            
BLENDER
MATRIX axis
MIN radius 0
MAX radius 100
DEFAULT radius 10
RANGE nrpoints 8
DEFAULT nrpoints 16               
>>>

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]
Float radius
Integer nrpoints
AxisSystem axis = AxisSystem()
Properties [hide private]

Inherited from object: __class__