Class InterMountableComponentConnection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
InterMountableComponentConnection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.ConnectionsAndSockets
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class InterMountableComponentConnection : Connection, IEquatable<APIBase>
Properties
AdditionalModalDampingRatio
Specifies an additional damping for the component in NVH analysis compared to the rest of the system. A value larger than 0 will give additional damping for this component. Values less than 0 will result in less damping for this component.
Declaration
public double AdditionalModalDampingRatio { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>