
#################
A3DTopoEdgeCreate
#################

.. c:function:: A3DStatus A3DTopoEdgeCreate(const A3DTopoEdgeData *pData, A3DTopoEdge **ppEdge)

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




