Search Results for

    Show / Hide Table of Contents

    Class Acoustics

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    Acoustics
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    double[] frequencyValues
    double[] pressureValues
    Returns
    Type Description
    double

    ImportSpecificDuctModes(CaeRegion, string)

    Declaration
    public void ImportSpecificDuctModes(CaeRegion ductInletRegion, string csvFileName)
    Parameters
    Type Name Description
    CaeRegion ductInletRegion
    string csvFileName

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX