Overview

Programming Guide

API Reference

Modules

 Markup definition
 
 Markup Leader
 
 Annotations Entity
 
 View
 
 Markup Linked Item
 
 Markup Types and Subtypes
 Enumerations for markup types and subtypes for use in the A3DMkpMarkupData structure.
 
 RTF parsing
 
 Fonts
 

Data Structures

struct  A3DMkpMarkupData
 Markup structure.
 

Functions

A3DStatus A3DMkpMarkupGet (const A3DMkpMarkup *pMarkup, A3DMkpMarkupData *pData)
 Populates the A3DMkpMarkupData structure. More...
 
A3DStatus A3DMkpMarkupCreate (const A3DMkpMarkupData *pData, A3DMkpMarkup **ppMarkup)
 Creates the A3DMkpMarkup from A3DMkpMarkupData structure. More...
 
A3DStatus A3DMkpLinkForMarkupReferenceGet (const A3DMkpMarkup *pMarkup, A3DUns32 &uiLinkedItemsSize, A3DMiscMarkupLinkedItem **&ppLinkedItems)
 Get links corresponding to the A3DMkpMarkup references. More...
 
A3DStatus A3DMkpLinkForAdditionalMarkupReferenceGet (const A3DMkpMarkup *pMarkup, A3DUns32 &uiLinkedItemsSize, A3DMiscMarkupLinkedItem **&ppLinkedItems)
 Get links corresponding to the A3DMkpMarkup additional references such as element defining the toleranced line for line profile. More...
 

Detailed Description

Entity type is kA3DTypeMkpMarkup.

There may be a tessellation in the markup and in each leader. The following sample code shows how to retrieve the tessellation.

Sample code
See also
Tessellation for Markups