| Library | Module | Frames | Expand |
| /* readonly */ pfcBaseDimension | DimensionObject | |
| The PFC object generated by the methods pfcScript.pwlDimensionInfoGetByName() and pfcScript.pwlDimensionInfoGetByID() | ||
| /* readonly */ pfcDimTolerance | DimensionToleranceObject | |
| The PFC object generated by the methods pfcScript.pwlDimensionInfoGetByName() and pfcScript.pwlDimensionInfoGetByID() | ||
| /* readonly */ number | DimID | |
| The dimension identifier | ||
| /* readonly */ string | DimName | |
| The name of the dimension | ||
| /* readonly */ number | DimStyle | |
| The dimension style | ||
| /* readonly */ number | DimValue | |
| The value of the dimension | ||
| /* readonly */ number | TolMinus | |
| The tolerance amount below the nominal value | ||
| /* readonly */ number | TolPlus | |
| The tolerance amount above the nominal value | ||
| /* readonly */ number | TolType | |
| The tolerance type | ||
| /* readonly */ pfcBaseDimension | DimensionObject |
|
The PFC object generated by the methods pfcScript.pwlDimensionInfoGetByName() and pfcScript.pwlDimensionInfoGetByID() |
| /* readonly */ pfcDimTolerance | DimensionToleranceObject |
|
The PFC object generated by the methods pfcScript.pwlDimensionInfoGetByName() and pfcScript.pwlDimensionInfoGetByID() These objects help you transition PWL style code to PFC code |
| /* readonly */ number | DimID |
|
The dimension identifier |
| /* readonly */ string | DimName |
|
The name of the dimension |
| /* readonly */ number | DimStyle |
|
The dimension style |
| /* readonly */ number | DimValue |
|
The value of the dimension |
| /* readonly */ number | TolMinus |
|
The tolerance amount below the nominal value |
| /* readonly */ number | TolPlus |
|
The tolerance amount above the nominal value |
| /* readonly */ number | TolType |
|
The tolerance type |