A 3D object consisting of vertices and primitives built out of
them.
|
|
|
|
|
|
|
|
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value |
|
|
|
AttribContext
|
attribContext(self,
name,
group,
type)
Gets an attribute context for the named attribute of this object. |
|
|
|
list of (x,y,z) tuples
|
normals(self)
Gets the list of vertex normals for this object. |
|
|
|
PointList
|
points(self)
Gets the point list for this object. |
|
|
|
list of point index lists
|
primitives(self)
Gets the list of primitives which make up this object. |
|
|
|
4x4 tuple of floats
|
transform(self)
Gets the transform matrix from the objects local coordinate system to
world coordinates. |
|
|
|
Inherited from object:
__format__,
__hash__,
__init__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__sizeof__,
__str__,
__subclasshook__
|