Category Geometry items, Object ProSurfacetessellationinput

Function ProSurfacetessellationinputChordheightSet


Description
Assigns the chord height used for the surface tessellation.
Synopsis
#include <ProSurface.h>
ProErrorProSurfacetessellationinputChordheightSet(
ProSurfaceTessellationInput input_data
/* (In)
The input data handle.
*/
double chord_height
/* (In)
The chord height used for the tessellation. Pass PRO_SRFTESS_CHORD_HT_DEFAULT to use the tessellation routine used by Creo Parametric to perform shading operations.
*/
)
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 )