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

Class Pillar3D

source code

object --+    
         |    
  Cylinder --+
             |
            Pillar3D

Spyder-generated class

module models3d

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

Description

3D object class for a simple pillar

The pillar is oriented along the Z axis

A Pillar is constructed in the same way as a Cylinder,

but it is rendered as a cylinder capped at each side

Wiki

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

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

Inherited from object: __class__

Method Details [hide private]

three_dimensional()
Static Method

source code 
Overrides: Cylinder.three_dimensional