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

Class Chunk3D

source code

object --+
         |
        Chunk3D

Spyder-generated class

module models3d

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

Description

Quick way to construct a three-dimensional segment or chunk,

consisting of two planes of an equal number of sides,

with an edge between point 1 of plane 1 and point 1 of plane 2, etc.

Wiki

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

Validate block

>>>            
assert len(plane1) > 2
assert len(plane2) == len(plane1)               
>>>

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

Inherited from object: __class__