DocumentToolLibrary.createFromJson Method
Parent Object: DocumentToolLibraryDefined in namespace "adsk::cam" and the header file is <Cam/Tools/DocumentToolLibrary.h>
Description
Creates a ToolLibrary by given JSON-string. Raises an error if the given JSON is invalid.
Syntax
Return Value
Type | Description |
ToolLibrary | Returns the newly created ToolLibrary. |
Parameters
Name | Type | Description |
json | string | The JSON contains all tools that should be added to the new ToolLibrary |