Tolerance size value

Data Structures

struct  A3DMDToleranceSizeValueData
 tolerance size value. More...
 

Functions

A3DStatus A3DMDToleranceSizeValueGet (const A3DMDToleranceSizeValue *pToleranceSizeValue, A3DMDToleranceSizeValueData *pData)
 Populates the A3DMDToleranceSizeValueData structure. More...
 

Detailed Description

Version
12.0

The tolerances sizes values contain the information to define a tolerance value. for example the depth of a hole. For this we have:

  • the value
  • the type of dimension
  • the main value (defines the display and the tolerance of the value)
  • the dual value (defines the display and the tolerance of the dual value)
  • the string of characters separating the value from the previous value.
  • The symbol in front of the value.
    pmi_markup_tolerance_size_value.png

Function Documentation