API Documentation > Interface Classes > Class pfcDatumPlaneOffsetCoordSysConstraint
Class pfcDatumPlaneOffsetCoordSysConstraint

# include <pfcDatumPlaneFeat.h>

class
pfcDatumPlaneOffsetCoordSysConstraint
: public virtual
pfcDatumPlaneOffsetConstraint
{
xdeclare(pfcDatumPlaneOffsetCoordSysConstraint)
...
};
This is a
COMPACT class.

Description
This specifies a 'Offset' datum plane constraint where the offset reference is a Coordinate System.
Method Summary
Create (pfcCoordAxis CsysAxis, pfcSelection_ptr OffsetRef, xreal OffsetValue)
Creates a new DatumPlaneOffsetCoordSysConstraint object.
This specifies the reference Coordinate Axis.
Methods Inherited from Class pfcDatumPlaneConstraint::
Methods Inherited from Class pfcDatumPlaneOffsetConstraint::
Method Detail
GetCsysAxis
()
This specifies the reference Coordinate Axis.
Manual References:
Create
(pfcCoordAxis CsysAxis, pfcSelection_ptr OffsetRef, xreal OffsetValue)
Creates a new DatumPlaneOffsetCoordSysConstraint object.
In the current release this constraint cannot be set by an application.
Parameters:
CsysAxis
The reference coordinate axis.
OffsetRef
The selection handle for the Coordinate System reference.
OffsetValue
The reference offset value.
Returns:
The new object.
Was this helpful?