Interface IMTI_MachiningToolCuttingConditions
Assembly: SprutCAMTech.MachinigToolsImportTypes.dll
[Guid("0FE3E745-F87B-43F8-95DE-621E2B0CC42C")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IMTI_MachiningToolCuttingConditions
Properties
Declaration
IMTI_CoolantTubes Coolant { get; }
Property Value
Declaration
double CuttingSpeed { get; set; }
Property Value
Declaration
TMTI_CuttingSpeedMode CuttingSpeedMode { get; set; }
Property Value
Declaration
TMTI_FeedUnits FeedUnits { get; set; }
Property Value
Declaration
double FeedValue { get; set; }
Property Value
Declaration
TMTI_RotationDirection RotationDirection { get; set; }
Property Value
Declaration
double RotationsPerMinute { get; set; }
Property Value
Declaration
int SpindleGearRange { get; set; }
Property Value