Class ConicalGearDesign
Inheritance
System.Object
ConicalGearDesign
Implements
System.IDisposable
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class ConicalGearDesign : GearDesign, IEquatable<APIBase>, IDisposable
Properties
CutterEdgeRadiusConcave
Declaration
public double CutterEdgeRadiusConcave { get; }
Property Value
| Type |
Description |
| System.Double |
|
CutterEdgeRadiusConvex
Declaration
public double CutterEdgeRadiusConvex { get; }
Property Value
| Type |
Description |
| System.Double |
|
FaceAngle
Declaration
public virtual double FaceAngle { get; }
Property Value
| Type |
Description |
| System.Double |
|
FlankMeasurementBorder
Declaration
public FlankMeasurementBorder FlankMeasurementBorder { get; }
Property Value
Hand
Declaration
public Hand Hand { get; set; }
Property Value
InnerRootDiameter
Declaration
public virtual double InnerRootDiameter { get; }
Property Value
| Type |
Description |
| System.Double |
|
InnerTipDiameter
Declaration
public virtual double InnerTipDiameter { get; }
Property Value
| Type |
Description |
| System.Double |
|
OuterRootDiameter
Declaration
public virtual double OuterRootDiameter { get; }
Property Value
| Type |
Description |
| System.Double |
|
RootAngle
Declaration
public double RootAngle { get; }
Property Value
| Type |
Description |
| System.Double |
|
StraddleMounted
Declaration
public bool StraddleMounted { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
SurfaceRoughness
Declaration
public SurfaceRoughness SurfaceRoughness { get; }
Property Value
UseCutterTilt
Declaration
public bool UseCutterTilt { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Implements
System.IEquatable<T>
System.IDisposable
Extension Methods