Library | Module

Interface IpfcDatumAxisDimensionConstraint



Description

This specifies a datum axis dimension constraint.



Property Summary

PropertyDimOffsetas Double
The offset value specified by the dimension.
PropertyDimRefas IpfcSelection
This specifies selection handle for the dimension reference.



Method Summary

FunctionCCpfcDatumAxisDimensionConstraint.Create (DimRef as IpfcSelection, DimOffset as Double) as IpfcDatumAxisDimensionConstraint
Creates a new DatumAxisDimensionConstraint object.



Property Detail


PropertyDimOffsetas Double

The offset value specified by the dimension.




PropertyDimRefas IpfcSelection

This specifies selection handle for the dimension reference.





Method Detail


FunctionCCpfcDatumAxisDimensionConstraint.Create (DimRef as IpfcSelection, DimOffset as Double) as IpfcDatumAxisDimensionConstraint

Creates a new DatumAxisDimensionConstraint object.

In the current release this constraint cannot be set by an application.
Parameters:
DimRef
The selection handle for the dimension reference.
DimOffset
The offset value specified by the dimension.
Returns:
The new object.