#include
<MFnNObjectData.h>
List of all
members.
Detailed Description
function set for nCloth object data
Class for transferring N object data between connections
Constructor & Destructor Documentation
MFnNObjectData::MFnNObjectData |
( |
MObject & |
object, |
|
|
MStatus * |
ReturnStatus =
NULL |
|
|
) |
|
|
|
Constructor.
Class constructor that initializes the function set to the given
MObject.
- Parameters:
-
[in] |
object |
The MObject to
attach the function set to |
[out] |
ReturnStatus |
the return status |
- Status Codes:
-
MFnNObjectData::MFnNObjectData |
( |
const MObject & |
object, |
|
|
MStatus * |
ReturnStatus =
NULL |
|
|
) |
|
|
|
Constructor.
Class constructor that initializes the function set to the given
MObject.
- Parameters:
-
[in] |
object |
The MObject to
attach the function set to |
[out] |
ReturnStatus |
the return status |
- Status Codes:
-
Member Function Documentation
MFn::Type
MFnNObjectData::type |
( |
|
) |
const [virtual] |
const char * MFnNObjectData::className |
( |
|
) |
const [protected, virtual] |
Class name.
Return the class name : "MFnNObjectData"
Reimplemented from MFnData.
MObject MFnNObjectData::create |
( |
|
) |
const |
Creates an underlying Maya N data object and return it as an
MObject
- Returns:
- The newly object.
Get the nObject pointer for an nCloth
- Parameters:
-
[in] |
ptr |
Storage to return the pointer to the N cloth. |
- Returns:
- Status Code
- Status Codes:
-
Get the nObject pointer for an nRigid
- Parameters:
-
[in] |
ptr |
Storage to return the pointer to the N rigid |
- Returns:
- Status Code
- Status Codes:
-
Get the nObject pointer for an nParticle
- Parameters:
-
[in] |
ptr |
Storage to return the pointer to the N cloth. |
- Returns:
- Status Code
- Status Codes:
-
Set the nCloth pointer
- Parameters:
-
[in] |
ptr |
pointer to the N cloth |
- Returns:
- Status Code
- Status Codes:
-
Set the nRigid pointer
- Parameters:
-
[in] |
ptr |
pointer to the nRigid |
- Returns:
- Status Code
- Status Codes:
-
Set the nParticle pointer
- Parameters:
-
[in] |
ptr |
pointer to the nParticle |
- Returns:
- Status Code
- Status Codes:
-
MStatus MFnNObjectData::getCollide |
( |
bool & |
collide |
) |
const |
Get wether the nObject is allowed to participate in
collisions
- Parameters:
-
[out] |
collide |
the collision state |
- Returns:
- Status Code
- Status Codes:
-
MStatus MFnNObjectData::getCached |
( |
bool & |
cached |
) |
const |
Get wether the nObject is cached.
- Parameters:
-
[out] |
cached |
the cache state |
- Returns:
- Status Code
- Status Codes:
-
MStatus MFnNObjectData::setCached |
( |
bool |
cached |
) |
|
Set wether the nObject is cached.
- Parameters:
-
[in] |
cached |
the cache state |
- Returns:
- Status Code
- Status Codes:
-