Object ProFacetvertices

Function ProFacetverticesFree


Description
Frees the memory allocated for the vertices of a facet.
Synopsis
#include <ProFacet.h>
ProErrorProFacetverticesFree(
ProFacetVertex vertices[3]
/* (In)
The facet vertices
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. Core: 3D Geometry: Accessing Facet Properties
  2. Core: 3D Geometry: Accessing Facet Properties