Interface IPPFunTechInfo
Some information about the technological operation.
Namespace: DotnetPostprocessing.SDK
Assembly: DotnetPostprocessing.SDK.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 |
---|---|
bool |
Part
Information about the Part being machined by this operation
Declaration
IPPFunTechInfoPart Part { get; }
Property Value
Type | Description |
---|---|
IPPFunTechInfoPart |
SetupStage
Information about the Setup stage in which the operation is located.
Declaration
IPPFunTechInfoSetupStage SetupStage { get; }
Property Value
Type | Description |
---|---|
IPPFunTechInfoSetupStage |
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 |