Library | Module

Interface IpfcDatumPlaneAngleConstraint



Description

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



Property Summary

PropertyAngleRefas IpfcSelection
This specifies selection handle for the 'Angle' reference.
PropertyAngleValueas Double
The reference angle value.



Method Summary

FunctionCCpfcDatumPlaneAngleConstraint.Create (AngleRef as IpfcSelection, AngleValue as Double) as IpfcDatumPlaneAngleConstraint
Creates a new DatumPlaneAngleConstraint object.



Property Detail


PropertyAngleRefas IpfcSelection

This specifies selection handle for the 'Angle' reference.




PropertyAngleValueas Double

The reference angle value.

This value is between -360.0 and 360.0.





Method Detail


FunctionCCpfcDatumPlaneAngleConstraint.Create (AngleRef as IpfcSelection, AngleValue as Double) as IpfcDatumPlaneAngleConstraint

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.