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:c:type:~A3DMkpLeader.

A3DUns32 A3DMkpMarkupData.m_uiLinkedItemsSize

The size of:c:member:m_ppLinkedItems <A3DMkpMarkupData.m_ppLinkedItems>.

A3DMiscMarkupLinkedItem **A3DMkpMarkupData.m_ppLinkedItems

Array of:c:type:~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:c:member:A3DMkpLeaderData::m_pTessellation <A3DMkpLeaderData.m_pTessellation>