Class ConceptAxialClearanceBearing
Inheritance
System.Object
ConceptAxialClearanceBearing
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class ConceptAxialClearanceBearing : ConceptClearanceBearing, IEquatable<APIBase>
Properties
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
NodePosition
Declaration
public BearingNodePosition NodePosition { get; set; }
Property Value
OuterDiameter
Declaration
public override double OuterDiameter { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
Thickness
Declaration
public double Thickness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
XStiffness
Declaration
public double XStiffness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public bool XStiffnessAppliedOnlyWhenContacting { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
YStiffness
Declaration
public double YStiffness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public bool YStiffnessAppliedOnlyWhenContacting { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods