DistanceManip function set.
The DistanceManip allows the user to manipulate a point that is constrained to move along a line. This manipulator generates a single floating point value. Scaling factors can be used to determine how int the manipulator appears when it is drawn.
#include <MFnDistanceManip.h>
Public Member Functions |
|
virtual MFn::Type | type () const |
Function set type. |
|
virtual | ~MFnDistanceManip () |
Destructor. |
|
MFnDistanceManip () | |
Default constructor. |
|
MFnDistanceManip (MObject &object, MStatus *ReturnStatus=NULL) | |
Constructor. |
|
MFnDistanceManip (const MDagPath &object, MStatus *ret=NULL) | |
Constructor. |
|
MObject | create (MStatus *ReturnStatus=NULL) |
Creates a new DistanceManip. |
|
MObject | create (const MString &manipName, const MString &distanceName, MStatus *ReturnStatus=NULL) |
Creates a new DistanceManip. |
|
MStatus | connectToDistancePlug (MPlug &distancePlug) |
Connect to the distance plug. |
|
MStatus | setStartPoint (const MPoint &point) |
Sets the start point of the DistanceManip.
|
|
MStatus | setDirection (const MVector &vector) |
Sets the direction of the DistanceManip.
|
|
MStatus | setDrawStart (bool state) |
Sets whether or not to draw the start of the
DistanceManip. |
|
MStatus | setDrawLine (bool state) |
Sets whether or not to draw a line from the
start to the end of the DistanceManip. |
|
MStatus | setScalingFactor (double scalingFactor) |
Sets the scaling factor. |
|
bool | isDrawStartOn (MStatus *ReturnStatus=NULL) const |
Returns whether or not the start of the
DistanceManip is being drawn. |
|
bool | isDrawLineOn (MStatus *ReturnStatus=NULL) const |
Returns whether or not a line is being drawn
from the start to the end of the DistanceManip. |
|
double | scalingFactor (MStatus *ReturnStatus=NULL) const |
Returns the scaling factor. |
|
unsigned int | distanceIndex (MStatus *ReturnStatus=NULL) const |
Returns the index of the distance. |
|
unsigned int | directionIndex (MStatus *ReturnStatus=NULL) const |
Returns the index of the direction. |
|
unsigned int | startPointIndex (MStatus *ReturnStatus=NULL) const |
Returns the index of the start point of the
DistanceManip. |
|
unsigned int | currentPointIndex (MStatus *ReturnStatus=NULL) const |
Returns the index of the current point of
the DistanceManip. |
|
MFnDistanceManip (const MObject &object, MStatus *ret=NULL) | |
Constructor. |
|
Protected Member Functions |
|
virtual const char * | className () const |
Class name. |
~MFnDistanceManip | ( | ) | [virtual] |
Destructor.
Class destructor.
MFnDistanceManip | ( | 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 |
MFnDistanceManip | ( | 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 |
MFnDistanceManip | ( | 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] |
const char * className | ( | ) | const [protected, virtual] |
Creates a new DistanceManip.
This function set's object is set to be the new manipulator.
This method should only be used to create a non-composite DistanceManip.
The name that appears in the feedback line is "Distance"
[out] | ReturnStatus | return status |
MObject create | ( | const MString & | manipName, |
const MString & | distanceName, | ||
MStatus * | ReturnStatus =
NULL |
||
) |
Creates a new DistanceManip.
This function set's object is set to be the new manipulator.
This method should only be used to create a non-composite DistanceManip.
The name that appears in the feedback line is specified by the distanceName argument.
[in] | manipName | Name of the manip for UI purposes. |
[in] | distanceName | Label for the distance value which appears in the feedback line. |
[out] | ReturnStatus | Status code. |
Reimplemented from MFnDependencyNode.
Connect to the distance plug.
The data type corresponding to the distancePlug is a double. (Note that MFnUnitAttribute::kDistance is used to specify a distance attribute.)
[in] | distancePlug | the distance plug |
Sets the start point of the DistanceManip.
[in] | startPoint | the start point of the DistanceManip |
Sets the direction of the DistanceManip.
[in] | direction | the direction of the DistanceManip |
MStatus setDrawStart | ( | bool | state | ) |
Sets whether or not to draw the start of the DistanceManip.
The start of the DistanceManip is indicated by a grey dot. By default the start is not drawn.
[in] | state | whether or not the start should be drawn |
MStatus setDrawLine | ( | bool | state | ) |
Sets whether or not to draw a line from the start to the end of the DistanceManip.
By default the line is drawn.
[in] | state | whether or not the line should be drawn |
MStatus setScalingFactor | ( | double | scalingFactor | ) |
Sets the scaling factor.
The scaling factor is used to determine how int the DistanceManip appears when it is drawn. The default scaling factor is 1.0.
[in] | scalingFactor | the scaling factor |
bool isDrawStartOn | ( | MStatus * | ReturnStatus =
NULL |
) | const |
Returns whether or not the start of the DistanceManip is being drawn.
By default the start is not drawn.
[out] | ReturnStatus | return status |
bool isDrawLineOn | ( | MStatus * | ReturnStatus =
NULL |
) | const |
Returns whether or not a line is being drawn from the start to the end of the DistanceManip.
By default the line is drawn.
[out] | ReturnStatus | return status |
double scalingFactor | ( | MStatus * | ReturnStatus =
NULL |
) | const |
Returns the scaling factor.
The scaling factor is used to determine how int the DistanceManip appears when it is drawn.
[out] | ReturnStatus | return status |
unsigned int distanceIndex | ( | MStatus * | ReturnStatus =
NULL |
) | const |
Returns the index of the distance.
The data type corresponding to this index is a double.
[out] | ReturnStatus | return status |
unsigned int directionIndex | ( | MStatus * | ReturnStatus =
NULL |
) | const |
Returns the index of the direction.
The data type corresponding to this index is MFnNumericData::k3Double.
[out] | ReturnStatus | return status |
unsigned int startPointIndex | ( | MStatus * | ReturnStatus =
NULL |
) | const |
Returns the index of the start point of the DistanceManip.
The data type corresponding to this index is MFnNumericData::k3Double.
[out] | ReturnStatus | return status |
unsigned int currentPointIndex | ( | MStatus * | ReturnStatus =
NULL |
) | const |
Returns the index of the current point of the DistanceManip.
The data type corresponding to this index is MFnNumericData::k3Double.
[out] | ReturnStatus | return status |