formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Control Objects | Patch Object
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, |
src_obj, | |
fzrt_int * | edge_index, |
fzrt_int | edge_knt, |
do_trng_patch, | |
new_obj ) |
Parameters
windex [Input]
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
Defined in