Library | Module

Interface IpfcDatumPlaneOffsetConstraint



Description

This specifies a 'Offset' datum plane constraint.
Direct Parent Classes:
IpfcDatumPlaneConstraint
Direct Known Subclasses:
IpfcDatumPlaneOffsetCoordSysConstraint



Property Summary

PropertyOffsetRefas IpfcSelection
This specifies selection handle for the 'Offset' reference.
PropertyOffsetValueas Double
The reference offset value.



Method Summary

FunctionCCpfcDatumPlaneOffsetConstraint.Create (OffsetRef as IpfcSelection, OffsetValue as Double) as IpfcDatumPlaneOffsetConstraint
Creates a new DatumPlaneOffsetConstraint object.



Property Detail


PropertyOffsetRefas IpfcSelection

This specifies selection handle for the 'Offset' reference.




PropertyOffsetValueas Double

The reference offset value.





Method Detail


FunctionCCpfcDatumPlaneOffsetConstraint.Create (OffsetRef as IpfcSelection, OffsetValue as Double) as IpfcDatumPlaneOffsetConstraint

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.