
########################
A3DCrvIntersectionCreate
########################

.. c:function:: A3DStatus A3DCrvIntersectionCreate(const A3DCrvIntersectionData *pData, A3DCrvIntersection **ppCrv)

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




