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

fz_objt_edit_nrbz_curve_split

Description

Splits a nurbz curve at the specified parameter value and returns two nurbz curve objects.

Plugin Prototype

fzrt_error_td fz_objt_edit_nrbz_curve_split(

fzrt_int

windex,

fz_objt_ptr

crv_obj,

double

tval,

fz_objt_ptr *

lobj,

fz_objt_ptr *

robj )

Parameters

windex [Input]

project window index

crv_obj [Input]

nurbz curve

tval [Input]

parameter value

lobj [Result]

nurbz curve object

robj [Result]

nurbz curve object

Returns

Error codes

Availability

5.0.0.0

Example Files

util_objt_edit_nrbz_curv.fsl

See Also

fz_objt_edit_nrbz_curve_extend_to_point,

Function Set

fz_model_fset


Defined in

fz_objt_ncrv_api.h