Search Results for

    Show / Hide Table of Contents

    Class CorrelFunctionSet

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    CorrelFunctionSet
    Implements
    IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class CorrelFunctionSet : TaggedObject, IMessageSink

    Constructors

    CorrelFunctionSet()

    Declaration
    protected CorrelFunctionSet()

    Methods

    GetFunctionsInformation(int[])

    Declaration
    public void GetFunctionsInformation(int[] funcIndices)
    Parameters
    Type Name Description
    int[] funcIndices

    IsFrfActive(int, NodeComponent, Measure, int, NodeComponent, Measure, string)

    Declaration
    public bool IsFrfActive(int excitationNodeLabel, CorrelFunctionSet.NodeComponent excitationComponent, CorrelFunctionSet.Measure excitationMeasure, int responseNodeLabel, CorrelFunctionSet.NodeComponent responseComponent, CorrelFunctionSet.Measure responseMeasure, string subcase)
    Parameters
    Type Name Description
    int excitationNodeLabel
    CorrelFunctionSet.NodeComponent excitationComponent
    CorrelFunctionSet.Measure excitationMeasure
    int responseNodeLabel
    CorrelFunctionSet.NodeComponent responseComponent
    CorrelFunctionSet.Measure responseMeasure
    string subcase
    Returns
    Type Description
    bool

    IsXyFunctionActive(int, NodeComponent, Measure, string)

    Declaration
    public bool IsXyFunctionActive(int node, CorrelFunctionSet.NodeComponent component, CorrelFunctionSet.Measure measure, string subcase)
    Parameters
    Type Name Description
    int node
    CorrelFunctionSet.NodeComponent component
    CorrelFunctionSet.Measure measure
    string subcase
    Returns
    Type Description
    bool

    PlotFrfs(int[], NodeComponent[], Measure[], int[], NodeComponent[], Measure[], string[], int, int)

    Declaration
    public void PlotFrfs(int[] excitationNodeLabel, CorrelFunctionSet.NodeComponent[] excitationComponent, CorrelFunctionSet.Measure[] excitationMeasure, int[] responseNodeLabel, CorrelFunctionSet.NodeComponent[] responseComponent, CorrelFunctionSet.Measure[] responseMeasure, string[] subcase, int winDevice, int viewPort)
    Parameters
    Type Name Description
    int[] excitationNodeLabel
    NodeComponent[] excitationComponent
    Measure[] excitationMeasure
    int[] responseNodeLabel
    NodeComponent[] responseComponent
    Measure[] responseMeasure
    string[] subcase
    int winDevice
    int viewPort

    PlotFunctions(int[], NodeComponent[], Measure[], int[], NodeComponent[], Measure[], string[], int, int)

    Declaration
    public void PlotFunctions(int[] excitationNodeLabel, CorrelFunctionSet.NodeComponent[] excitationComponent, CorrelFunctionSet.Measure[] excitationMeasure, int[] responseNodeLabel, CorrelFunctionSet.NodeComponent[] responseComponent, CorrelFunctionSet.Measure[] responseMeasure, string[] subcase, int winDevice, int viewPort)
    Parameters
    Type Name Description
    int[] excitationNodeLabel
    NodeComponent[] excitationComponent
    Measure[] excitationMeasure
    int[] responseNodeLabel
    NodeComponent[] responseComponent
    Measure[] responseMeasure
    string[] subcase
    int winDevice
    int viewPort

    PlotXyFunctions(int[], NodeComponent[], Measure[], string[], int, int)

    Declaration
    public void PlotXyFunctions(int[] nodeLabels, CorrelFunctionSet.NodeComponent[] components, CorrelFunctionSet.Measure[] measures, string[] subcases, int winDevice, int viewPort)
    Parameters
    Type Name Description
    int[] nodeLabels
    NodeComponent[] components
    Measure[] measures
    string[] subcases
    int winDevice
    int viewPort

    Rename(string)

    Declaration
    public void Rename(string name)
    Parameters
    Type Name Description
    string name

    SetFileName(string)

    Declaration
    public void SetFileName(string filename)
    Parameters
    Type Name Description
    string filename

    SetFrfsActive(int[], NodeComponent[], Measure[], int[], NodeComponent[], Measure[], string[], bool[])

    Declaration
    public void SetFrfsActive(int[] excitationNodeLabel, CorrelFunctionSet.NodeComponent[] excitationComponent, CorrelFunctionSet.Measure[] excitationMeasure, int[] responseNodeLabel, CorrelFunctionSet.NodeComponent[] responseComponent, CorrelFunctionSet.Measure[] responseMeasure, string[] subcase, bool[] activeFlags)
    Parameters
    Type Name Description
    int[] excitationNodeLabel
    NodeComponent[] excitationComponent
    Measure[] excitationMeasure
    int[] responseNodeLabel
    NodeComponent[] responseComponent
    Measure[] responseMeasure
    string[] subcase
    bool[] activeFlags

    SetResultReference(SimResultReference)

    Declaration
    public void SetResultReference(SimResultReference resultRefTag)
    Parameters
    Type Name Description
    SimResultReference resultRefTag

    SetXyFunctionsActive(int[], NodeComponent[], Measure[], string[], bool[])

    Declaration
    public void SetXyFunctionsActive(int[] nodes, CorrelFunctionSet.NodeComponent[] components, CorrelFunctionSet.Measure[] measures, string[] subcases, bool[] activeFlags)
    Parameters
    Type Name Description
    int[] nodes
    NodeComponent[] components
    Measure[] measures
    string[] subcases
    bool[] activeFlags

    Update()

    Declaration
    public void Update()

    Implements

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