Category Geometry items, Object ProTessellation

Function ProTessellationVerticesGet


Description
Obtains the vertices that make up this tessellation.
Synopsis
#include <ProSurface.h>
ProErrorProTessellationVerticesGet(
ProTessellation tessellation
/* (In)
The tessellation data handle.
*/
Pro3dPnt** vertices
/* (Out)
ProArray of vertices. 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 )