formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Editing Operations
Description
Stitches multiple surface objects.
Stitching looks for faces which have reversely coincident
segments, but geometrically duplicate points.
A new object is created from all the stitched objects and
returned in the obj parameter.
Note : If there are no common reversely coincident segments
in the objects, the resulting object contains the faces of
all objects in the entity list as if the objects were joined.
Plugin Prototype
fzrt_error_td fz_objt_edit_stitch_objects(
fzrt_int | windex, |
src_obj, | |
fzrt_int | nobj, |
obj ) |
Parameters
windex [Input]
project window index
src_obj [Input]
array of source objects
nobj [Input]
number of source objects
Range: nobj >= 2
obj [Result]
stitched object
Returns
Error codes
Availability
5.0.0.0
Example Files
See Also
,,,, fz_objt_edit_trim_with_surface,,, fz_objt_edit_split_with_line, fz_objt_edit_stitch_faces, , fz_objt_edit_section3d, fz_objt_edit_section2d, fz_objt_edit_volumes_join,
Function Set
Defined in