formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Editing Operations

fz_objt_edit_find_clones

Description

For the given object, all members of the clone family to which the the object belongs are added to the object list passed in. The object is added to the list as well. If the object is not a clone, nothing is added to the list. Note, that the object list must be created by the calling code via the function call fz_objt_list_create and must be disposed of with the function call

Plugin Prototype

fzrt_error_td fz_objt_edit_find_clones(

fzrt_int

windex,

fz_objt_ptr

objt,

fz_enty_list_ptr

objt_list )

Parameters

windex [Input]

project window index

objt [Input]

object for which to find all clones

objt_list [Result]

object list, which will contain all clones belonging to the same family as the object passed in.

Returns

Error codes

Availability

5.0.0.0

Example Files

util_objt_clones.fsl

Function Set

fz_model_fset


Defined in

fz_objt_api.h