
###########################
A3DTopoSingleWireBodyCreate
###########################

.. c:function:: A3DStatus A3DTopoSingleWireBodyCreate(const A3DTopoSingleWireBodyData *pData, A3DTopoSingleWireBody **ppSingleWireBody)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DTopoSingleWireBodyCreate(*const* :c:struct:`~A3DTopoSingleWireBodyData`\ \* **pData**\ , :c:type:`~A3DTopoSingleWireBody`\ \*\* **ppSingleWireBody**\ )
   
   Creates an :c:type:`~A3DTopoSingleWireBody`\ from an :c:struct:`~A3DTopoSingleWireBodyData`\ structure.
   
   **Returns**
   
   
      ``A3D_SUCCESS``\ on success, or an error code on failure
   
   




