Interface IPPFunTechInfoTool
Few information about the tool of the operation.
Namespace: DotnetPostprocessing.SDK
Assembly: DotnetPostprocessing.SDK.dll
Syntax
public interface IPPFunTechInfoTool
Properties
ConnectorIndex
Tool connector index inside the machine schema.
Declaration
int ConnectorIndex { get; }
Property Value
Type | Description |
---|---|
int |
Number
Tool number.
Declaration
int Number { get; }
Property Value
Type | Description |
---|---|
int |
RevolverID
Depend on the type of machine it contains: textual turret head identifier for machines with turret head, textual tool connector identifier for other machine types (as it defined in machine schema).
Declaration
string RevolverID { get; }
Property Value
Type | Description |
---|---|
string |