| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
House3DWall
Spyder-generated class
module models3d
file /home/sjoerd/data/Spyder-devel/models3d/house.spy
http://www.spyderware.nl/wiki/classes/House3DWall
>>> for w in windows: assert w.verticalposition + w.height <= height poswidth = list(windows) poswidth += list(doors) poswidth.sort(lambda a,b: cmp(a.position, b.position)) for n in range(len(poswidth)): if n < len(poswidth) - 1: nextpos = poswidth[n+1].position else: nextpos = width assert poswidth[n].position + poswidth[n].width <= nextpos >>>
>>> MATRIX axis DEFAULT width 10 MIN width 0 MAX width 100 DEFAULT thickness 2 MIN thickness 0 MAX thickness 100 DEFAULT height 5 MIN height 0 MAX height 100 >>>
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
| Integer | width | ||
| Integer | height | ||
| Integer | thickness | ||
| House3DDoorArray |
doors = []
|
||
| House3DWallWindowArray |
windows = []
|
||
| AxisSystem |
axis = AxisSystem()
|
||
| Material |
material = "defaultmaterial"
|
||
|
|||
|
Inherited from |
|||
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon May 10 22:45:18 2010 | http://epydoc.sourceforge.net |