Interface IPPFunTechInfo
Some information about the technological operation.
Namespace: SprutTechnology.SCPostprocessor
Assembly: SCPostprocessor.dll
Syntax
public interface IPPFunTechInfo
Properties
Enabled
The Enabled flag contains "true" if the operation use the tool that is different from the previous operation. If the operation use the same tool with the previous operation then this flag will contain "false".
Declaration
bool Enabled { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Tool
Few information about the tool of the operation.
Declaration
IPPFunTechInfoTool Tool { get; }
Property Value
Type | Description |
---|---|
IPPFunTechInfoTool |
Workpiece
Few information about the part/workpiece of the operation.
Declaration
IPPFunTechInfoWorkpiece Workpiece { get; }
Property Value
Type | Description |
---|---|
IPPFunTechInfoWorkpiece |