Class SynchroniserHalf
Inheritance
System.Object
SynchroniserHalf
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class SynchroniserHalf : SynchroniserPart, IEquatable<APIBase>
Properties
AreaOfConeWithMinimumArea
Declaration
public double AreaOfConeWithMinimumArea { get; }
Property Value
| Type |
Description |
| System.Double |
|
BlockerChamferAngle
Declaration
public double BlockerChamferAngle { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
BlockerChamferCoefficientOfFriction
Declaration
public double BlockerChamferCoefficientOfFriction { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
BlockerChamferPCD
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
Declaration
public override Overridable<double> Diameter { get; set; }
Property Value
Overrides
NumberOfSurfaces
Declaration
public int NumberOfSurfaces { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
TotalAreaOfCones
Declaration
public double TotalAreaOfCones { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods