PointOnSurfaceManip function set.
The PointOnSurfaceManip allows the user to manipulate a point constrained to move along a surface, in order to specify the (u, v) surface parameter values. This manipulator generates two floating point values corresponding to the surface (u, v) parameters.
#include <MFnPointOnSurfaceManip.h>
Public Member Functions |
|
virtual MFn::Type | type () const |
Function set type. |
|
virtual | ~MFnPointOnSurfaceManip () |
Destructor. |
|
MFnPointOnSurfaceManip () | |
Default constructor. |
|
MFnPointOnSurfaceManip (MObject &object, MStatus *ReturnStatus=NULL) | |
Constructor. |
|
MFnPointOnSurfaceManip (const MDagPath &object, MStatus *ret=NULL) | |
Constructor. |
|
MObject | create (MStatus *ReturnStatus=NULL) |
Creates a new PointOnSurfaceManip. |
|
MObject | create (const MString &manipName, const MString ¶mName, MStatus *ReturnStatus=NULL) |
Creates a new PointOnSurfaceManip. |
|
MStatus | connectToSurfacePlug (MPlug &surfacePlug) |
Connect to the surface plug. |
|
MStatus | connectToParamPlug (MPlug ¶mPlug) |
Connect to the param plug. |
|
MStatus | setDrawSurface (bool state) |
Sets whether or not the surface is drawn.
|
|
MStatus | setDrawArrows (bool state) |
Sets whether or not the arrows should be
drawn. |
|
MStatus | setParameters (double u, double v) |
Sets the u and v parameters. |
|
MStatus | getParameters (double &u, double &v) |
Returns the parameter. |
|
bool | isDrawSurfaceOn (MStatus *ReturnStatus=NULL) const |
Returns whether or not the surface is drawn.
|
|
unsigned int | surfaceIndex (MStatus *ReturnStatus=NULL) const |
Returns the index of the surface. |
|
unsigned int | paramIndex (MStatus *ReturnStatus=NULL) const |
Returns the index of the parameter of the
PointOnSurfaceManip. |
|
MFnPointOnSurfaceManip (const MObject &object, MStatus *ret=NULL) | |
Constructor. |
|
Protected Member Functions |
|
virtual const char * | className () const |
Class name. |
~MFnPointOnSurfaceManip | ( | ) | [virtual] |
Destructor.
Class destructor.
MFnPointOnSurfaceManip | ( | MObject & | object, |
MStatus * | ReturnStatus =
NULL |
||
) |
Constructor.
Class constructor that initializes the function set to the given MObject.
[in] | object | The MObject to attach the function set to |
[out] | ReturnStatus | the return status |
MFnPointOnSurfaceManip | ( | const MDagPath & | object, |
MStatus * | ReturnStatus =
NULL |
||
) |
Constructor.
Class constructor that initializes the function set to the given constant MDagPath object.
[in] | object | The const MDagPath to attach the function set to |
[out] | ReturnStatus | The return status |
MFnPointOnSurfaceManip | ( | const MObject & | object, |
MStatus * | ReturnStatus =
NULL |
||
) |
Constructor.
Class constructor that initializes the function set to the given MObject.
[in] | object | The MObject to attach the function set to |
[out] | ReturnStatus | the return status |
MFn::Type type | ( | ) | const [virtual] |
Function set type.
Return the class type : MFn::kPointOnSurfaceManip.
Reimplemented from MFnManip3D.
const char * className | ( | ) | const [protected, virtual] |
Creates a new PointOnSurfaceManip.
This function set's object is set to be the new manipulator.
This method should only be used to create a non-composite PointOnSurfaceManip.
The name that appears in the feedback line is "param"
[out] | ReturnStatus | return status |
MObject create | ( | const MString & | manipName, |
const MString & | paramName, | ||
MStatus * | ReturnStatus =
NULL |
||
) |
Creates a new PointOnSurfaceManip.
This function set's object is set to be the new manipulator.
This method should only be used to create a non-composite PointOnSurfaceManip.
The name that appears in the feedback line is specified by the paramName argument.
[in] | manipName | Name of the manip for UI purposes. |
[in] | paramName | Label for the parameter value which appears in the feedback line |
[out] | ReturnStatus | Status code. |
Reimplemented from MFnDependencyNode.
Connect to the surface plug.
The data type corresponding to the surfacePlug is MFnData::kNurbsSurface.
[in] | surfacePlug | the surface plug |
Connect to the param plug.
The data type corresponding to the paramPlug is MFnNumericData::k2Double.
[in] | paramPlug | the param plug |
MStatus setDrawSurface | ( | bool | state | ) |
Sets whether or not the surface is drawn.
[in] | state | whether or not the surface should be drawn |
MStatus setDrawArrows | ( | bool | state | ) |
Sets whether or not the arrows should be drawn.
[in] | state | whether or not the arrows should be drawn |
MStatus setParameters | ( | double | u, |
double | v | ||
) |
Sets the u and v parameters.
[in] | u | u parameter |
[in] | v | v parameter |
MStatus getParameters | ( | double & | u, |
double & | v | ||
) |
Returns the parameter.
[out] | u | u parameter |
[out] | v | v parameter |
bool isDrawSurfaceOn | ( | MStatus * | ReturnStatus =
NULL |
) | const |
Returns whether or not the surface is drawn.
[out] | ReturnStatus | return status |
unsigned int surfaceIndex | ( | MStatus * | ReturnStatus =
NULL |
) | const |
Returns the index of the surface.
The data type corresponding to this index is MFnData::kNurbsSurface.
[out] | ReturnStatus | return status |
unsigned int paramIndex | ( | MStatus * | ReturnStatus =
NULL |
) | const |
Returns the index of the parameter of the PointOnSurfaceManip.
The data type corresponding to this index is MFnNumericData::k2Double.
[out] | ReturnStatus | return status |