cuttingToolDefinition
Lexicon: eco.wonderland.workcell.asset.cutting.tool.defs
Type: object
Detailed structure of the cutting tool which is static during its lifecycle. ISO 13399.
Properties
Section titled “Properties”format
Section titled “format”Type: formatType
Default: xml
Identifies the expected representation of the enclosed data.
Type: [ string ]
Text of the cuttingToolDefinition in format defined by format.
Referenced By
Section titled “Referenced By”- cuttingToolArchetype
eco.wonderland.workcell.asset.cutting.tool.defs - cuttingTool
eco.wonderland.workcell.asset.cutting.tool.defs
Schema
Section titled “Schema”{ "type": "object", "properties": { "format": { "type": "string", "default": "xml" }, "value": { "type": "array", "items": { "type": "string" } } }}