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

fz_objt_attr_create_objt_decal

Description

Create a new, default decal attribute for an object. If an old decal attribute exists, it will be overwritten without warning. The new decal will have zero decal groups. New decal groups can be created with the function fz_objt_attr_add_objt_decal_grp.

Plugin Prototype

fzrt_error_td fz_objt_attr_create_objt_decal(

fzrt_int

windex,

fz_objt_ptr

obj )

Parameters

windex [Input]

project window index

obj [Input]

object

Availability

5.0.0.0

Example Files

util_attr_decal.fsl

See Also

fz_objt_attr_add_objt_decal_grp, fz_objt_attr_clear_objt_decal

Function Set

fz_objt_attr_fset


Defined in

fz_objt_decal_api.h