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

fz_objt_edit_unclone

Description

If the object passed in is a member of a clone family, the object is removed from the family and become a non cloned object. If the entire_family is set to TRUE, the entire clone family is dissolved.

Plugin Prototype

fzrt_error_td fz_objt_edit_unclone(

fzrt_int

windex,

fz_objt_ptr

objt,

fzrt_boolean

entire_family )

Parameters

windex [Input]

project window index

objt [Input]

object to be uncloned

entire_family [Input]

set to TRUE if uncloning the entire 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