formZ SDK | 4.0 Call Back Reference | Command | Tool

fz_tool_kind_enum

Description

Defines the kind for a tool. There are two kinds of tools.

Operator: creates or edits the formZ project data (objects, lights, etc.) through graphic manipulation if the formZ project window.

Modifier: controls a setting that affects a group of operators (tools). For example, the self/copy modifier tools affect how the transformation operator tools function. Modifiers are never implemented as a single tool, but rather a set of tools that have a number of modifiers representing different options and a set of operators that are sensitive to the selected modifier.

enum fz_tool_kind_enum {

FZ_TOOL_KIND_OPERATOR,

FZ_TOOL_KIND_MODIFIER };

Members

FZ_TOOL_KIND_OPERATOR

The tool is an operator

FZ_TOOL_KIND_MODIFIER

The tool is a modifier

Availability

5.0.0.0

Defined in

fz_tool_api.h