Class ConceptRadialClearanceBearing
Inheritance
System.Object
ConceptRadialClearanceBearing
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class ConceptRadialClearanceBearing : ConceptClearanceBearing, IEquatable<APIBase>
Properties
Bore
Declaration
public override double Bore { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
Declaration
public double ContactAngle { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public bool ContactDiameterDerivedFromConnectionGeometry { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
EndAngle
Declaration
public Overridable<double> EndAngle { get; set; }
Property Value
HasStiffnessOnlyInEccentricityDirection
Declaration
public bool HasStiffnessOnlyInEccentricityDirection { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
InnerComponentMaterialSelector
Declaration
public DatabaseWithSelectedItem InnerComponentMaterialSelector { get; set; }
Property Value
Model
Declaration
public override BearingModel Model { get; }
Property Value
Overrides
OuterComponentMaterialSelector
Declaration
public DatabaseWithSelectedItem OuterComponentMaterialSelector { get; set; }
Property Value
OuterDiameter
Declaration
public override double OuterDiameter { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
StartAngle
Declaration
public Overridable<double> StartAngle { get; set; }
Property Value
Implements
System.IEquatable<T>
Extension Methods