Search Results for

    Show / Hide Table of Contents

    Class CorrelManager

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    CorrelManager
    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 CorrelManager : NXRemotableObject, IMessageSink

    Constructors

    CorrelManager(SimSimulation)

    Declaration
    protected CorrelManager(SimSimulation owner)
    Parameters
    Type Name Description
    SimSimulation owner

    Properties

    ModelUpdateSolutionSets

    Declaration
    public ModelUpdateSolutionSetCollection ModelUpdateSolutionSets { get; }
    Property Value
    Type Description
    ModelUpdateSolutionSetCollection

    ModelUpdates

    Declaration
    public ModelUpdateSolutionCollection ModelUpdates { get; }
    Property Value
    Type Description
    ModelUpdateSolutionCollection

    PreTests

    Declaration
    public PreTestSolutionCollection PreTests { get; }
    Property Value
    Type Description
    PreTestSolutionCollection

    Solutions

    Declaration
    public CorrelSolutionCollection Solutions { get; }
    Property Value
    Type Description
    CorrelSolutionCollection

    Tag

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

    Methods

    CreateCorrelApplyAlignmentFromBuilder(SimSolution)

    Declaration
    [Obsolete("Deprecated in NX1847.0.0.  Use NXOpen.CAE.TestModel instead.")]
    public CorrelApplyAlignmentFromBuilder CreateCorrelApplyAlignmentFromBuilder(SimSolution solution)
    Parameters
    Type Name Description
    SimSolution solution
    Returns
    Type Description
    CorrelApplyAlignmentFromBuilder

    CreateCorrelFineTuneAlignmentBuilder(SimSolution)

    Declaration
    [Obsolete("Deprecated in NX1847.0.0.  Use NXOpen.CAE.TestModel instead.")]
    public CorrelFineTuneAlignmentBuilder CreateCorrelFineTuneAlignmentBuilder(SimSolution solution)
    Parameters
    Type Name Description
    SimSolution solution
    Returns
    Type Description
    CorrelFineTuneAlignmentBuilder

    CreateModelUpdateDesignVariableBuilder(ModelUpdateDesignVariable)

    Declaration
    public ModelUpdateDesignVariableBuilder CreateModelUpdateDesignVariableBuilder(ModelUpdateDesignVariable designVariable)
    Parameters
    Type Name Description
    ModelUpdateDesignVariable designVariable
    Returns
    Type Description
    ModelUpdateDesignVariableBuilder

    CreateModelUpdateDesignVariablesRapidCreateBuilderBuilder()

    Declaration
    public ModelUpdateDesignVariablesRapidCreateBuilder CreateModelUpdateDesignVariablesRapidCreateBuilderBuilder()
    Returns
    Type Description
    ModelUpdateDesignVariablesRapidCreateBuilder

    CreateNewMaxSpreadGroup(TaggedObject[], string, int, int, double)

    Declaration
    public void CreateNewMaxSpreadGroup(TaggedObject[] inputNodes, string groupName, int groupLabel, int maxNodes, double minDistance)
    Parameters
    Type Name Description
    TaggedObject[] inputNodes
    string groupName
    int groupLabel
    int maxNodes
    double minDistance

    ExportTestAnalysisReferenceSolution(SimSolution, FormatType, string, UnitType, string)

    Declaration
    public void ExportTestAnalysisReferenceSolution(SimSolution solution, CorrelManager.FormatType format, string filename, CorrelManager.UnitType units, string componentName)
    Parameters
    Type Name Description
    SimSolution solution
    CorrelManager.FormatType format
    string filename
    CorrelManager.UnitType units
    string componentName

    ShowTestReferenceSolutionInformation(SimSolution)

    Declaration
    public void ShowTestReferenceSolutionInformation(SimSolution solution)
    Parameters
    Type Name Description
    SimSolution solution

    Implements

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