
##################
A3DTopoShellCreate
##################

.. c:function:: A3DStatus A3DTopoShellCreate(const A3DTopoShellData *pData, A3DTopoShell **ppShell)

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




