API Documentation > Classes > Class pfcDatumPlaneOffsetConstraint
Class pfcDatumPlaneOffsetConstraint
Description
This specifies a 'Offset' datum plane constraint.
Direct Parent Classes:
Direct Known Subclasses:
User Guide References:
Property Summary
/* readonly */ pfcSelection
This specifies selection handle for the 'Offset' reference.
/* readonly */ number
The reference offset value.
Method Summary
Create (pfcSelection OffsetRef, number OffsetValue)
Creates a new DatumPlaneOffsetConstraint object.
Property Detail
/* readonly */ pfcSelection
OffsetRef
This specifies selection handle for the 'Offset' reference.
/* readonly */ number
OffsetValue
The reference offset value.
Method Detail
Create
(pfcSelection OffsetRef, number OffsetValue)
Creates a new DatumPlaneOffsetConstraint object.
In the current release this constraint cannot be set by an application.
Parameters:
OffsetRef
The 'Offset' reference object.
OffsetValue
The reference offset value.
Returns:
The new object.
Was this helpful?