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

Class Block3D

source code

object --+
         |
        Block3D

Spyder-generated class

module tarantula

file /home/sjoerd/Spyder-devel/tarantula/Tarantula.spy

Description

Class for rectangular blocks

Wiki

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

Validate block

>>>            
if pivot != None: assert pivot in ("center", "corner")               
>>>

Form block

>>>            
OPTION pivot "center", "corner"
BLENDER
MATRIX axis
DEFAULT dimensions Coordinate(1,1,1)               
>>>

Converters

Can be converted to:

Can be converted from:

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]
Coordinate dimensions
Material material = "defaultmaterial"
AxisSystem axis = AxisSystem()
String pivot = "center"
Properties [hide private]

Inherited from object: __class__