The base class for geometric primitives in Nuke.
|
|
|
|
|
|
|
|
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value |
|
|
|
(x, y, z)
|
averageCenter(self,
pointlist)
Get the average x,y,z location of all points in this primitive. |
|
|
|
(x, y, z)
|
faceAverageCenter(self,
faceIndex,
pointlist)
Get the average x,y,z location of all points in a particular face. |
|
|
|
list of int
|
faceVertices(self,
faceIndex)
Get the list of point indexes for a particular face. |
|
|
|
int
|
faces(self)
Get the number of sub-faces this primitive generates. |
|
|
|
(x, y, z)
|
normal(self)
Get the normal for this primitive. |
|
|
|
list of int
|
points(self)
Get the list of point indexes for this primitive. |
|
|
|
Inherited from object:
__format__,
__hash__,
__init__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__sizeof__,
__str__,
__subclasshook__
|