A3DMarkupGDTData Struct Reference
Markup geometrical and dimensioning tolerance. More...
Detailed Description
Markup geometrical and dimensioning tolerance.
Markup geometrical dimensioning tolerance data structure
Field Documentation
A3DUns16 A3DMarkupGDTData::m_usStructSize |
Reserved; must be initialized with A3D_INITIALIZE_DATA.
A3DUTF8Char* A3DMarkupGDTData::m_pcAboveText |
Above text in RTF format. See RTF parsing.
A3DUTF8Char* A3DMarkupGDTData::m_pcBelowText |
Below text in RTF format. See RTF parsing.
A3DUTF8Char* A3DMarkupGDTData::m_pcBeforeText |
Before text in RTF format. See RTF parsing.
A3DUTF8Char* A3DMarkupGDTData::m_pcAfterText |
After text in RTF format. See RTF parsing.
A3DUns32 A3DMarkupGDTData::m_uiNumberOfMarkupTolerances |
Number of tolerances.
A3DMDTolerance** A3DMarkupGDTData::m_ppsMarkupTolerances |
Array of tolerances. The tolerance can be of two types :
- A3DMDFeatureControlFrame;
- A3DMDToleranceSize, 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.
A3DMDTextProperties* A3DMarkupGDTData::m_pTextProperties |
Pointer to the text properties.
- See also
- A3DMDTextPropertiesGet