
#########################
A3DFRMGeomEntitiesExtract
#########################

.. c:function:: A3DStatus A3DFRMGeomEntitiesExtract(const A3DFRMFeature *pFeature, A3DFRMGeomEntitiesData *pFeatureGeomEntities)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DFRMGeomEntitiesExtract(*const* :c:type:`~A3DFRMFeature`\ * **pFeature**\ , :c:struct:`~A3DFRMGeomEntitiesData`\ * **pFeatureGeomEntities**\ )
   
   Create on the fly geometries related to the feature. 
   
   **Parameters**
   
   
      **pFeature**\ : feature pointer 
   
      **pFeatureGeomEntities**\ : struct containing the array of extracted geometries
   
   
   **Returns**
   
   
      ``A3D_SUCCESS`` on success, or an error code on failure
   
   




