
####################
A3DRiPlaneSupportGet
####################

.. c:function:: A3DStatus A3DRiPlaneSupportGet(const A3DRiPlane *pRiPlane, A3DMiscMarkupLinkedItem **ppLinkedItem)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DRiPlaneSupportGet(*const* :c:type:`~A3DRiPlane`\ * **pRiPlane**\ , :c:type:`~A3DMiscMarkupLinkedItem`\ ** **ppLinkedItem**\ )
   
   Get the geometrical element used to build the :c:type:`~A3DRiPlane`\ . 
   
   **Parameters**
   
   
      **pRiPlane**\ : The :c:type:`~A3DRiPlane` to query 
   
      **ppLinkedItem**\ : The entity used to build ``pRiPlane`` 
   
   
   **Returns**
   
   
      ``A3D_SUCCESS`` on success, or an error code on failure
   
   




