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

Class POrbital

source code

object --+
         |
        POrbital

Spyder-generated class

module models3d

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

Wiki

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

Validate block

>>>            
assert rx > 0
assert ry > 0
assert rrx >= 0
assert rry >= 0
assert planesegments >= 2
assert rotationsegments >= 2               
>>>

Form block

>>>            
BLENDER
MATRIX axis
DEFAULT rx 1
MIN rx 0.01
MAX rx 5
DEFAULT ry 1
MIN ry 0.01
MAX ry 5
DEFAULT rrx 1
MIN rrx 0
MAX rrx 5
DEFAULT rry 1
MIN rry 0
MAX rry 5
DEFAULT planesegments 8
MIN planesegments 2
MAX planesegments 100
DEFAULT rotationsegments 8
MIN rotationsegments 2
MAX rotationsegments 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]
Float rx
Float ry
Float rrx
Float rry
Integer planesegments
Integer rotationsegments
AxisSystem axis = AxisSystem()
Properties [hide private]

Inherited from object: __class__