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

fz_view_set_pick_status

Description

Sets the pick status of a view. If picked is passed as 0, the view is unpicked. The eye and coi can also be picked separately. If the 1 bit is set (0x00000001) the eye is picked. If bit 2 is set (0x00000002) the coi is picked.

Plugin Prototype

fzrt_error_td fz_view_set_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 set the pick status

picked [Input]

the bit encoded pick status of the view. bit 1 = set pick of eye, bit 2 = set pick of coi. not bits set = set view to 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