Interface ICamIpcCurve2DModelItem
Assembly: CAMIPC.ModelFormerTypes.dll
[Guid("9696190C-41E0-413A-80F7-5EED263F3FB1")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcCurve2DModelItem
Properties
Tool radius compensation is applied to this curve
Declaration
bool Compensated { get; set; }
Property Value
Legacy alias for : setter delegates to Compensated,
getter returns the same backing field. After SaveCurrentProject the getter may
return a different value due to internal XMLProp event ordering — use
as the canonical contract. Kept RW for ABI compat.
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