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

fz_objt_edit_nrbz_blend

Description

Blends two nurbz surface objects along two specified edges. The objects passed in must be nurbz objects without any trimming. returns a new nurbz surface object.

Plugin Prototype

fzrt_error_td fz_objt_edit_nrbz_blend(

fzrt_int

windex,

fz_objt_ptr

srf_obj1,

fz_objt_ptr

srf_obj2,

fz_nsrf_which_edge_enum

which_edge1,

fz_nsrf_which_edge_enum

which_edge2,

fz_objt_nrbz_algn_type_enum

align_type,

fzrt_int

degree,

fz_objt_ptr *

new_obj )

Parameters

windex [Input]

project window index

srf_obj1 [Input]

nurbz object #1

srf_obj2 [Input]

nurbz object #2

which_edge1 [Input]

edge identifier of source object #1

which_edge2 [Input]

edge identifier of source object #2

align_type [Input]

alignment type (C0, G1, C1, C2)

degree [Input]

degree of the new nurbz surface

new_obj [Result]

new object

Returns

Error codes
MODEL_ERR_WRONG_OBJT_TYPE - source objects passed in are not nurbz objects or are nurbz objects but are trimmed

Availability

5.0.0.0

Example Files

util_objt_edit_nrbz_blend.fsl

See Also

fz_objt_edit_nrbz_attach,

Function Set

fz_model_fset


Defined in

fz_objt_nrbz_api.h