Interface IPPFunTechInfoSetupStage
Information about the Setup stage in which the operation is located.
Namespace: SprutCAMTech.SCPostprocessor
Assembly: SprutCAMTech.SCPostprocessor.dll
Syntax
public interface IPPFunTechInfoSetupStage
Properties
Index
Index of the setup stage in the list of SprutCAM's project setup stages
Declaration
int Index { get; }
Property Value
| Type | Description |
|---|---|
| int |
Name
The name of the setup stage group inside SprutCAM's project
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |