formZ SDK | 4.0 Call Back Reference | Command | Tool
Description
Tool info (Required). This function is called once by formZ as soon as the tool
is registered and initialized. It establishes the level and kind of the tool. The level distinguishes the
context of the tool (, modeling, drafting, window etc.). The kind tells formZ if the tool
is an operator or a modifier.
Returning and error other than FZRT_NOERR will cause the tool NOT to be registered
This function is superseeded by fz_tool_cbak_info2
Plugin Prototype
fzrt_error_td fz_tool_cbak_info(
kind, | |
level ) |
Parameters
kind [Result]
to be filled with the tool kind
level [Result]
to be filled with the tool level
Returns
Error codes
Availability
5.0.0.0
See Also
Function Set
Defined in