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

fz_objt_attr_get_objt_decal_count

Description

Gets the number of decal groups of an object decal attribute. When first created, the object decal attribute has 0 decal groups. New decal groups can be added with fz_objt_attr_add_objt_decal_grp.

Plugin Prototype

fzrt_error_td fz_objt_attr_get_objt_decal_count(

fzrt_int

windex,

fz_objt_ptr

obj,

fzrt_int *

n_decal )

Parameters

windex [Input]

project window index

obj [Input]

object

n_decal [Result]

The number of decal groups of the object decal attribute

Availability

5.0.0.0

Example Files

util_attr_decal.fsl

Function Set

fz_objt_attr_fset


Defined in

fz_objt_decal_api.h