formZ SDK | 4.0 Call Back Reference | Command | Tool

fz_tool_cbak_track

Description

This function is called by formZ for FZ_TOOL_KIND_OPERATOR tools when the tool is the active tool and the mouse is moved.

Plugin Prototype

fzrt_error_td fz_tool_cbak_track(

fzrt_int

windex,

fzrt_point *

where,

fz_xyz_td *

where_3d,

fz_map_plane_td *

map_plane,

fzrt_int

click_count )

Parameters

windex [Input]

project window index

where [Input]

point on screen where is currently located

where_3d [Input]

point in world space (on active reference plan or snapped location)

map_plane [Input]

active map plane

click_count [Input]

count of clicks for tool (1 for first click, 2 for second etc...)

Returns

Error codes

Availability

5.0.0.0

See Also

fz_tool_cbak_click, fz_tool_cbak_cancel,fz_tool_cbak_prompt, fz_fuim_prompt_line,fz_tool_cbak_track_done, fz_tool_cbak_click_up

Function Set

fz_tool_cbak_fset


Defined in

fz_tool_api.h