
###################
A3DTopoCoEdgeCreate
###################

.. c:function:: A3DStatus A3DTopoCoEdgeCreate(const A3DTopoCoEdgeData *pData, A3DTopoCoEdge **ppCoEdge)

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




