Category Geometry items, Object ProTessellation

Function ProTessellationFacetsGet


Description
Obtains the indices indicating the vertices used for each facet for the tessellated item.
Synopsis
#include <ProSurface.h>
ProErrorProTessellationFacetsGet(
ProTessellation tessellation
/* (In)
The tessellation data handle.
*/
ProTriangle** facets
/* (Out)
ProArray of indices for the facets in the tessellation. Free this using ProArrayFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. Core: 3D Geometry: Surface Tessellation
  2. Core: 3D Geometry: Surface Tessellation

Sample Code References:

  1. pt_examples ( TestDispObject.c )