Class PinionFinishCutter
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Gears.Manufacturing.Bevel.Cutters
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class PinionFinishCutter : ConicalGearCutter, IEquatable<APIBase>
Properties
InnerBladePointRadiusConvex
Measurement: ShortLength
Declaration
public override double InnerBladePointRadiusConvex { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
OuterBladePointRadiusConcave
Measurement: ShortLength
Declaration
public override double OuterBladePointRadiusConcave { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
Radius
Measurement: ShortLength
Declaration
public override double Radius { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
Implements
System.IEquatable<T>