A3DAsmModelFileUnloadParts

A3DStatus A3DAsmModelFileUnloadParts(A3DAsmModelFile *pModelFile, A3DUns32 uiPartsSize, A3DAsmProductOccurrence **ppParts)
A3DStatus A3DAsmModelFileUnloadParts(A3DAsmModelFile* pModelFile, A3DUns32 uiPartsSize, A3DAsmProductOccurrence** ppParts)

Removes all tessellation and geometry of an:c:type:~A3DAsmProductOccurrenceentity This can only be done on parts.

Parameters

pModelFile: The model file

uiPartsSize: Size of input array.

ppParts: Array of parts to unload.

Returns

A3D_SUCCESSon success, or an error code on failure