Data Structures | |
struct | A3DMkpLeaderData |
Markup Leader structure. More... | |
Modules | |
Leader definition | |
Functions | |
A3DStatus | A3DMkpLeaderGet (const A3DMkpLeader *pLeader, A3DMkpLeaderData *pData) |
Populates the A3DMkpLeaderData structure. More... | |
A3DStatus | A3DMkpLeaderCreate (const A3DMkpLeaderData *pData, A3DMkpLeader **ppLeader) |
Creates an A3DMkpLeader from an A3DMkpLeaderData structure. More... | |
Entity type is kA3DTypeMkpLeader.
There may a tessellation in the leader. Use the sample code in Markup Module to retrieve the tessellation.
A3DStatus A3DMkpLeaderGet | ( | const A3DMkpLeader * | pLeader, |
A3DMkpLeaderData * | pData | ||
) |
Populates the A3DMkpLeaderData structure.
A3DStatus A3DMkpLeaderCreate | ( | const A3DMkpLeaderData * | pData, |
A3DMkpLeader ** | ppLeader | ||
) |
Creates an A3DMkpLeader from an A3DMkpLeaderData structure.