Geometrical dimensioning tolerance
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).
- 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.
Function Documentation
A3DStatus A3DMarkupGDTGet | ( | const A3DMarkupGDT * | pMarkupGDT, |
A3DMarkupGDTData * | pData | ||
) |
Populates the A3DMarkupGDTData structure.
- Version
- 4.0