Class ConceptRadialClearanceBearing
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConceptRadialClearanceBearing
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 ConceptRadialClearanceBearing : ConceptClearanceBearing, IEquatable<APIBase>
Properties
Bore
Measurement: ShortLength
Declaration
public override double Bore { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
ContactAngle
Measurement: Angle
Declaration
public double ContactAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ContactDiameterDerivedFromConnectionGeometry
Declaration
public bool ContactDiameterDerivedFromConnectionGeometry { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EndAngle
Any contact that occurs outside of this angle range will not be considered. An angle of zero corresponds to having stiffness in the positive X direction, a positive rotation of 90 degrees will correspond to stiffness in the positive Y direction.
Measurement: Angle
Declaration
public Overridable<double> EndAngle { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
HasStiffnessOnlyInEccentricityDirection
Declaration
public bool HasStiffnessOnlyInEccentricityDirection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
InnerComponentMaterialSelector
Declaration
public DatabaseWithSelectedItem InnerComponentMaterialSelector { get; set; }
Property Value
Type | Description |
---|---|
DatabaseWithSelectedItem |
OuterComponentMaterialSelector
Declaration
public DatabaseWithSelectedItem OuterComponentMaterialSelector { get; set; }
Property Value
Type | Description |
---|---|
DatabaseWithSelectedItem |
OuterDiameter
Measurement: ShortLength
Declaration
public override double OuterDiameter { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
StartAngle
Any contact that occurs outside of this angle range will not be considered. An angle of zero corresponds to having stiffness in the positive X direction, a positive rotation of 90 degrees will correspond to stiffness in the positive Y direction.
Measurement: Angle
Declaration
public Overridable<double> StartAngle { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
Implements
System.IEquatable<T>