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

fz_objt_cnstr_patch_between_edges

Description

Constructs a Patch object between two, three or four patch edges.

Plugin Prototype

fzrt_error_td fz_objt_cnstr_patch_between_edges(

fzrt_int

windex,

fz_objt_ptr *

src_obj,

fzrt_int *

edge_index,

fzrt_int

edge_knt,

fzrt_boolean

do_trng_patch,

fz_objt_ptr *

new_obj )

Parameters

windex [Input]

project

src_obj [Input]

source object

edge_index [Input]

list of edge indexes

edge_knt [Input]

number of edges

do_trng_patch [Input]

triangular patch is built when TRUE

new_obj [Result]

new patch object

Returns

MODEL_ERR_WRONG_OBJT_TYPE - object passed in are not patches

Availability

5.0.0.0

See Also

fz_objt_cnstr_patch_opts_init, fz_objt_cnstr_patch_opts_finit, fz_objt_cnstr_patch_opts_finit, fz_objt_cnstr_patch_opts_get

Function Set

fz_model_fset


Defined in

fz_objt_ptch_api.h