A3DMarkupGDTData

Fields

A3DUTF8Char *

m_pcAboveText

A3DUTF8Char *

m_pcBelowText

A3DUTF8Char *

m_pcBeforeText

A3DUTF8Char *

m_pcAfterText

A3DUns32

m_uiNumberOfMarkupTolerances

A3DMDTolerance **

m_ppsMarkupTolerances

A3DMDTextProperties *

m_pTextProperties

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.