Class LinearBearing
Inheritance
System.Object
LinearBearing
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class LinearBearing : BearingDesign, IEquatable<APIBase>
Properties
AxialStiffness
Declaration
public double AxialStiffness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Bore
Declaration
public override double Bore { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
Model
Declaration
public override BearingModel Model { get; }
Property Value
Overrides
OuterDiameter
Declaration
public override double OuterDiameter { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
RadialStiffness
Declaration
public double RadialStiffness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
StiffnessOptions
Declaration
public BearingStiffnessMatrixOption StiffnessOptions { get; set; }
Property Value
TiltStiffness
Declaration
public double TiltStiffness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods