Class Synchroniser
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
Synchroniser
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 Synchroniser : SpecialisedAssembly, IEquatable<APIBase>
Properties
ClutchConnectionLeft
Declaration
public ClutchConnection ClutchConnectionLeft { get; }
Property Value
Type | Description |
---|---|
ClutchConnection |
ClutchConnectionRight
Declaration
public ClutchConnection ClutchConnectionRight { get; }
Property Value
Type | Description |
---|---|
ClutchConnection |
HasLeftCone
Declaration
public bool HasLeftCone { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
HasRightCone
Declaration
public bool HasRightCone { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
HubAndSleeve
Declaration
public SynchroniserSleeve HubAndSleeve { get; }
Property Value
Type | Description |
---|---|
SynchroniserSleeve |
LeftCone
Declaration
public SynchroniserHalf LeftCone { get; }
Property Value
Type | Description |
---|---|
SynchroniserHalf |
RightCone
Declaration
public SynchroniserHalf RightCone { get; }
Property Value
Type | Description |
---|---|
SynchroniserHalf |
Implements
System.IEquatable<T>