Class GearRatioInputOptions
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GearRatioInputOptions
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads.DutyCycleDefinition
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class GearRatioInputOptions : ColumnInputOptions, IEquatable<APIBase>
Properties
HasGearRatioColumn
If a gear ratio column is selected then the values in the selected column will be used to divide the time steps into groups. The load cases forming each of these groups will be added to a separate design state.
Declaration
public bool HasGearRatioColumn { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Tolerance
Values within this tolerance of each other will be considered to be the same.
Declaration
public double Tolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>