Category
Geometry items
, Object
ProSurfacetessellationinput
Function ProSurfacetessellationinputAlloc
Description
Allocates the handle to the input data used for surface tessellation.
Synopsis
#include <
ProSurface.h
>
ProError
ProSurfacetessellationinputAlloc
(
ProSurfaceTessellationInput
*
input_data
/* (Out)
The input data handle.
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more input arguments was invalid.
Manual References:
Core: 3D Geometry: Surface Tessellation
Core: 3D Geometry: Surface Tessellation
Sample Code References:
pt_examples ( TestDispObject.c )