Class VirtualSimulationCalculator
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Gears.Manufacturing.Cylindrical.CutterSimulation
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class VirtualSimulationCalculator : CutterSimulationCalc, IEquatable<APIBase>
Properties
BendingMomentArmForISORatingWorst
Measurement: ShortLength
Declaration
public double BendingMomentArmForISORatingWorst { get; }
Property Value
Type | Description |
---|---|
System.Double |
FormFactorForISORatingWorst
Declaration
public double FormFactorForISORatingWorst { get; }
Property Value
Type | Description |
---|---|
System.Double |
NotchDepth
Measurement: ShortLength
Declaration
public double NotchDepth { get; }
Property Value
Type | Description |
---|---|
System.Double |
RadiusOfCriticalPointForISORatingWorst
Measurement: ShortLength
Declaration
public double RadiusOfCriticalPointForISORatingWorst { get; }
Property Value
Type | Description |
---|---|
System.Double |
RootFilletRadiusForAGMARating
Measurement: ShortLength
Declaration
public double RootFilletRadiusForAGMARating { get; }
Property Value
Type | Description |
---|---|
System.Double |
RootFilletRadiusForISORating
Measurement: ShortLength
Declaration
public double RootFilletRadiusForISORating { get; }
Property Value
Type | Description |
---|---|
System.Double |
RootFilletRadiusForISORatingWorst
Measurement: ShortLength
Declaration
public double RootFilletRadiusForISORatingWorst { get; }
Property Value
Type | Description |
---|---|
System.Double |
RootFilletRadiusISO
Reports multiple fillet radii when the root is notched, and there are multiple solutions to the critical section conditions.
Measurement: ShortLength
Declaration
public List<double> RootFilletRadiusISO { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> |
StressCorrectionFactorForISORatingWorst
Declaration
public double StressCorrectionFactorForISORatingWorst { get; }
Property Value
Type | Description |
---|---|
System.Double |
StressCorrectionFormFactorWorst
Declaration
public double StressCorrectionFormFactorWorst { get; }
Property Value
Type | Description |
---|---|
System.Double |
ToothRootChordForISORating
Measurement: ShortLength
Declaration
public double ToothRootChordForISORating { get; }
Property Value
Type | Description |
---|---|
System.Double |
ToothRootChordForISORatingWorst
Measurement: ShortLength
Declaration
public double ToothRootChordForISORatingWorst { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>