Class ConceptCoupling
Inheritance
System.Object
ConceptCoupling
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class ConceptCoupling : Coupling, IEquatable<APIBase>
Properties
CouplingType
Declaration
public CouplingType CouplingType { get; set; }
Property Value
DefaultEfficiency
Declaration
public double DefaultEfficiency { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
DefaultSpeedRatio
Declaration
public double DefaultSpeedRatio { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
DisplayTiltIn2DDrawing
Declaration
public bool DisplayTiltIn2DDrawing { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
EfficiencyVsSpeedRatio
Declaration
public Vector2DListAccessor EfficiencyVsSpeedRatio { get; set; }
Property Value
HalfPositioning
Declaration
public ConceptCouplingHalfPositioning HalfPositioning { get; set; }
Property Value
HalvesAreCoincident
Declaration
public bool HalvesAreCoincident { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
SpecifyEfficiencyVsSpeedRatio
Declaration
public bool SpecifyEfficiencyVsSpeedRatio { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
SpecifyStiffnessMatrix
Declaration
public bool SpecifyStiffnessMatrix { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Stiffness
Declaration
public NodalMatrixEditorWrapperConceptCouplingStiffness Stiffness { get; }
Property Value
TiltAboutX
Declaration
public double TiltAboutX { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
TiltAboutY
Declaration
public double TiltAboutY { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
TorsionalDamping
Declaration
public double TorsionalDamping { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
TranslationalStiffness
Declaration
public double TranslationalStiffness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods