Class AnalysisSettingsItem
Inheritance
System.Object
AnalysisSettingsItem
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class AnalysisSettingsItem : NamedDatabaseItem, IEquatable<APIBase>
Properties
EigenvalueTolerance
Declaration
public Overridable<double> EigenvalueTolerance { get; set; }
Property Value
GearMeshNodesPerUnitLengthToDiameterRatio
Declaration
public double GearMeshNodesPerUnitLengthToDiameterRatio { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
LogSteps
Declaration
public bool LogSteps { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
MaximumNodesForNVHAnalysis
Declaration
public int MaximumNodesForNVHAnalysis { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
MaximumSectionLengthToDiameterRatio
Declaration
public double MaximumSectionLengthToDiameterRatio { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
MinimumNumberOfGearMeshNodes
Declaration
public int MinimumNumberOfGearMeshNodes { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
ModeShapeTolerance
Declaration
public Overridable<double> ModeShapeTolerance { get; set; }
Property Value
OverwriteAdvancedSystemDeflectionLoadCasesCreatedForHarmonicExcitations
Declaration
public bool OverwriteAdvancedSystemDeflectionLoadCasesCreatedForHarmonicExcitations { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
RatingTypeForBearingReliability
Declaration
public RatingTypeForBearingReliability RatingTypeForBearingReliability { get; set; }
Property Value
RatingTypeForShaftReliability
Declaration
public RatingTypeForShaftReliability RatingTypeForShaftReliability { get; set; }
Property Value
RemoveRigidBodyRotationThetaZTwistFromShaftReporting
Declaration
public bool RemoveRigidBodyRotationThetaZTwistFromShaftReporting { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
SplineNodesPerUnitLengthToDiameterRatio
Declaration
public double SplineNodesPerUnitLengthToDiameterRatio { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
SystemDeflectionMaximumIterations
Declaration
public int SystemDeflectionMaximumIterations { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
UseMeanLoadAndLoadSharingFactorForPlanetBearingReliability
Declaration
public bool UseMeanLoadAndLoadSharingFactorForPlanetBearingReliability { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
UseSingleNodeForCylindricalGearMeshes
Declaration
public bool UseSingleNodeForCylindricalGearMeshes { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
UseSingleNodeForSplineConnections
Declaration
public bool UseSingleNodeForSplineConnections { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods