Class Coupling
Inheritance
System.Object
Coupling
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class Coupling : SpecialisedAssembly, IEquatable<APIBase>
Properties
AxialStiffness
Declaration
public double AxialStiffness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
HalfA
Declaration
public CouplingHalf HalfA { get; }
Property Value
HalfB
Declaration
public CouplingHalf HalfB { get; }
Property Value
Halves
Declaration
public ReadOnlyCollection<CouplingHalf> Halves { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<CouplingHalf> |
|
RadialStiffness
Declaration
public double RadialStiffness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
TiltStiffness
Declaration
public double TiltStiffness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
TorsionalStiffness
Declaration
public double TorsionalStiffness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods