Search Results for

    Show / Hide Table of Contents

    Class CorrelSolution

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    NXObject
    CorrelBaseSolution
    CorrelSolution
    ModelUpdateShapeSolution
    ModelUpdateSolution
    Implements
    IMessageSink
    INXObject
    Inherited Members
    CorrelBaseSolution.GetName()
    CorrelBaseSolution.SetName(string, bool)
    CorrelBaseSolution.Delete(bool)
    CorrelBaseSolution.GenerateDofSet()
    CorrelBaseSolution.CreateDofSet(ISensorSet, bool)
    CorrelBaseSolution.UpdateResultsForSol(SimSolution, bool)
    CorrelBaseSolution.ShowInfo()
    CorrelBaseSolution.GetSensorSetMgr()
    CorrelBaseSolution.CreateGroupFromSensorSet(ISensorSet)
    CorrelBaseSolution.ShowEffectiveDofs()
    CorrelBaseSolution.GetWorkSolutionName()
    CorrelBaseSolution.GetRefSolutionName()
    CorrelBaseSolution.NodeMap
    NXObject.SetUserAttribute(NXObject.AttributeInformation, Update.Option)
    NXObject.SetUserAttribute(string, int, int, Update.Option)
    NXObject.SetUserAttribute(string, int, double, Update.Option)
    NXObject.SetUserAttribute(string, int, string, Update.Option)
    NXObject.SetUserAttribute(string, int, Update.Option)
    NXObject.SetTimeUserAttribute(string, int, string, Update.Option)
    NXObject.SetTimeUserAttribute(string, int, NXObject.ComputationalTime, Update.Option)
    NXObject.SetBooleanUserAttribute(string, int, bool, Update.Option)
    NXObject.CreateAttributeIterator()
    NXObject.HasUserAttribute(AttributeIterator)
    NXObject.HasUserAttribute(string, NXObject.AttributeType, int)
    NXObject.GetUserAttributeCount(AttributeIterator)
    NXObject.GetUserAttributeCount(AttributeIterator, bool)
    NXObject.GetUserAttributeCount(NXObject.AttributeType)
    NXObject.GetUserAttributeCount(NXObject.AttributeType, bool, bool)
    NXObject.GetUserAttributeSize(string, NXObject.AttributeType)
    NXObject.GetNextUserAttribute(AttributeIterator, out NXObject.AttributeInformation)
    NXObject.GetUserAttribute(string, NXObject.AttributeType, int)
    NXObject.GetBooleanUserAttribute(string, int)
    NXObject.GetIntegerUserAttribute(string, int)
    NXObject.GetRealUserAttribute(string, int)
    NXObject.GetStringUserAttribute(string, int)
    NXObject.GetTimeUserAttribute(string, int)
    NXObject.GetComputationalTimeUserAttribute(string, int)
    NXObject.GetUserAttributes(AttributeIterator)
    NXObject.GetUserAttributes()
    NXObject.GetUserAttributes(bool)
    NXObject.GetUserAttributeAsString(string, NXObject.AttributeType, int)
    NXObject.DeleteUserAttributes(AttributeIterator, Update.Option)
    NXObject.DeleteUserAttribute(NXObject.AttributeType, string, bool, Update.Option)
    NXObject.DeleteUserAttributes(NXObject.AttributeType, Update.Option)
    NXObject.SetUserAttributeLock(string, NXObject.AttributeType, bool)
    NXObject.GetUserAttributeLock(string, NXObject.AttributeType)
    NXObject.GetUserAttributeSourceObjects()
    NXObject.SetPdmReferenceAttribute(string, string)
    NXObject.GetPdmReferenceAttributeValue(string)
    NXObject.GetUserAttribute(string, bool, bool, NXObject.AttributeType)
    NXObject.GetUserAttributes(bool, bool)
    NXObject.DeleteAllAttributesByType(NXObject.AttributeType)
    NXObject.DeleteAllAttributesByType(NXObject.AttributeType, Update.Option)
    NXObject.SetAttribute(string, int)
    NXObject.SetAttribute(string, int, Update.Option)
    NXObject.SetAttribute(string, double)
    NXObject.SetAttribute(string, double, Update.Option)
    NXObject.SetAttribute(string, string)
    NXObject.SetAttribute(string, string, Update.Option)
    NXObject.SetAttribute(string)
    NXObject.SetAttribute(string, Update.Option)
    NXObject.SetTimeAttribute(string, string)
    NXObject.SetTimeAttribute(string, string, Update.Option)
    NXObject.GetIntegerAttribute(string)
    NXObject.GetRealAttribute(string)
    NXObject.GetStringAttribute(string)
    NXObject.GetTimeAttribute(NXObject.DateAndTimeFormat, string)
    NXObject.GetReferenceAttribute(string)
    NXObject.DeleteAttributeByTypeAndTitle(NXObject.AttributeType, string)
    NXObject.DeleteAttributeByTypeAndTitle(NXObject.AttributeType, string, Update.Option)
    NXObject.SetReferenceAttribute(string, string)
    NXObject.SetReferenceAttribute(string, string, Update.Option)
    NXObject.GetAttributeTitlesByType(NXObject.AttributeType)
    NXObject.GetUserAttributesAsStrings()
    NXObject.FindObject(string)
    NXObject.Print()
    NXObject.SetName(string)
    NXObject.IsOccurrence
    NXObject.JournalIdentifier
    NXObject.Name
    NXObject.OwningComponent
    NXObject.OwningPart
    NXObject.Prototype
    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 CorrelSolution : CorrelBaseSolution, IMessageSink, INXObject

    Constructors

    CorrelSolution()

    Declaration
    protected CorrelSolution()

    Methods

    CalculateComacs(out int[], out int[], out double[], out double[], out int[], out int[], out int[])

    Declaration
    public double[] CalculateComacs(out int[] referenceModeNumbers, out int[] workModeNumbers, out double[] referenceModeFrequencies, out double[] workModeFrequencies, out int[] refNodesHaveSensors, out int[] refNodeIndex, out int[] refDofIndex)
    Parameters
    Type Name Description
    int[] referenceModeNumbers
    int[] workModeNumbers
    double[] referenceModeFrequencies
    double[] workModeFrequencies
    int[] refNodesHaveSensors
    int[] refNodeIndex
    int[] refDofIndex
    Returns
    Type Description
    double[]

    CloneCorrelation()

    Declaration
    public CorrelSolution CloneCorrelation()
    Returns
    Type Description
    CorrelSolution

    ComputeMacs(out double[], out int[], out double[], out int[])

    Declaration
    public double[] ComputeMacs(out double[] referenceModeFrequencies, out int[] referenceModeNumbers, out double[] workModeFrequencies, out int[] workModeNumbers)
    Parameters
    Type Name Description
    double[] referenceModeFrequencies
    int[] referenceModeNumbers
    double[] workModeFrequencies
    int[] workModeNumbers
    Returns
    Type Description
    double[]

    ComputeModePairsForSol()

    Declaration
    public void ComputeModePairsForSol()

    CreateMacContributionsDlgBuilder()

    Declaration
    public CorrelMacContributionsDlgBuilder CreateMacContributionsDlgBuilder()
    Returns
    Type Description
    CorrelMacContributionsDlgBuilder

    CreateModeClusteringBuilder()

    Declaration
    public CorrelModeClusteringBuilder CreateModeClusteringBuilder()
    Returns
    Type Description
    CorrelModeClusteringBuilder

    CreateModePairingBuilder()

    Declaration
    public CorrelModePairingBuilder CreateModePairingBuilder()
    Returns
    Type Description
    CorrelModePairingBuilder

    ExportErrorFunctionCsvFile(string, CorrelPlotDisplayOptions)

    Declaration
    public void ExportErrorFunctionCsvFile(string filename, CorrelPlotDisplayOptions displayOptions)
    Parameters
    Type Name Description
    string filename
    CorrelPlotDisplayOptions displayOptions

    ExportErrorMatrixCsvFile(string, CorrelPlotDisplayOptions)

    Declaration
    public void ExportErrorMatrixCsvFile(string filename, CorrelPlotDisplayOptions displayOptions)
    Parameters
    Type Name Description
    string filename
    CorrelPlotDisplayOptions displayOptions

    ExportErrorScatterCsvFile(string, CorrelPlotDisplayOptions)

    Declaration
    public void ExportErrorScatterCsvFile(string filename, CorrelPlotDisplayOptions displayOptions)
    Parameters
    Type Name Description
    string filename
    CorrelPlotDisplayOptions displayOptions

    ExportModePairCsvFile(string)

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

    ExportShapeMetricsCsvFile(CorrelShapemetrictype, string)

    Declaration
    public void ExportShapeMetricsCsvFile(CorrelShapemetrictype metricCode, string filename)
    Parameters
    Type Name Description
    CorrelShapemetrictype metricCode
    string filename

    GenerateComacResults()

    Declaration
    public void GenerateComacResults()

    SetActiveModePair(int, int, bool)

    Declaration
    public void SetActiveModePair(int referenceModeNumber, int workModeNumber, bool active)
    Parameters
    Type Name Description
    int referenceModeNumber
    int workModeNumber
    bool active

    SetActiveRefMode(int, bool)

    Declaration
    public void SetActiveRefMode(int refModeNumber, bool active)
    Parameters
    Type Name Description
    int refModeNumber
    bool active

    SetActiveSensor(int, bool)

    Declaration
    public void SetActiveSensor(int sensorNumber, bool active)
    Parameters
    Type Name Description
    int sensorNumber
    bool active

    SetActiveSensorDof(int, int, bool)

    Declaration
    public void SetActiveSensorDof(int sensorNumber, int dofNumber, bool active)
    Parameters
    Type Name Description
    int sensorNumber
    int dofNumber
    bool active

    SetActiveSensorDofOrientation(int, int, bool)

    Declaration
    public void SetActiveSensorDofOrientation(int sensorNumber, int dofNumber, bool orientation)
    Parameters
    Type Name Description
    int sensorNumber
    int dofNumber
    bool orientation

    SetActiveWorkMode(int, bool)

    Declaration
    public void SetActiveWorkMode(int workModeNumber, bool active)
    Parameters
    Type Name Description
    int workModeNumber
    bool active

    ShowErrorPlot(CorrelShapemetrictype, CorrelPlotDisplayOptions)

    Declaration
    public void ShowErrorPlot(CorrelShapemetrictype metricCode, CorrelPlotDisplayOptions displayOptions)
    Parameters
    Type Name Description
    CorrelShapemetrictype metricCode
    CorrelPlotDisplayOptions displayOptions

    ShowModeClustersInformation()

    Declaration
    public void ShowModeClustersInformation()

    ShowModePairingInformation()

    Declaration
    public void ShowModePairingInformation()

    ShowModePairsInformation()

    Declaration
    public void ShowModePairsInformation()

    UpdateResultsForSolution(SimSolution, bool)

    Declaration
    public void UpdateResultsForSolution(SimSolution tSolution, bool ignoreReload)
    Parameters
    Type Name Description
    SimSolution tSolution
    bool ignoreReload

    Implements

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