Class ClutchConnectionLoadCase
Inheritance
System.Object
ClutchConnectionLoadCase
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class ClutchConnectionLoadCase : CouplingConnectionLoadCase, IEquatable<APIBase>
Properties
ClutchInitialTemperature
Declaration
public double ClutchInitialTemperature { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ClutchPressures
Declaration
public Vector2DListAccessor ClutchPressures { get; set; }
Property Value
ConnectionDesign
Declaration
public ClutchConnection ConnectionDesign { get; }
Property Value
IsInitiallyLocked
Declaration
public bool IsInitiallyLocked { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
UnlockedClutchLinearResistanceCoefficient
Declaration
public double UnlockedClutchLinearResistanceCoefficient { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
UseFixedUpdateTime
Declaration
public bool UseFixedUpdateTime { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods