Class ConicalGearDesign
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConicalGearDesign
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns.Conical
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class ConicalGearDesign : GearDesign, IEquatable<APIBase>, IDisposable
Properties
CutterEdgeRadiusConcave
Measurement: ShortLength
Declaration
public double CutterEdgeRadiusConcave { get; }
Property Value
Type | Description |
---|---|
System.Double |
CutterEdgeRadiusConvex
Measurement: ShortLength
Declaration
public double CutterEdgeRadiusConvex { get; }
Property Value
Type | Description |
---|---|
System.Double |
FaceAngle
Measurement: Angle
Declaration
public virtual double FaceAngle { get; }
Property Value
Type | Description |
---|---|
System.Double |
FlankMeasurementBorder
Declaration
public FlankMeasurementBorder FlankMeasurementBorder { get; }
Property Value
Type | Description |
---|---|
FlankMeasurementBorder |
Hand
Declaration
public Hand Hand { get; set; }
Property Value
Type | Description |
---|---|
Hand |
InnerRootDiameter
Measurement: ShortLength
Declaration
public virtual double InnerRootDiameter { get; }
Property Value
Type | Description |
---|---|
System.Double |
InnerTipDiameter
Measurement: ShortLength
Declaration
public virtual double InnerTipDiameter { get; }
Property Value
Type | Description |
---|---|
System.Double |
OuterRootDiameter
Measurement: ShortLength
Declaration
public virtual double OuterRootDiameter { get; }
Property Value
Type | Description |
---|---|
System.Double |
RootAngle
Measurement: Angle
Declaration
public double RootAngle { get; }
Property Value
Type | Description |
---|---|
System.Double |
StraddleMounted
Used to calculate the Load Distribution Factor for a mesh, if the Load Distribution Factor is not being user-specified or calculated from misalignments
Declaration
public bool StraddleMounted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SurfaceRoughness
Declaration
public SurfaceRoughness SurfaceRoughness { get; }
Property Value
Type | Description |
---|---|
SurfaceRoughness |
UseCutterTilt
Declaration
public bool UseCutterTilt { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>
System.IDisposable