API 文档
>
Geometry items
>
Object ProSurfacetessellationinput
> Function ProSurfacetessellationinputAnglecontrolSet
Function ProSurfacetessellationinputAnglecontrolSet
Description
Assigns the angle control value used for the tessellation.
Synopsis
#include <
ProSurface.h
>
ProError
ProSurfacetessellationinputAnglecontrolSet
(
ProSurfaceTessellationInput
input_data
/* (In)
The input data handle.
*/
double angle_control
/* (In)
The angle control value.
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more input arguments was invalid.
Sample Code References
pt_examples ( TestDispObject.c )
这对您有帮助吗?
此站点在 JavaScript 启用时工作最佳