
###################
A3DTopoFaceGetShell
###################

.. c:function:: A3DStatus A3DTopoFaceGetShell(A3DTopoBrepData const *psBrepData, A3DTopoFace const *psFace, A3DTopoShell const **ppsShell)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DTopoFaceGetShell(:c:type:`~A3DTopoBrepData`\ * **psBrepData**\ , :c:type:`~A3DTopoFace`\ * **psFace**\ , :c:type:`~A3DTopoShell`\ ** **ppsShell**\ )
   
   Return the owning :c:type:`~A3DTopoShell` of the :c:type:`~A3DTopoFace` inside the given :c:type:`~A3DTopoBrepData`\ . 
   
   **Returns**
   
   
      ``A3D_SUCCESS`` on success, or an error code on failure
   
   




