A3DAsmModelFileDelete
-
A3DStatus
A3DAsmModelFileDelete(A3DAsmModelFile *pModelFile) deprecated
A3DStatusA3DAsmModelFileDelete(A3DAsmModelFile* pModelFile)Deletes the entire:c:type:~A3DAsmModelFileentity from memory.
This function frees all the all memory allocated for``pModelFile``. It recursively deletes all entities inside the model file, thus deleting the whole PRC tree. After the call, access to the model file is no longer possible, and``pModelFile``is invalid.
Warning
This function is deprecated. Please use:c:func:~A3DEntityDeleteinstead to implement the same behaviour. This will be removed in version 2028.1.0.
2.0
Returns
A3D_SUCCESSon success, or an error code on failure