A3DMkpMarkupData

struct A3DMkpMarkupData

Markup structure.

2.0

Variables

A3DEMarkupType A3DMkpMarkupData.m_eType

Markup type.

A3DEMarkupSubType A3DMkpMarkupData.m_eSubType

Markup subtype.

A3DUns32 A3DMkpMarkupData.m_uiLeadersSize

The size of m_ppLeaders.

A3DMkpLeader **A3DMkpMarkupData.m_ppLeaders

Array of A3DMkpLeader.

A3DUns32 A3DMkpMarkupData.m_uiLinkedItemsSize

The size of m_ppLinkedItems.

A3DMiscMarkupLinkedItem **A3DMkpMarkupData.m_ppLinkedItems

Array of A3DMiscMarkupLinkedItem.

A3DTessMarkup *A3DMkpMarkupData.m_pTessellation

The markup tessellation.

May be NULL. Does not contain the leaders’ tessellation, which is stored directly at the leader level, see A3DMkpLeaderData::m_pTessellation