formZ SDK | 5.0 API Reference | System | User Interface (FUIM)

fz_fuim_prompt_edit_enum

Description

Indicates the format of the prompt input. The prompt input is an editable text field to the right of the prompt string on the current prompt line. The data for the prompt input is set with the function .

enum fz_fuim_prompt_edit_enum {

FZ_FUIM_PROMPT_EDIT_NONE,

FZ_FUIM_PROMPT_EDIT_XY,

FZ_FUIM_PROMPT_EDIT_XYZ,

FZ_FUIM_PROMPT_EDIT_ANGLE,

FZ_FUIM_PROMPT_EDIT_LINEAR_X,

FZ_FUIM_PROMPT_EDIT_LINEAR_XY,

FZ_FUIM_PROMPT_EDIT_LINEAR_XYZ,

FZ_FUIM_PROMPT_EDIT_LINEAR_DECIMAL_X,

FZ_FUIM_PROMPT_EDIT_LINEAR_DECIMAL_XY,

FZ_FUIM_PROMPT_EDIT_LINEAR_DECIMAL_XYZ,

FZ_FUIM_PROMPT_EDIT_STRING };

Members

FZ_FUIM_PROMPT_EDIT_NONE

No prompt input

FZ_FUIM_PROMPT_EDIT_XY

Prompt input is an XY value in world space on the current reference plane.

FZ_FUIM_PROMPT_EDIT_XYZ

Prompt input is an XYZ value in world space on the current reference plane.

FZ_FUIM_PROMPT_EDIT_ANGLE

Prompt input is an angle value.

FZ_FUIM_PROMPT_EDIT_LINEAR_X

Prompt input single linear value (X).

FZ_FUIM_PROMPT_EDIT_LINEAR_XY

Prompt input double linear value (X, Y).

FZ_FUIM_PROMPT_EDIT_LINEAR_XYZ

Prompt input triple linear value (X, Y, Z).

FZ_FUIM_PROMPT_EDIT_LINEAR_DECIMAL_X

Prompt input single linear value with decimal display (X). (Overrides working units numeric display options)

FZ_FUIM_PROMPT_EDIT_LINEAR_DECIMAL_XY

Prompt input double linear value with decimal display (X, Y). (Overrides working units numeric display options)

FZ_FUIM_PROMPT_EDIT_LINEAR_DECIMAL_XYZ

Prompt input triple linear value with decimal display (X, Y, Z). (Overrides working units numeric display options)

FZ_FUIM_PROMPT_EDIT_STRING

Prompt input is an unformatted string

Availability

5.0.0.0

See Also

, fz_fuim_prompt_line

Defined in

fz_fuim_api.h