formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Control Objects | Nurbz Curve

fz_objt_edit_nrbz_curve_change_ctrlpts_by_number

Description

Rebuilds a nurbz curve object with the requested number of control points.

Plugin Prototype

fzrt_error_td fz_objt_edit_nrbz_curve_change_ctrlpts_by_number(

fzrt_int

windex,

fz_objt_ptr

crv_obj,

fzrt_int

new_num_cpts )

Parameters

windex [Input]

project window index

crv_obj [Input]

nurbz curve

new_num_cpts [Input]

new number of control points

Returns

Error codes

Availability

5.0.0.0

Example Files

util_objt_edit_nrbz_curv.fsl

See Also

fz_objt_edit_nrbz_curve_change_degree,

Function Set

fz_model_fset


Defined in

fz_objt_ncrv_api.h