Interface ICamIpcPocketModelItem
Model item representing a pocket (added via ICamIpcModelFormerWithPocket.AddPocketSelected)
Namespace: CAMIPC.ModelFormerTypes
Assembly: CAMIPC.ModelFormerTypes.dll
Syntax
[Guid("625847CD-FD22-4F96-AD27-02961749F071")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcPocketModelItem
Properties
AlternateFrontSide
Flip the positive side of the faces
Declaration
bool AlternateFrontSide { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
IsLeft
Whether the pocket is left-hand (affects tool compensation side)
Declaration
bool IsLeft { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
GetInstanceId()
Get unique identifier of current instance (used in IPC messages)
Declaration
string GetInstanceId()
Returns
| Type | Description |
|---|---|
| string |