API 설명서 > Geometry items > Object ProSurfacetessellationinput > Function ProSurfacetessellationinputChordheightSet
Function ProSurfacetessellationinputChordheightSet
Description
Assigns the chord height used for the surface tessellation.
Synopsis
#include <ProSurface.h>
ProSurfacetessellationinputChordheightSet
(
/* (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
The function succeeded.
One or more input arguments was invalid.
Sample Code References
User Guide References
도움이 되셨나요?