Library | Module

Class pfcDatumPlaneAngleConstraint



Description

This specifies a 'Angle' datum plane constraint.
Direct Parent Classes:
pfcDatumPlaneConstraint



Property Summary

/* readonly */ pfcSelectionAngleRef
This specifies selection handle for the 'Angle' reference.
/* readonly */ numberAngleValue
The reference angle value.



Method Summary

static pfcDatumPlaneAngleConstraintCreate (pfcSelection AngleRef, number AngleValue)
Creates a new DatumPlaneAngleConstraint object.



Property Detail


/* readonly */ pfcSelectionAngleRef

This specifies selection handle for the 'Angle' reference.




/* readonly */ numberAngleValue

The reference angle value.

This value is between -360.0 and 360.0.





Method Detail


static pfcDatumPlaneAngleConstraintCreate (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.