Interface ICamIpcPocketModelItem
Model item representing a pocket (added via ICamIpcModelFormerWithPocket.AddPocketSelected)
Namespace: CAMIPC.ModelFormerTypes
Assembly: CAMIPC.ModelFormerTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("625847CD-FD22-4F96-AD27-02961749F071")]
public interface ICamIpcPocketModelItem
Properties
AlternateFrontSide
Flip the positive side of the faces
Declaration
bool AlternateFrontSide { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
ContactMode
Contact tool mode (Center / Inside / Outside)
Declaration
TModelFormerZoneContactMode ContactMode { get; set; }
Property Value
| Type | Description |
|---|---|
| TModelFormerZoneContactMode |
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 |