Class LinearBearing
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
LinearBearing
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings.BearingDesigns
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public 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
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>