A3DAsmModelFileDelete
-
A3DStatus
A3DAsmModelFileDelete(A3DAsmModelFile *pModelFile) A3DStatusA3DAsmModelFileDelete(A3DAsmModelFile* pModelFile)Deletes the entire
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, andpModelFileis invalid.Deleting a PRC tree
2.0
Returns
A3D_SUCCESSon success, or an error code on failure