formZ SDK | 5.0 API Reference | Project | Modeling | View Manager

fz_view_get_pick_status

Description

Checks whether a view is picked. In addition, the picked parameter returns whether the coi or the eye or both are picked. For eye, bit 1 (0x00000001) is set, for coi bit 2 (0x00000002) is set.

Plugin Prototype

fzrt_error_td fz_view_get_pick_status(

fzrt_int

windex,

fz_view_ptr

view,

fzrt_int *

picked )

Parameters

windex [Input]

project window index

view [Input]

the view for which to get the pick status

picked [Result]

the bit encoded pick status of the view. bit 1 = eye is picked, bit 2 = coi is picked. No bits set = view is not picked

Returns

Error codes

Availability

6.0.0.5

Example Files

util_views.fsl

Function Set

fz_view_fset


Defined in

fz_view_api.h