Class DummyConicalGearCutter
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
DummyConicalGearCutter
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns.Conical
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class DummyConicalGearCutter : ConicalGearCutter, IEquatable<APIBase>
Properties
FinishCutterPointWidth
Measurement: ShortLength
Declaration
public virtual double FinishCutterPointWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
InnerEdgeRadiusConvex
Measurement: ShortLength
Declaration
public override double InnerEdgeRadiusConvex { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
NumberOfBladeGroups
The number of blade groups in the face hobbed cutter
Declaration
public int NumberOfBladeGroups { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
OuterEdgeRadiusConcave
Measurement: ShortLength
Declaration
public override double OuterEdgeRadiusConcave { 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>