| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Chunk3D
Spyder-generated class
module models3d
file /home/sjoerd/data/Spyder-devel/models3d/chunk.spy
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.
http://www.spyderware.nl/wiki/classes/Chunk3D
>>> assert len(plane1) > 2 assert len(plane2) == len(plane1) >>>
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
| CoordinateArray | plane1 | ||
| CoordinateArray | plane2 | ||
| AxisSystem |
axis = AxisSystem()
|
||
| Material |
material = "defaultmaterial"
|
||
|
|||
|
Inherited from |
|||
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon May 10 22:45:16 2010 | http://epydoc.sourceforge.net |