A3DMarkupGDTData

Detailed Description

struct A3DMarkupGDTData

Markup geometrical and dimensioning tolerance.

Markup geometrical dimensioning tolerance data structure

Public Members

A3DUTF8Char *m_pcAboveText

Above text in RTF format. See RTF parsing.

A3DUTF8Char *m_pcBelowText

Below text in RTF format. See RTF parsing.

A3DUTF8Char *m_pcBeforeText

Before text in RTF format. See RTF parsing.

A3DUTF8Char *m_pcAfterText

After text in RTF format. See RTF parsing.

A3DUns32 m_uiNumberOfMarkupTolerances

Number of tolerances.

A3DMDTolerance **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 *m_pTextProperties

Pointer to the text properties.