formZ SDK | 5.0 API Reference | Project | Utility

fz_proj_msel_smth_get_criteria

Description

Gets the smooth shade selection criteria of a selection set.

Plugin Prototype

fzrt_error_td fz_proj_msel_smth_get_criteria(

fzrt_int

windex,

fz_msel_set_ptr

set_ptr,

fzrt_boolean *

smth_on,

fzrt_boolean *

smth_all,

fzrt_boolean *

smth_angle,

fzrt_boolean *

smth_face,

fzrt_boolean *

smth_nsides )

Parameters

windex [Input]

project window index

set_ptr [Input]

the selection set from which to get the smooth shading criteria

smth_on [Result]

TRUE if smooth shading on is used, FALSE otherwise

smth_all [Result]

TRUE if smooth shading all is used, FALSE otherwise

smth_angle [Result]

TRUE if smooth shading by angle is used, FALSE otherwise

smth_face [Result]

TRUE if smooth shading by face smoothing is used, FALSE otherwise

smth_nsides [Result]

TRUE if smooth shading by # of sides per face is used, FALSE otherwise

Returns

Error codes

Availability

5.0.0.0

Function Set

fz_proj_fset


Defined in

fz_proj_api.h