Interface IPPFunTechInfoTool
Few information about the tool of the operation.
Namespace: SprutTechnology.SCPostprocessor
Assembly: SCPostprocessor.dll
Syntax
public interface IPPFunTechInfoTool
Properties
ConnectorIndex
Tool connector index inside the machine schema.
Declaration
int ConnectorIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Number
Tool number.
Declaration
int Number { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
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 |
---|---|
System.String |