formZ SDK | 5.0 API Reference | Project | Modeling | Attributes

fz_objt_attr_objt_copy

Description

Copy all the object level attributes of one object to another object. All attributes in the destination object will be removed prior to the copy. Face level attributes will not be copied.

Plugin Prototype

fzrt_error_td fz_objt_attr_objt_copy(

fzrt_int

src_windex,

fz_objt_ptr

src_obj,

fzrt_int

dst_windex,

fz_objt_ptr

dst_obj )

Parameters

src_windex [Input]

source project

src_obj [Input]

source object

dst_windex [Input]

destination project

dst_obj [Input]

destination object

Returns

Error codes

Availability

5.0.0.0

Function Set

fz_objt_attr_fset


Defined in

fz_objt_attr_api.h