A3DMarkupGDTData Struct Reference

Markup geometrical and dimensioning tolerance. More...

Data Fields

A3DUTF8Charm_pcAboveText
 
A3DUTF8Charm_pcAfterText
 
A3DUTF8Charm_pcBeforeText
 
A3DUTF8Charm_pcBelowText
 
A3DMDTolerance ** m_ppsMarkupTolerances
 
A3DMDTextPropertiesm_pTextProperties
 
A3DUns32 m_uiNumberOfMarkupTolerances
 

Detailed Description

Markup geometrical and dimensioning tolerance.

Markup geometrical dimensioning tolerance data structure

Field Documentation

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