formZ SDK | 5.0 API Reference | System | Nurbs Curve

fz_ncrv_change_degree

Description

Changes the degree of a NURBS curve.

Plugin Prototype

fzrt_error_td fz_ncrv_change_degree(

fz_nurbs_cur_ptr *

crv,

fzrt_int

degree,

fzrt_boolean

keep_shape )

Parameters

crv [Input]

NURBS curve

degree [Input]

Degree

keep_shape [Input]

if TRUE, the shape of curve is preserved

Returns

Error codes

Availability

5.0.0.0

Example Files

util_ncrv.fsl

Function Set

fz_ncrv_fset


Defined in

fz_ncrv_api.h