formZ SDK | 5.0 API Reference | System | Nurbs Surface

fz_nsrf_change_v_degree

Description

Changes the V degree of a NURBS surface. If keep_shape is TRUE, the shape of surface is preserved by changing the number of control points, if necessary.

Plugin Prototype

fzrt_error_td fz_nsrf_change_v_degree(

fz_nurbs_srf_ptr *

srf,

fzrt_int

v_degree,

fzrt_boolean

keep_shape )

Parameters

srf [Input]

NURBS surface

v_degree [Input]

Degree in V

keep_shape [Input]

if TRUE, the shape of surface is preserved

Returns

Error codes

Availability

5.0.0.0

Example Files

util_nsrf.fsl

See Also

,,

Function Set

fz_nsrf_fset


Defined in

fz_nsrf_api.h