Class BearingDetailSelection
Inheritance
System.Object
BearingDetailSelection
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.PartModel.Configurations
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class BearingDetailSelection : PartDetailSelection<Bearing, BearingDesign>, IEquatable<APIBase>
Properties
InnerOffset
Declaration
public double? InnerOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |
Mounting
Declaration
public ReadOnlyCollection<BearingRaceMountingOptions> Mounting { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<BearingRaceMountingOptions> |
Orientation
Declaration
public Orientations Orientation { get; set; }
Property Value
| Type | Description |
|---|---|
| Orientations |
OuterOffset
Declaration
public double? OuterOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |
Implements
System.IEquatable<T>