
####################
A3DGraphCameraCreate
####################

.. c:function:: A3DStatus A3DGraphCameraCreate(const A3DGraphCameraData *pData, A3DGraphCamera **ppCamera)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DGraphCameraCreate(*const* :c:struct:`~A3DGraphCameraData`\ * **pData**\ , :c:type:`~A3DGraphCamera`\ ** **ppCamera**\ )
   
   Creates a new camera entity, returning its handle. 
   
   
      2.0
   
   
   
   Once created, the new camera entity can be referenced to by its handle, given by ``*ppCamera``\ . In case of failure, ``*ppCamera`` is unchanged.
   
   
      :c:struct:`~A3DGraphCameraData` 
   
   
   
      :c:func:`~A3DGraphCameraGet` 
   
   
   
      :c:struct:`~A3DGraphSceneDisplayParametersData` 
   
   
   
      :c:struct:`~A3DAsmProductOccurrenceData` 
   
   
   **Parameters**
   
   
      **pData**\ : The data used for camera creation. 
   
      **ppCamera**\ : An address to the new handle after creation. 
   
   
   **Returns**
   
   
      ``A3D_SUCCESS`` or an error code in case of failure.
   
   




