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

fz_objt_attr_mdns_copy

Description

Copy the content of one material density attribute to another. Note, that the destination material density must already be allocated. This can be done by a call to fz_objt_attr_mdns_init.

Plugin Prototype

fzrt_error_td fz_objt_attr_mdns_copy(

fzrt_int

src_windex,

fz_attr_mdns_ptr

src_mdns,

fzrt_int

dst_windex,

fz_attr_mdns_ptr

dst_mdns )

Parameters

src_windex [Input]

source project

src_mdns [Input]

source attribute

dst_windex [Input]

destination project

dst_mdns [Input]

destination attribute

Returns

Error codes

Availability

5.0.0.0

Example Files

modl_attr_basic.fsl

See Also

fz_objt_attr_mdns_init,, fz_objt_attr_mdns_set, fz_objt_attr_mdns_finit

Function Set

fz_objt_attr_fset


Defined in

fz_objt_attr_api.h