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

Class House3DDoor

source code

object --+
         |
        House3DDoor

Spyder-generated class

module models3d

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

Wiki

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

Validate block

>>>            
assert position >= 0
assert width > 0
assert height > 0               
>>>

Form block

>>>            
DEFAULT position 2
MIN position 0
MAX position 100
DEFAULT width 2
MIN width 0
MAX width 100
DEFAULT height 2
MIN height 0
MAX height 100                   
>>>
Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Instance Variables [hide private]
Integer position
Integer width
Integer height
Properties [hide private]

Inherited from object: __class__