Class Acoustics
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public class Acoustics : NXRemotableObject, IMessageSink
Constructors
Acoustics(SimSimulation)
Declaration
protected Acoustics(SimSimulation owner)
Parameters
Type | Name | Description |
---|---|---|
SimSimulation | owner |
Properties
PanelGenerator
Declaration
public AcousticsPanelGenerator PanelGenerator { get; }
Property Value
Type | Description |
---|---|
AcousticsPanelGenerator |
Tag
Declaration
public Tag Tag { get; }
Property Value
Type | Description |
---|---|
Tag |
Methods
ComputeLoudness(Double[], Double[])
Declaration
public double ComputeLoudness(double[] frequencyValues, double[] pressureValues)
Parameters
Type | Name | Description |
---|---|---|
System.Double[] | frequencyValues | |
System.Double[] | pressureValues |
Returns
Type | Description |
---|---|
System.Double |
ImportSpecificDuctModes(CaeRegion, String)
Declaration
public void ImportSpecificDuctModes(CaeRegion ductInletRegion, string csvFileName)
Parameters
Type | Name | Description |
---|---|---|
CaeRegion | ductInletRegion | |
System.String | csvFileName |
Implements
System.Runtime.Remoting.Messaging.IMessageSink