![]() |
GET_TOLERANCE fetches tolerance information
/->-|:NO_TOL|-------------------------------------------\
| |
->-(GET_TOLERANCE)---->-+->(:TOL_TYPE)->+->-|:UPPER_LOWER|-->---+->-(:UPPER)->-|length|-\ |
| | | | |
| | +->-(:LOWER)->-|length|-+ |
| | | | |
| | \-------<-------<-------+-->----+
| | |
| +->-|:LIMITS|------->---+->-(:LOW)->-|length|->-\ |
| | | | |
| | +->-(:HIGH)->|length|->-+ |
| | | | |
| | \-------<-------<-------+-->----+
| | |
| +->-|:PLUS_MINUS|--->---+->-(:PM)-->-|length|->-\ |
| | | | |
| | \-------<-------<-------+-->----+
| | |
| \->-|:ISO|---------->---+->-(:ISO)->-|string|->-\ |
| | | |
| \-------<-------<-------+-->----+
| |
+-------<-------<-------<-------<-------<-------<-------<-------<-------/
|
+->-(:ACCEPT)--->------->------->------->
|
+->-(:ABORT)---->------->------->------->
The following options are available to specify dimensional tolerances
| Option | Description |
|---|---|
| :TOL_TYPE | specifies the tolerance type, one of the following:
|
| :UPPER | upper tolerance for :TOL_TYPE equal :UPPER_LOWER |
| :LOWER | lower tolerance for :TOL_TYPE equal :UPPER_LOWER |
| :LOW | low limit for :TOL_TYPE equal :LIMITS |
| :HIGH | high limit for :TOL_TYPE equal :LIMITS |
| :PM | plus/minus tolerance value for :TOL_TYPE equal :PLUS_MINUS |
| :ISO | ISO tolerance for :TOL_TYPE equal :ISO |
| :ACCEPT | pass the data to the calling dialog |
| :ABORT | do not pass the data, but control to the calling dialog |
![]() |