Class DummyConicalGearCutter
Inheritance
System.Object
DummyConicalGearCutter
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class DummyConicalGearCutter : ConicalGearCutter, IEquatable<APIBase>
Properties
FinishCutterPointWidth
Declaration
public virtual double FinishCutterPointWidth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
InnerEdgeRadiusConvex
Declaration
public override double InnerEdgeRadiusConvex { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
NumberOfBladeGroups
Declaration
public int NumberOfBladeGroups { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
OuterEdgeRadiusConcave
Declaration
public override double OuterEdgeRadiusConcave { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
Radius
Declaration
public override double Radius { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
Implements
System.IEquatable<T>
Extension Methods