Markup Leader

Types

A3DMkpLeaderData

Functions

A3DStatus

A3DMkpLeaderGet

A3DStatus

A3DMkpLeaderCreate

Detailed Description

group a3d_markupleader

Entity type is kA3DTypeMkpLeader.

There may a tessellation in the leader. Use the sample code in Markup Module to retrieve the tessellation.

Function Documentation

A3DStatus A3DMkpLeaderGet(const A3DMkpLeader *pLeader, A3DMkpLeaderData *pData)

Populates the A3DMkpLeaderData structure.

Version

2.0

Return values
  • A3D_INITIALIZE_NOT_CALLED

  • A3D_INVALID_DATA_STRUCT_SIZE

  • A3D_INVALID_DATA_STRUCT_NULL

  • A3D_INVALID_ENTITY_NULL

  • A3D_INVALID_ENTITY_TYPE

  • A3D_SUCCESS

Returns

A3D_SUCCESS in case of success or an error code

A3DStatus A3DMkpLeaderCreate(const A3DMkpLeaderData *pData, A3DMkpLeader **ppLeader)

Creates an A3DMkpLeader from an A3DMkpLeaderData structure.

Version

2.0

Return values
  • A3D_INVALID_DATA_STRUCT_SIZE

  • A3D_INVALID_DATA_STRUCT_NULL

  • A3D_SUCCESS

Returns

A3D_SUCCESS in case of success or an error code