[Books]

CoCreate OneSpace Designer - Commands Reference Manual


GET_TOLERANCE subaction

GET_TOLERANCE fetches tolerance information

Syntax

                                        /->-|: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)---->------->------->------->

Options

The following options are available to specify dimensional tolerances

Option Description
:TOL_TYPE specifies the tolerance type, one of the following:
  • :NO_TOL (default)
  • :UPPER_LOWER
  • :LIMITS
  • :PLUS_MINUS
  • :ISO
: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

[Books]