Tool.createFromJson Method
Parent Object: ToolDefined in namespace "adsk::cam" and the header file is <Cam/Tools/Tool.h>
Description
Creates a Tool object from given JSON string.
Syntax
Return Value
Type | Description |
Tool | Returns the newly created Tool. |
Parameters
Name | Type | Description |
json | string | The JSON should fully define the tool and contain all tool parameters. If the JSON contains more than one tool, only the first Tool is loaded. |