Class CorrelTestAnalysisSolutionBuilder
Inheritance
System.Object
System.MarshalByRefObject
CorrelTestAnalysisSolutionBuilder
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.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
Syntax
public class CorrelTestAnalysisSolutionBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
CorrelTestAnalysisSolutionBuilder()
Declaration
protected CorrelTestAnalysisSolutionBuilder()
Properties
AddUnattachedVisualizationNodes
Declaration
public bool AddUnattachedVisualizationNodes { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Config
Declaration
public PreTestSensorConfig Config { get; set; }
Property Value
ConflictResolutionUsingExciterInfo
Declaration
[Obsolete("Deprecated in NX1926.0.0. This method is no longer supported. Both sensor and exciter information on a shared node will be shown.")]
public bool ConflictResolutionUsingExciterInfo { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DetectActiveModeSensors
Declaration
public bool DetectActiveModeSensors { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DofSet
Declaration
public CaeDOFSet DofSet { get; set; }
Property Value
ExciterConfig
Declaration
public PreTestExciterConfig ExciterConfig { get; set; }
Property Value
GroupsSelection
Declaration
public SelectGroupsBuilder GroupsSelection { get; }
Property Value
MaxDistanceRatio
Declaration
public double MaxDistanceRatio { get; set; }
Property Value
Type |
Description |
System.Double |
|
MaxNumOfWiresPerNode
Declaration
public int MaxNumOfWiresPerNode { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Method
Declaration
public CorrelTestAnalysisSolutionBuilder.MethodType Method { get; set; }
Property Value
MinAngleBetweenWires
Declaration
public Expression MinAngleBetweenWires { get; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
PreTestSolution
Declaration
public PreTestSolution PreTestSolution { get; set; }
Property Value
Solution
Declaration
public SimSolution Solution { get; set; }
Property Value
Source
Declaration
public CorrelTestAnalysisSolutionBuilder.SourceType Source { get; set; }
Property Value
SubcaseIndex
Declaration
public int SubcaseIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
ClearExciterConfig()
Declaration
public void ClearExciterConfig()
Implements
System.Runtime.Remoting.Messaging.IMessageSink