Class 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)
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
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
public CorrelApplyAlignmentFromBuilder CreateCorrelApplyAlignmentFromBuilder(SimSolution solution)
Parameters
| Type | Name | Description |
|---|---|---|
| SimSolution | solution |
Returns
| Type | Description |
|---|---|
| CorrelApplyAlignmentFromBuilder |
CreateCorrelFineTuneAlignmentBuilder(SimSolution)
Declaration
public CorrelFineTuneAlignmentBuilder CreateCorrelFineTuneAlignmentBuilder(SimSolution solution)
Parameters
| Type | Name | Description |
|---|---|---|
| SimSolution | solution |
Returns
| Type | Description |
|---|---|
| CorrelFineTuneAlignmentBuilder |
CreateModelUpdateDesignVariablesRapidCreateBuilderBuilder()
Declaration
public ModelUpdateDesignVariablesRapidCreateBuilder CreateModelUpdateDesignVariablesRapidCreateBuilderBuilder()
Returns
| Type | Description |
|---|---|
| ModelUpdateDesignVariablesRapidCreateBuilder |
Implements
System.Runtime.Remoting.Messaging.IMessageSink