Search Results for

    Show / Hide Table of Contents

    Class AfuDataConvertor

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    AfuDataConvertor
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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 AfuDataConvertor : NXRemotableObject, IMessageSink

    Constructors

    AfuDataConvertor(AfuManager)

    Declaration
    protected AfuDataConvertor(AfuManager owner)
    Parameters
    Type Name Description
    AfuManager owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    GetFftComplexType(AfuDataConvertor.Fft, AfuData.OrdinateType)

    Declaration
    public AfuData.OrdinateType GetFftComplexType(AfuDataConvertor.Fft fftType, AfuData.OrdinateType inComplexType)
    Parameters
    Type Name Description
    AfuDataConvertor.Fft fftType
    AfuData.OrdinateType inComplexType
    Returns
    Type Description
    AfuData.OrdinateType

    GetFftFrequencyData(Double[], Double[], out Double[], out Double[])

    Declaration
    public double[] GetFftFrequencyData(double[] inXValues, double[] inYValues, out double[] xValues, out double[] yValues)
    Parameters
    Type Name Description
    System.Double[] inXValues
    System.Double[] inYValues
    System.Double[] xValues
    System.Double[] yValues
    Returns
    Type Description
    System.Double[]

    GetFftTimeData(Double[], Double[], Double[], out Double[])

    Declaration
    public double[] GetFftTimeData(double[] inXValues, double[] inYValues, double[] inZValues, out double[] xValues)
    Parameters
    Type Name Description
    System.Double[] inXValues
    System.Double[] inYValues
    System.Double[] inZValues
    System.Double[] xValues
    Returns
    Type Description
    System.Double[]

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX