API Documentation > Classes > Class pfcDatumCsysDimensionConstraint
Class pfcDatumCsysDimensionConstraint
Description
This class describes a datum coordinate system dimension constraint.
Property Summary
This specifies type of dimension constraint.
/* readonly */ pfcSelection
This specifies selection handle for the dimension reference.
/* readonly */ number
This specifies constraint reference value.
Method Summary
Create (pfcSelection DimRef, pfcDatumCsysDimConstraintType DimConstraintType, number DimValue)
Creates a new DatumCsysDimensionConstraint object.
Property Detail
DimConstraintType
This specifies type of dimension constraint.
/* readonly */ pfcSelection
DimRef
This specifies selection handle for the dimension reference.
/* readonly */ number
DimValue
This specifies constraint reference value.
Method Detail
Create
(pfcSelection DimRef, pfcDatumCsysDimConstraintType DimConstraintType, number DimValue)
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.
Was this helpful?