Category Geometry items, Object ProSurfacetessellationinput

Function ProSurfacetessellationinputAnglecontrolSet


Description
Assigns the angle control value used for the tessellation.
Synopsis
#include <ProSurface.h>
ProErrorProSurfacetessellationinputAnglecontrolSet(
ProSurfaceTessellationInput input_data
/* (In)
The input data handle.
*/
double angle_control
/* (In)
The angle control value.
*/
)
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 )