Class SynchroniserSleeve
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SynchroniserSleeve
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.PartModel.Couplings
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class SynchroniserSleeve : SynchroniserPart, IEquatable<APIBase>
Properties
HubBore
Measurement: ShortLength
Declaration
public Overridable<double> HubBore { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
HubHeight
Measurement: ShortLength
Declaration
public double HubHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
HubWidth
Measurement: ShortLength
Declaration
public double HubWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SleeveOuterDiameter
Measurement: ShortLength
Declaration
public Overridable<double> SleeveOuterDiameter { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
SleeveSelectionHeight
Measurement: ShortLength
Declaration
public double SleeveSelectionHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SleeveSelectionWidth
Measurement: ShortLength
Declaration
public double SleeveSelectionWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SleeveWidth
Measurement: ShortLength
Declaration
public double SleeveWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>