Library | Module

Class pfcDatumAxisDimensionConstraint



Description

This specifies a datum axis dimension constraint.



Property Summary

/* readonly */ numberDimOffset
The offset value specified by the dimension.
/* readonly */ pfcSelectionDimRef
This specifies selection handle for the dimension reference.



Method Summary

static pfcDatumAxisDimensionConstraintCreate (pfcSelection DimRef, number DimOffset)
Creates a new DatumAxisDimensionConstraint object.



Property Detail


/* readonly */ numberDimOffset

The offset value specified by the dimension.




/* readonly */ pfcSelectionDimRef

This specifies selection handle for the dimension reference.





Method Detail


static pfcDatumAxisDimensionConstraintCreate (pfcSelection DimRef, number DimOffset)

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.