Interface ICamIpcCurve2DModelItem
Assembly: CAMIPC.ModelFormerTypes.dll
[Guid("9696190C-41E0-413A-80F7-5EED263F3FB1")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcCurve2DModelItem
Properties
Use compensation for 2D curve
Declaration
bool Compensation { get; set; }
Property Value
Curve direction is inverted
Declaration
bool IsInverted { get; set; }
Property Value
Machining side of 2D curve
Declaration
bool IsLeft { get; set; }
Property Value
Declaration
double Stock { get; set; }
Property Value
Use lead-in and lead-out moves for 2D curve
Declaration
bool WithReturn { get; set; }
Property Value
Methods
Get unique identifier of current instance (used in IPC messages)
Declaration
Returns