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

fz_objt_edit_patch_stitch_face

Description

This function makes one edge from two edges that were previously unstitched at the face level. Note that for this operation to take effect, the edge must have been previously unstitched.

Plugin Prototype

fzrt_error_td fz_objt_edit_patch_stitch_face(

fzrt_int

windex,

fz_objt_ptr

src_obj,

fzrt_int

findx,

fzrt_boolean

do_smooth,

fzrt_boolean

by_angl,

double

angl )

Parameters

windex [Input]

project window index

src_obj [Input]

source object

findx [Input]

face index

do_smooth [Input]

smooth stitch

by_angl [Input]

smooth stitch by angle

angl [Input]

angle value

Returns

MODEL_ERR_WRONG_OBJT_TYPE - object passed in is not a patch

Availability

5.0.0.0

Example Files

util_objt_patch_stitch_face.fsl

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