
#################
A3DPDFFreeBOMInfo
#################

.. c:function:: A3DStatus A3DPDFFreeBOMInfo(A3DInt32 iNbElements, A3DPDFBomElementInfoData **ppBomElementInfo, A3DPDF3DNodesReferencesData **pp3DNodesReferences)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDFFreeBOMInfo(:c:type:`~A3DInt32` **iNbElements**\ , :c:struct:`~A3DPDFBomElementInfoData`\ \*\* **ppBomElementInfo**\ , :c:struct:`~A3DPDF3DNodesReferencesData`\ \*\* **pp3DNodesReferences**\ )
   
   Function to free the memory allocated for the information of the BOM.
   
   **Parameters**
   
   
      **iNbElements**\ : The number of elements to free.
   
      **ppBomElementInfo**\ : Array of details of the elements in the BOM.
   
      **pp3DNodesReferences**\ : Array of details of the node references for elements in the BOM.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




