freelomodel - free a lofig_list for temporary models
This software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM team at LIP6 laboratory of Université Pierre et Marie CURIE, in Paris, France.
Web : http://asim.lip6.fr/recherche/alliance/
E-mail : alliance-users AT asim DOT lip6 DOT fr
#include "mlo.h"
void freelomodel(ptmodel)
lofig_list ∗ptmodel;
ptmodel |
Pointer to the model list to be freed |
freelomodel free the lofig_list pointed to by ptmodel. All the elements of the list are given back to the system.
#include "mlo.h"
void end_of_parse() /∗ erase model list ∗/
{
freelomodel(MODEL); |
}
mbk(1), lofig(3), addlomodel(3), getlomodel(3).
This tool is under development at the ASIM department of the LIP6 laboratory.
We need your feedback to improve documentation and tools.