Library | Module

Class pfcDimensionInfoGetReturn



Description

Returned from the methods pfcScript.pwlDimensionInfoGetByName() and pfcScript.pwlDimensionInfoGetByID()
Direct Parent Classes:
pfcStandardReturn



Property Summary

/* readonly */ pfcBaseDimensionDimensionObject
The PFC object generated by the methods pfcScript.pwlDimensionInfoGetByName() and pfcScript.pwlDimensionInfoGetByID()
/* readonly */ pfcDimToleranceDimensionToleranceObject
The PFC object generated by the methods pfcScript.pwlDimensionInfoGetByName() and pfcScript.pwlDimensionInfoGetByID()
/* readonly */ numberDimID
The dimension identifier
/* readonly */ stringDimName
The name of the dimension
/* readonly */ numberDimStyle
The dimension style
/* readonly */ numberDimValue
The value of the dimension
/* readonly */ numberTolMinus
The tolerance amount below the nominal value
/* readonly */ numberTolPlus
The tolerance amount above the nominal value
/* readonly */ numberTolType
The tolerance type



Property Detail


/* readonly */ pfcBaseDimensionDimensionObject

The PFC object generated by the methods pfcScript.pwlDimensionInfoGetByName() and pfcScript.pwlDimensionInfoGetByID()




/* readonly */ pfcDimToleranceDimensionToleranceObject

The PFC object generated by the methods pfcScript.pwlDimensionInfoGetByName() and pfcScript.pwlDimensionInfoGetByID()

These objects help you transition PWL style code to PFC code




/* readonly */ numberDimID

The dimension identifier




/* readonly */ stringDimName

The name of the dimension




/* readonly */ numberDimStyle

The dimension style




/* readonly */ numberDimValue

The value of the dimension




/* readonly */ numberTolMinus

The tolerance amount below the nominal value




/* readonly */ numberTolPlus

The tolerance amount above the nominal value




/* readonly */ numberTolType

The tolerance type