Class CorrelManager
Inheritance
System.Object
System.MarshalByRefObject
CorrelManager
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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)
Assembly: NXOpen.dll
Syntax
public class CorrelManager : NXRemotableObject, IMessageSink
Constructors
CorrelManager(SimSimulation)
Declaration
protected CorrelManager(SimSimulation owner)
Parameters
Properties
ModelUpdates
Declaration
public ModelUpdateSolutionCollection ModelUpdates { get; }
Property Value
ModelUpdateSolutionSets
Declaration
public ModelUpdateSolutionSetCollection ModelUpdateSolutionSets { get; }
Property Value
PreTests
Declaration
public PreTestSolutionCollection PreTests { get; }
Property Value
Solutions
Declaration
public CorrelSolutionCollection Solutions { get; }
Property Value
Tag
Declaration
Property Value
Methods
CreateCorrelApplyAlignmentFromBuilder(SimSolution)
Declaration
[Obsolete("Deprecated in NX1847.0.0. Use NXOpen.CAE.TestModel instead.")]
public CorrelApplyAlignmentFromBuilder CreateCorrelApplyAlignmentFromBuilder(SimSolution solution)
Parameters
Returns
CreateCorrelFineTuneAlignmentBuilder(SimSolution)
Declaration
[Obsolete("Deprecated in NX1847.0.0. Use NXOpen.CAE.TestModel instead.")]
public CorrelFineTuneAlignmentBuilder CreateCorrelFineTuneAlignmentBuilder(SimSolution solution)
Parameters
Returns
CreateModelUpdateDesignVariablesRapidCreateBuilderBuilder()
Declaration
public ModelUpdateDesignVariablesRapidCreateBuilder CreateModelUpdateDesignVariablesRapidCreateBuilderBuilder()
Returns
CreateNewMaxSpreadGroup(TaggedObject[], String, Int32, Int32, Double)
Declaration
public void CreateNewMaxSpreadGroup(TaggedObject[] inputNodes, string groupName, int groupLabel, int maxNodes, double minDistance)
Parameters
Type |
Name |
Description |
TaggedObject[] |
inputNodes |
|
System.String |
groupName |
|
System.Int32 |
groupLabel |
|
System.Int32 |
maxNodes |
|
System.Double |
minDistance |
|
Declaration
public void ExportTestAnalysisReferenceSolution(SimSolution solution, CorrelManager.FormatType format, string filename, CorrelManager.UnitType units, string componentName)
Parameters
Declaration
public void ShowTestReferenceSolutionInformation(SimSolution solution)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink