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

fz_objt_attr_delete_objt_decal_grp

Description

Deletes a decal group from the decal attribute of an object. If the object does not have a decal attribute an error is returned. The decal_index parameter passed in is used to identify the decal group. It must be must between 0 and 32, but no more than the current number of decals.

Plugin Prototype

fzrt_error_td fz_objt_attr_delete_objt_decal_grp(

fzrt_int

windex,

fz_objt_ptr

obj,

fzrt_int

decal_index )

Parameters

windex [Input]

project window index

obj [Input]

object

decal_index [Input]

decal group index

Availability

5.0.0.0

Example Files

util_attr_decal.fsl

See Also

fz_objt_attr_add_objt_decal_grp

Function Set

fz_objt_attr_fset


Defined in

fz_objt_decal_api.h