Class BearingDetailSelection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
BearingDetailSelection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.PartModel.Configurations
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class BearingDetailSelection : PartDetailSelection<Bearing, BearingDesign>, IEquatable<APIBase>
Properties
InnerOffset
Measurement: ShortLength
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
Measurement: ShortLength
Declaration
public double? OuterOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Implements
System.IEquatable<T>