A3DAsmModelFileDelete

A3DStatus A3DAsmModelFileDelete(A3DAsmModelFile *pModelFile)
A3DStatus A3DAsmModelFileDelete(A3DAsmModelFile* pModelFile)

Deletes the entire A3DAsmModelFile entity 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.

Deleting a PRC tree

2.0

Returns

A3D_SUCCESS on success, or an error code on failure