This function set allows you to create, edit, and query single indexed components.
Single indexed components store 1 dimensional index values.
__init__()
Initializes a new, empty MFnSingleIndexedComponent object
__init__(MObject component)
Initializes a new MFnSingleIndexedComponent function set, attached to the specified component.
Method resolution order:
- MFnSingleIndexedComponent
- MFnComponent
- MFnBase
- __builtin__.object
setCompleteData(numElements) -> self
Marks the component as complete (i.e. contains all possible elements).
numElements indicates the number of elements in the complete component.
Property Documentation
OpenMaya.MFnSingleIndexedComponent.elementMax
static
Biggest element plus 1 in the component.
The documentation for this class was generated from the following file: