| Library | Module | Frames | Expand |
| /* readonly */ pfcDatumCsysDimConstraintType | 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. | ||
| static pfcDatumCsysDimensionConstraint | Create (pfcSelection DimRef, pfcDatumCsysDimConstraintType DimConstraintType, number DimValue) | |
| Creates a new DatumCsysDimensionConstraint object. | ||
| /* readonly */ pfcDatumCsysDimConstraintType | 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. |
| static pfcDatumCsysDimensionConstraint | Create | (pfcSelection DimRef, pfcDatumCsysDimConstraintType DimConstraintType, number DimValue) |
|
Creates a new DatumCsysDimensionConstraint object. In the current release this constraint cannot be set by an application.
|