formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Analysis

fz_objt_alys_objts_are_clone_siblings

Description

Checks whether two objects are clones and whether they belong to the same clone family. TRUE is only returned if both objects are clones and they are siblings.

Plugin Prototype

fzrt_error_td fz_objt_alys_objts_are_clone_siblings(

fzrt_int

windex,

fz_objt_ptr

objt1,

fz_objt_ptr

objt2,

fzrt_boolean *

are_siblings )

Parameters

windex [Input]

project window index

objt1 [Input]

object 1 to check

objt2 [Input]

object 2 to check

are_siblings [Result]

TRUE, if the object 1 and object 2 are member of the same clone family, FALSE otherwise

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