Interface ICamApiCurve2DModelItem
Assembly: CAMAPI.ModelFormerTypes.dll
[Guid("160BB2F9-55AA-417D-9543-361EBA3D19A6")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiCurve2DModelItem
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