Markup Leader
Modules | |
Leader definition | |
Data Structures | |
struct | A3DMkpLeaderData |
Markup Leader structure. More... | |
Functions | |
A3DStatus | A3DMkpLeaderCreate (const A3DMkpLeaderData *pData, A3DMkpLeader **ppLeader) |
Creates an A3DMkpLeader from an A3DMkpLeaderData structure. More... | |
A3DStatus | A3DMkpLeaderGet (const A3DMkpLeader *pLeader, A3DMkpLeaderData *pData) |
Populates the A3DMkpLeaderData structure. More... | |
Detailed Description
Entity type is kA3DTypeMkpLeader.
There may a tessellation in the leader. Use the sample code in Markup Module to retrieve the tessellation.
- See also
- Tessellation for Markups
Function Documentation
◆ A3DMkpLeaderGet()
A3DStatus A3DMkpLeaderGet | ( | const A3DMkpLeader * | pLeader, |
A3DMkpLeaderData * | pData | ||
) |
Populates the A3DMkpLeaderData structure.
- Version
- 2.0
◆ A3DMkpLeaderCreate()
A3DStatus A3DMkpLeaderCreate | ( | const A3DMkpLeaderData * | pData, |
A3DMkpLeader ** | ppLeader | ||
) |
Creates an A3DMkpLeader from an A3DMkpLeaderData structure.
- Version
- 2.0