Interface IMTI_ConicalMill
Assembly: MachinigToolsImportTypes.dll
[Guid("6CAC17DF-E045-4B3D-B5E6-6C99F183AF5A")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IMTI_ConicalMill : IMTI_AxialToolItems, IMTI_MachiningToolsItem
Properties
Declaration
double Angle { get; set; }
Property Value
Declaration
double CuttingDiameter { get; set; }
Property Value
Declaration
double OverallLength { get; set; }
Property Value
Declaration
double Radius { get; set; }
Property Value
Declaration
double ShankDiameter { get; set; }
Property Value
Declaration
double ShankTaperAngle { get; set; }
Property Value
Declaration
double ShoulderLength { get; set; }
Property Value
Declaration
double TipRadius { get; set; }
Property Value
Declaration
double WorkingLength { get; set; }
Property Value
Extension Methods