Overview

Programming Guide

API Reference

A3DMkpLeaderData Struct Reference

Markup Leader structure. More...

Data Fields

A3DUns16 m_usStructSize
 
A3DMiscMarkupLinkedItemm_pLinkedItem
 
A3DTessMarkupm_pTessellation
 

Detailed Description

Markup Leader structure.

Version
2.0

Field Documentation

A3DUns16 A3DMkpLeaderData::m_usStructSize

Reserved; must be initialized with A3D_INITIALIZE_DATA.

A3DMiscMarkupLinkedItem* A3DMkpLeaderData::m_pLinkedItem

Represents the link with an entity. It must be one of the markup array of leaders (see A3DMkpMarkupData). It is not mandatory.

A3DTessMarkup* A3DMkpLeaderData::m_pTessellation

Tessellation of leader. May be NULL.