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

fz_objt_edit_nrbz_curve_merge_align

Description

Merges two nurbz curve objects that have a matched edge into a single new nurbz object. The object passed in must be a nurbz curve object. Returns a new nurbz curve object. The first curve is aligned to the second at the merged edge according with the alignment indicated.

Plugin Prototype

fzrt_error_td fz_objt_edit_nrbz_curve_merge_align(

fzrt_int

windex,

fz_objt_ptr

crv_obj1,

fz_objt_ptr

crv_obj2,

fz_objt_nrbz_algn_type_enum

align_type,

fz_objt_ptr *

new_obj )

Parameters

windex [Input]

project window index

crv_obj1 [Input]

curve nurbz object

crv_obj2 [Input]

curve nurbz object

align_type [Input]

alignment type (C0, G1, C1, C2)

new_obj [Result]

new curve object

Returns

Error codes

Availability

5.0.0.0

Example Files

util_objt_edit_nrbz_curv_merge.fsl

See Also

fz_objt_edit_nrbz_curve_attach

Function Set

fz_model_fset


Defined in

fz_objt_ncrv_api.h