Data Structures

struct  A3DMarkupGDTData
 Markup geometrical and dimensioning tolerance. More...
 

Modules

 Tolerance size
 
 Feature control frame
 

Functions

A3DStatus A3DMarkupGDTGet (const A3DMarkupGDT *pMarkupGDT, A3DMarkupGDTData *pData)
 Populates the A3DMarkupGDTData structure. More...
 

Detailed Description

Version
4.0

A markup GDT is composed of appended texts and an array of tolerances. Tolerances that can be of two types :

  • features control frame tolerance (ref A3DMDFeatureControlFrameData).
    pmi_markup_gdt.png
  • Tolerances Sizes (ref A3DMDToleranceSizeData). which allow to define all the dimension of an element. For example for a hole we can have a tolerance size that will contain the value of the diameter, the value of the depth and the angle defining the V shape at the bottom of the hole.
    pmi_markup_gdt_tolerance_size.png

Function Documentation

◆ A3DMarkupGDTGet()