Interface ISS_AbstractTechOp
Abstract CAM operation Base interface for all machining operations
Namespace: STApplication
Assembly: STApplication.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("D5DA5F5C-F724-4DF5-8A9B-258E468BE5FB")]
public interface ISS_AbstractTechOpProperties
MachineSchema
Machine configuration Machine schema used for this operation
Declaration
IST_Machine MachineSchema { get; }Property Value
| Type | Description | 
|---|---|
| IST_Machine | 
PathColor
Toolpath display color RGB color value for visualization
Declaration
int PathColor { get; set; }Property Value
| Type | Description | 
|---|---|
| int | 
Methods
GetComment()
Get operation description
Declaration
string GetComment()Returns
| Type | Description | 
|---|---|
| string | Detailed comment/description | 
GetName()
Get operation name
Declaration
string GetName()Returns
| Type | Description | 
|---|---|
| string | Display name of the operation |