
###################
A3DSurfSphereCreate
###################

.. c:function:: A3DStatus A3DSurfSphereCreate(const A3DSurfSphereData *pData, A3DSurfSphere **ppSrf)

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




