Class BeltConnectionLoadCase
Inheritance
System.Object
BeltConnectionLoadCase
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class BeltConnectionLoadCase : InterMountableComponentConnectionLoadCase, IEquatable<APIBase>
Properties
ConnectionDesign
Declaration
public BeltConnection ConnectionDesign { get; }
Property Value
| Type | Description |
|---|---|
| BeltConnection |
PreExtension
Declaration
public double PreExtension { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
RayleighDampingBeta
Declaration
public Overridable<double> RayleighDampingBeta { get; set; }
Property Value
| Type | Description |
|---|---|
| Overridable<System.Double> |
Implements
System.IEquatable<T>