MFnMeshData allows the creation and manipulation of Mesh data objects for use in the dependency graph. __init__() Initializes a new, empty MFnMeshData object __init__(MObject) Initializes a new MFnMeshData function set, attached to the specified object. Method resolution order: - MFnMeshData - MFnGeometryData - MFnData - MFnBase - __builtin__.object
Signature | Parameters | Description |
---|---|---|
MFnMeshData() | Default constructor. Returns a new, empty MFnMeshData object.
| |
MFnMeshData(obj) | obj - MObject | Returns a new MFnMeshData function set, attached to the specified object.
|
Default.
Default.
Public Member Functions | |
__init__ () | |
create () | |
![]() | |
__init__ () | |
addObjectGroup () | |
addObjectGroupComponent () | |
changeObjectGroupId () | |
copyObjectGroups () | |
hasObjectGroup () | |
objectGroup () | |
objectGroupComponent () | |
objectGroupType () | |
removeObjectGroup () | |
removeObjectGroupComponent () | |
setObjectGroupComponent () | |
![]() | |
__init__ () | |
![]() | |
__init__ () | |
hasObj () | |
object () | |
setObject () | |
type () | |
Additional Inherited Members | |
![]() | |
int | kAny = 24 |
int | kFloatArray = 8 |
int | kMatrixArray = 12 |
int | kComponentList = 13 |
int | kDoubleArray = 7 |
int | kDynArrayAttrs = 19 |
int | kDynSweptGeometry = 20 |
int | kIntArray = 9 |
int | kInvalid = 0 |
int | kLast = 25 |
int | kLattice = 15 |
int | kMatrix = 5 |
int | kMesh = 14 |
int | kNId = 23 |
int | kNObject = 22 |
int | kNumeric = 1 |
int | kNurbsCurve = 16 |
int | kNurbsSurface = 17 |
int | kPlugin = 2 |
int | kPluginGeometry = 3 |
int | kPointArray = 10 |
int | kSphere = 18 |
int | kString = 4 |
int | kStringArray = 6 |
int | kSubdSurface = 21 |
int | kVectorArray = 11 |
![]() | |
isIdentity | |
isNotIdentity | |
matrix | |
objectGroupCount | |
OpenMaya.MFnMeshData.__init__ | ( | ) |
x.__init__(...) initializes x; see help(type(x)) for signature
OpenMaya.MFnMeshData.create | ( | ) |
create() -> MObject Creates a new mesh data object, attaches it to this function set and returns an MObject which references it.
Signature: | create() |
Parameters: | |
Returns: | The new MObject |
Description: | Creates a new mesh data object, attaches it to this function set and returns an MObject which references it. |