API Documentation > Interface Classes > Class pfcDatumCsysOrientMoveConstraint
Class pfcDatumCsysOrientMoveConstraint

# include <pfcCoordSysFeat.h>

class
pfcDatumCsysOrientMoveConstraint
: public virtual
xobject
{
xdeclare(pfcDatumCsysOrientMoveConstraint)
...
};
This is a
COMPACT class.

Description
This class describes a datum coordinate system orientation constraint.
User Guide References:
Method Summary
Create (pfcDatumCsysOrientMoveConstraintType OrientMoveConstraintType, xreal OrientMoveValue)
Creates a new DatumCsysOrientMoveConstraint object.
This specifies type of orientation constraint.
This specifies constraint reference value.
Method Detail
GetOrientMoveConstraintType
()
This specifies type of orientation constraint.
User Guide References:
GetOrientMoveValue
()
This specifies constraint reference value.
User Guide References:
Create
(pfcDatumCsysOrientMoveConstraintType OrientMoveConstraintType, xreal OrientMoveValue)
Creates a new DatumCsysOrientMoveConstraint object.
In the current release this constraint cannot be set by an application.
Parameters:
OrientMoveConstraintType
The orientation constraint type.
OrientMoveValue
The constraint reference value.
Returns:
The new object.
Was this helpful?