Class LinearBearing
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Bearings.BearingDesigns
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class LinearBearing : BearingDesign, IEquatable<APIBase>
Properties
AxialStiffness
Measurement: LinearStiffness
Declaration
public double AxialStiffness { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Bore
Measurement: ShortLength
Declaration
public override double Bore { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
Model
Declaration
public override BearingModel Model { get; }
Property Value
Type | Description |
---|---|
BearingModel |
Overrides
OuterDiameter
Measurement: ShortLength
Declaration
public override double OuterDiameter { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
RadialStiffness
Measurement: LinearStiffness
Declaration
public double RadialStiffness { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
StiffnessOptions
Declaration
public BearingStiffnessMatrixOption StiffnessOptions { get; set; }
Property Value
Type | Description |
---|---|
BearingStiffnessMatrixOption |
TiltStiffness
Measurement: AngularStiffness
Declaration
public double TiltStiffness { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>