Library | Module

Interface IpfcDatumCsysDimensionConstraint



Description

This class describes a datum coordinate system dimension constraint.



Property Summary

PropertyDimConstraintTypeas IpfcDatumCsysDimConstraintType
This specifies type of dimension constraint.
PropertyDimRefas IpfcSelection
This specifies selection handle for the dimension reference.
PropertyDimValueas Double
This specifies constraint reference value.



Method Summary

FunctionCCpfcDatumCsysDimensionConstraint.Create (DimRef as IpfcSelection, DimConstraintType as IpfcDatumCsysDimConstraintType, DimValue as Double) as IpfcDatumCsysDimensionConstraint
Creates a new DatumCsysDimensionConstraint object.



Property Detail


PropertyDimConstraintTypeas IpfcDatumCsysDimConstraintType

This specifies type of dimension constraint.




PropertyDimRefas IpfcSelection

This specifies selection handle for the dimension reference.




PropertyDimValueas Double

This specifies constraint reference value.





Method Detail


FunctionCCpfcDatumCsysDimensionConstraint.Create (DimRef as IpfcSelection, DimConstraintType as IpfcDatumCsysDimConstraintType, DimValue as Double) as IpfcDatumCsysDimensionConstraint

Creates a new DatumCsysDimensionConstraint object.

In the current release this constraint cannot be set by an application.
Parameters:
DimRef
The dimension reference object.
DimConstraintType
The dimension constraint type.
DimValue
The reference dimension value.
Returns:
The new object.