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

fz_objt_attr_sshd_are_equal

Description

Checks whether two smooth shading attributes are equal.

Plugin Prototype

fzrt_error_td fz_objt_attr_sshd_are_equal(

fzrt_int

windex1,

fz_attr_sshd_ptr

sshd1,

fzrt_int

windex2,

fz_attr_sshd_ptr

sshd2,

fzrt_boolean *

are_equal )

Parameters

windex1 [Input]

project 1

sshd1 [Input]

smooth shading attribute 1

windex2 [Input]

project 2

sshd2 [Input]

smooth shading attribute 2

are_equal [Result]

TRUE if they are equal, FALSE otherwise

Returns

Error codes

Availability

5.0.0.0

Example Files

util_attr_sshd.fsl

See Also

fz_objt_attr_sshd_init,, fz_objt_attr_sshd_set, fz_objt_attr_sshd_finit

Function Set

fz_objt_attr_fset


Defined in

fz_objt_attr_api.h