Class Coupling
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
Coupling
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.PartModel.Couplings
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class Coupling : SpecialisedAssembly, IEquatable<APIBase>
Properties
AxialStiffness
Measurement: LinearStiffness
Declaration
public double AxialStiffness { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
HalfA
Declaration
public CouplingHalf HalfA { get; }
Property Value
Type | Description |
---|---|
CouplingHalf |
HalfB
Declaration
public CouplingHalf HalfB { get; }
Property Value
Type | Description |
---|---|
CouplingHalf |
Halves
Declaration
public ReadOnlyCollection<CouplingHalf> Halves { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CouplingHalf> |
RadialStiffness
Measurement: LinearStiffness
Declaration
public double RadialStiffness { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TiltStiffness
Measurement: AngularStiffness
Declaration
public double TiltStiffness { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TorsionalStiffness
Measurement: AngularStiffness
Declaration
public double TorsionalStiffness { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>