formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Editing Operations
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, |
objt, | |
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
Function Set
Defined in