< Home

< Programming Guide

< Supported File Formats

REFERENCE MANUAL

Modules | Functions
Model File Load-Export Module

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...
 

Detailed Description

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.

Function Documentation

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.

Version
2.0
Returns
A3D_INVALID_ENTITY_NULL
A3D_INVALID_ENTITY_TYPE
A3D_SUCCESS