Library | Module

Class pfcDatumCsysDimensionConstraint



Description

This class describes a datum coordinate system dimension constraint.



Property Summary

/* readonly */ pfcDatumCsysDimConstraintTypeDimConstraintType
This specifies type of dimension constraint.
/* readonly */ pfcSelectionDimRef
This specifies selection handle for the dimension reference.
/* readonly */ numberDimValue
This specifies constraint reference value.



Method Summary

static pfcDatumCsysDimensionConstraintCreate (pfcSelection DimRef, pfcDatumCsysDimConstraintType DimConstraintType, number DimValue)
Creates a new DatumCsysDimensionConstraint object.



Property Detail


/* readonly */ pfcDatumCsysDimConstraintTypeDimConstraintType

This specifies type of dimension constraint.




/* readonly */ pfcSelectionDimRef

This specifies selection handle for the dimension reference.




/* readonly */ numberDimValue

This specifies constraint reference value.





Method Detail


static pfcDatumCsysDimensionConstraintCreate (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.