Interface ICLDMachiningTool
Machining tool properties.
Namespace: DotnetPostprocessing.SDK
Assembly: DotnetPostprocessing.SDK.dll
Syntax
public interface ICLDMachiningTool
Properties
Caption
The name of the tool.
Declaration
string Caption { get; }
Property Value
Type | Description |
---|---|
string |
Command
LOADTL CLData command for this tool.
Declaration
ICLDLoadToolCommand Command { get; }
Property Value
Type | Description |
---|---|
ICLDLoadToolCommand |
ID
Textual identifier of the tool.
Declaration
string ID { get; }
Property Value
Type | Description |
---|---|
string |
NextTool
Tool properties for the next operation. Returns "Null" for the last operation.
Declaration
ICLDMachiningTool NextTool { get; }
Property Value
Type | Description |
---|---|
ICLDMachiningTool |
Number
Tool number.
Declaration
int Number { get; }
Property Value
Type | Description |
---|---|
int |
PrevTool
Tool properties for the previous operation. Returns "Null" for the first operation.
Declaration
ICLDMachiningTool PrevTool { get; }
Property Value
Type | Description |
---|---|
ICLDMachiningTool |