
###########################
A3DRiCoordinateSystemCreate
###########################

.. c:function:: A3DStatus A3DRiCoordinateSystemCreate(const A3DRiCoordinateSystemData *pData, A3DRiCoordinateSystem **ppCoordinateSystem)

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




