API Documentation > Classes > Class pfcDatumPlaneAngleConstraint
Class pfcDatumPlaneAngleConstraint
Description
This specifies a 'Angle' datum plane constraint.
Direct Parent Classes:
User Guide References:
Property Summary
/* readonly */ pfcSelection
This specifies selection handle for the 'Angle' reference.
/* readonly */ number
The reference angle value.
Method Summary
Create (pfcSelection AngleRef, number AngleValue)
Creates a new DatumPlaneAngleConstraint object.
Property Detail
/* readonly */ pfcSelection
AngleRef
This specifies selection handle for the 'Angle' reference.
/* readonly */ number
AngleValue
The reference angle value.
This value is between -360.0 and 360.0.
Method Detail
Create
(pfcSelection AngleRef, number AngleValue)
Creates a new DatumPlaneAngleConstraint object.
In the current release this constraint cannot be set by an application.
Parameters:
AngleRef
The 'Angle' reference object.
AngleValue
The reference angle value.
Returns:
The new object.
Was this helpful?