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

Class Cylinder

source code

object --+
         |
        Cylinder

Spyder-generated class

module tarantula

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

Description

Defines a cylinder with its symmetry axis defined as axis.z

and going through axis.origin

The cylinder can be scaled using radius and height,

or by scaling axis.x/y/z

Wiki

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

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
Float height
AxisSystem axis = AxisSystem()
Material material = "defaultmaterial"
Properties [hide private]

Inherited from object: __class__