Class WheelRoughCutter
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
WheelRoughCutter
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Manufacturing.Bevel.Cutters
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class WheelRoughCutter : ConicalGearCutter, IEquatable<APIBase>
Properties
DeltaBG
Measurement: ShortLength
Declaration
public double DeltaBG { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
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
PointWidth
Measurement: ShortLength
Declaration
public double PointWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
StockAllowance
Measurement: ShortLength
Declaration
public double StockAllowance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>