Library | Module

Interface IpfcDimTolSymmetric



Description

This class displays the dimension tolerance in symmetrical form (+ or - the value).
Direct Parent Classes:
IpfcDimTolerance



Property Summary

PropertyValueas Double
The tolerance value



Method Summary

FunctionCCpfcDimTolSymmetric.Create (inValue as Double [optional]) as IpfcDimTolSymmetric
Creates a symmetric tolerance.



Property Detail


PropertyValueas Double

The tolerance value





Method Detail


FunctionCCpfcDimTolSymmetric.Create (inValue as Double [optional]) as IpfcDimTolSymmetric

Creates a symmetric tolerance.

The return value can be passed to IpfcDimension.Tolerance to change the tolerance or a dimension.
Parameters:
inValue
The tolerance value
Returns:
The new tolerance object