Class InterMountableComponentConnectionLoadCase
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
InterMountableComponentConnectionLoadCase
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class InterMountableComponentConnectionLoadCase : ConnectionLoadCase, 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 Overridable<double> AdditionalModalDampingRatio { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
ConnectionDesign
Declaration
public InterMountableComponentConnection ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
InterMountableComponentConnection |
Implements
System.IEquatable<T>