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