SilverScreen Solid Modeler

prim_triangles_release

prim_triangles_release

Previous topic Next topic  

prim_triangles_release

Previous topic Next topic JavaScript is required for the print function  

 

SilverScreenAPI

 

void prim_triangles_release(SS_TRIANGLE_HANDLE th)

 

SS_TRIANGLE_HANDLE th; // A triangulation handle returned by prim_triangles_collect

 

 

 




Synopsis

#include "silver.h"

 

The prim_triangles_release function releases all memory associated with the triangulation handle th

 

 

Parameters

th is a triangulation handle that must have been returned by a call to prim_triangles_collect

 

 

Return Value

none

 

 

See Also

prim_triangles_collect, prim_triangle_get, prim_triangles_count

 

 

Example

See prim_triangles_collect for an example