formZ SDK | 5.0 API Reference | System | User Interface (FUIM)
Description
Updates prompt input. This function updates the prompt input of the current prompt line. The prompt data must
match the type that was specified in a previous fz_fuim_prompt_line function call as shown below.
Note: this function can only be called from within tool extensions in the click, track and prompt callback functions.
FZ_FUIM_PROMPT_EDIT_XY fz_xy_td
FZ_FUIM_PROMPT_EDIT_XYZ fz_xyz_td
FZ_FUIM_PROMPT_EDIT_ANGLE double
FZ_FUIM_PROMPT_EDIT_LINEAR_X double
FZ_FUIM_PROMPT_EDIT_LINEAR_XY fz_xy_td
FZ_FUIM_PROMPT_EDIT_LINEAR_XYZ fz_xyz_td
FZ_FUIM_PROMPT_EDIT_LINEAR_DECIMAL_X double
FZ_FUIM_PROMPT_EDIT_LINEAR_DECIMAL_XY fz_xy_td
FZ_FUIM_PROMPT_EDIT_LINEAR_DECIMAL_XYZ fz_xyz_td
FZ_FUIM_PROMPT_EDIT_STRING string (char *)
Plugin Prototype
fzrt_error_td fz_fuim_prompt_refresh_data(
prompt_data ) |
Parameters
prompt_data [Input]
data for the prompt input
Returns
error codes
Availability
5.0.0.0
See Also
fz_fuim_prompt_line, fz_tool_cbak_track, fz_tool_cbak_click,fz_tool_cbak_prompt
Function Set
Defined in