Interface ICamApiPocketModelItem
Model item representing a pocket (added via ICamApiModelFormerWithPocket.AddPocketSelected)
Namespace: CAMAPI.ModelFormerTypes
Assembly: CAMAPI.ModelFormerTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("625847CD-FD22-4F96-AD27-02961749F071")]
public interface ICamApiPocketModelItem
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 |