API Documentation > Classes > Class pfcDimension
Class pfcDimension
Description
This class describes a dimension.
Direct Parent Classes:
User Guide References:
Property Summary
/* optional */ pfcDimTolerance
The dimension tolerance
Method Summary
Property Detail
/* optional */ pfcDimTolerance
Tolerance
The dimension tolerance
A null value specifies a nominal tolerance.
Exceptions thrown (but not limited to):
pfcXToolkitNotFound - This means either:
There was no tolerance label, OR
There was no corresponding tolerance table.
pfcXToolkitBadContext - This means either:
The model is not in the ISO/DIN standard, OR
The input dimension is reference, OR
The dimension has no tolerance (a driven dim) or the model is not in the ISO/DIN standard.
pfcXToolkitCantModify - The model is locked and cannot be modified.
pfcXToolkitCantAccess - The table was valid but could not be accessed because it had not yet been loaded.
Method Detail
/* optional */ pfcDimToleranceLimits
GetToleranceLimits
()
Returns:
User Guide References:
/* optional */ pfcDimToleranceTable
GetToleranceTable
()
Returns:
User Guide References:
/* optional */ pfcDimToleranceType
GetToleranceType
()
Returns:
User Guide References:
boolean
IsReference
()
Returns:
void
SetToleranceLimits
Parameters:
Limits
User Guide References:
void
SetToleranceTable
Parameters:
Table
User Guide References:
void
SetToleranceType
( /* optional */ pfcDimToleranceType Type)
Parameters:
Type
User Guide References:
Was this helpful?