formZ SDK | 4.0 Call Back Reference | Command | Tool

fz_tool_cbak_track_done_func

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_done_func(

fzrt_int

windex,

fzrt_point *

where,

fz_xyz_td *

where_3d,

fz_map_plane_td *

map_plane,

fzrt_int

click_count,

fzrt_boolean *

done )

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...)

done [Result]

TRUE for tool complete, FALSE if not complete

Returns

Error codes

Availability

7.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, fz_tool_cbak_click_up

Function Set


Defined in

fz_tool_api.h