FormIt C++ API
v23.0.0 (2023.0.0)
|
Tools API.
Functions | |
FORMIT_CORE_EXPORT void | ClearTools () |
Remove active and secondary tools, go back to neutral state. More... | |
FORMIT_CORE_EXPORT ToolType | GetActiveToolType () |
GetActiveToolType() function. More... | |
FORMIT_CORE_EXPORT ToolType | GetActiveToolSubType () |
GetActiveToolSubType() function. More... | |
FORMIT_CORE_EXPORT bool | IsInContinuousAction () |
IsInContinuousAction() function. More... | |
FORMIT_CORE_EXPORT bool | IsInLayerDelete () |
IsInLayerDelete() function. More... | |
FORMIT_CORE_EXPORT void | StartTool (ToolType aType) |
FORMIT_CORE_EXPORT void | StartTool (ToolType aType, const utils::AnyDictionary &toolArgs) |
StartTool() function. More... | |
FORMIT_CORE_EXPORT bool | GetPaintToolMaterial (size_t &materialId) |
Gets the id of the formit material used by the paint tool. More... | |
FORMIT_CORE_EXPORT void | ClearAllInferences () |
Clear all inferences. More... | |