SingleWireBody
Detailed Description
-
group
a3d_singlewirebody
Entity type is kA3DTypeTopoSingleWireBody
See also
A3DTopoSingleWireBody, A3DTopoSingleWireBodyData, A3DTopoSingleWireBodyGet, A3DTopoSingleWireBodyCreate
- 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
on success, or an error code on failure
-
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
on success, or an error code on failure