Class SynchroniserHalf
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SynchroniserHalf
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 SynchroniserHalf : SynchroniserPart, IEquatable<APIBase>
Properties
AreaOfConeWithMinimumArea
Measurement: SmallArea
Declaration
public double AreaOfConeWithMinimumArea { get; }
Property Value
Type | Description |
---|---|
System.Double |
BlockerChamferAngle
The Total Included Blocker Chamfer Angle, usually between 105 to 125 degrees
Measurement: Angle
Declaration
public double BlockerChamferAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
BlockerChamferCoefficientOfFriction
The Coefficient of Friction of the Blocker Chamfer
Declaration
public double BlockerChamferCoefficientOfFriction { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
BlockerChamferPCD
The Blocker Chamfer Pitch Circle Diameter
Measurement: ShortLength
Declaration
public double BlockerChamferPCD { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Cones
Declaration
public ReadOnlyCollection<SynchroniserCone> Cones { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<SynchroniserCone> |
ConeSide
Declaration
public string ConeSide { get; }
Property Value
Type | Description |
---|---|
System.String |
Diameter
Measurement: ShortLength
Declaration
public override Overridable<double> Diameter { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
Overrides
NumberOfSurfaces
The number of surfaces that make up the cone
Declaration
public int NumberOfSurfaces { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TotalAreaOfCones
Measurement: SmallArea
Declaration
public double TotalAreaOfCones { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>