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

Class CoordinateGrid2D

source code

object --+
         |
        CoordinateGrid2D

Spyder-generated class

module models3d

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

Description

A 2D grid of 3D coordinates

Wiki

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

Validate block

>>>            
assert x >= 2
assert y >= 2
assert len(vertices) == x * y               
>>>

Converters

Can be converted to:

Can be converted from:

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]
CoordinateArray vertices
Integer x
Integer y
Bool xwrap = False
Bool ywrap = False
Material material = "defaultmaterial"
AxisSystem axis = AxisSystem()
Properties [hide private]

Inherited from object: __class__