Methods and structures dedicated to 3D data reading and writing capabilities. More...
Modules | |
Load Module | |
Loads the model file with information from the input CAD file. | |
Export Module | |
Structures to write the ModelFile defined through this API in a 3D Annot. | |
Functions | |
A3DStatus | A3DAsmModelFileDelete (A3DAsmModelFile *pModelFile) |
Deletes the entire A3DAsmModelFile entity from memory. More... | |
Methods and structures dedicated to 3D data reading and writing capabilities.
This module describes the functions and structures that allow you to read and write 3D model files.
A3DStatus A3DAsmModelFileDelete | ( | A3DAsmModelFile * | pModelFile | ) |
Deletes the entire A3DAsmModelFile entity from memory.
Every entity under this model file is also deleted. This function is responsible for freeing the whole memory reserved for ModelFile. After this call, access to the model file is no longer possible, and pointer must be set to NULL.