A3DMkpLeaderData
-
struct
A3DMkpLeaderData Markup Leader structure.
2.0
Variables
-
A3DMiscMarkupLinkedItem *
A3DMkpLeaderData.m_pLinkedItem -
Represents the link with an entity.
May be NULL, for example if the leader does not point to anything. If the leader does point to something, then this linked item is equivalent to one of the linked item stored at the markup level (see
A3DMkpMarkupData::m_ppLinkedItems). For example, if there is a markup having 4 leaders each pointing to one hole: then, the correspondingA3DMkpMarkupData::m_ppLinkedItemscontains 4 elements, and each leader contains solely one linked item targeting its matching hole.
-
A3DTessMarkup *
A3DMkpLeaderData.m_pTessellation -
The leader tessellation.
May be NULL.