Delete Entities

Functions

A3DStatus A3DEntityDelete (A3DEntity *pEntity)
 Entity deletion facility. More...
 

Detailed Description

Function Documentation

A3DStatus A3DEntityDelete ( A3DEntity pEntity)

Entity deletion facility.

Use this function to delete data not referenced and owned by the global structure. Use it only where advised (see A3DGetCurveAsAnalytic for example).

Warning
This function must be called very carefully, only on locally created data. When used in another case, it may corrupt global structure and drastically disturb the library behavior.
Returns
A3D_SUCCESS