Interface ICamIpcTurnGeometryModelItem
Model item representing turn geometry (added via ICamIpcModelFormerWithTurnGeometry.AddTurnSelected)
Namespace: CAMIPC.ModelFormerTypes
Assembly: CAMIPC.ModelFormerTypes.dll
Syntax
[Guid("7839BA4A-8FA6-44CF-A15D-EAC1F73D988E")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcTurnGeometryModelItem
Properties
ProfileModeName
Name of the profile mode
Declaration
string ProfileModeName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Stock
Machining stock offset
Declaration
double Stock { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
Methods
GetInstanceId()
Get unique identifier of current instance (used in IPC messages)
Declaration
string GetInstanceId()
Returns
| Type | Description |
|---|---|
| string |