Class ConceptAxialClearanceBearing
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConceptAxialClearanceBearing
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings.BearingDesigns.Concept
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ConceptAxialClearanceBearing : ConceptClearanceBearing, IEquatable<APIBase>
Properties
Bore
Measurement: ShortLength
Declaration
public override double Bore { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
NodePosition
Declaration
public BearingNodePosition NodePosition { get; set; }
Property Value
Type | Description |
---|---|
BearingNodePosition |
OuterDiameter
Measurement: ShortLength
Declaration
public override double OuterDiameter { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
Thickness
The difference between the inner and outer radii of the bearing i.e. half the difference between the outer diameter and bore diameter.
Measurement: ShortLength
Declaration
public double Thickness { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
XStiffness
Measurement: LinearStiffness
Declaration
public double XStiffness { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
XStiffnessAppliedOnlyWhenContacting
If this option is selected, the specified X stiffness becomes active only once clearance is taken. Otherwise the X stiffness is always active, no matter if the axial clearance has been taken up or not.
Declaration
public bool XStiffnessAppliedOnlyWhenContacting { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
YStiffness
Measurement: LinearStiffness
Declaration
public double YStiffness { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
YStiffnessAppliedOnlyWhenContacting
If this option is selected, the specified Y stiffness becomes active only once clearance is taken. Otherwise the Y stiffness is always active, no matter if the axial clearance has been taken up or not.
Declaration
public bool YStiffnessAppliedOnlyWhenContacting { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>