SingleWireBody

Types

A3DTopoSingleWireBodyData

Functions

A3DStatus

A3DTopoSingleWireBodyGet

A3DStatus

A3DTopoSingleWireBodyCreate

Detailed Description

group a3d_singlewirebody

Entity type is kA3DTypeTopoSingleWireBody

Version

2.0

Function Documentation

A3DStatus A3DTopoSingleWireBodyGet(const A3DTopoSingleWireBody *pSingleWireBody, A3DTopoSingleWireBodyData *pData)

Populates the A3DTopoSingleWireBodyData 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 A3DTopoSingleWireBodyCreate(const A3DTopoSingleWireBodyData *pData, A3DTopoSingleWireBody **ppSingleWireBody)

Creates an A3DTopoSingleWireBody from an A3DTopoSingleWireBodyData 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