Class PreTestSolution
Inheritance
System.Object
System.MarshalByRefObject
PreTestSolution
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)
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public class PreTestSolution : NXObject, IMessageSink, INXObject
Constructors
PreTestSolution()
Declaration
protected PreTestSolution()
Properties
ExciterSelectionControl
Declaration
public PreTestExciterSelectionControl ExciterSelectionControl { get; }
Property Value
Type | Description |
---|---|
PreTestExciterSelectionControl |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SensorSelectionControl
Declaration
public PreTestSensorSelectionControl SensorSelectionControl { get; }
Property Value
Type | Description |
---|---|
PreTestSensorSelectionControl |
Methods
CreateExportUnvBuilder()
Declaration
public PreTestExportUnvBuilder CreateExportUnvBuilder()
Returns
Type | Description |
---|---|
PreTestExportUnvBuilder |
ExportShapeMetricsCsvFile(CorrelShapemetrictype, String)
Declaration
public void ExportShapeMetricsCsvFile(CorrelShapemetrictype metricCode, string filename)
Parameters
Type | Name | Description |
---|---|---|
CorrelShapemetrictype | metricCode | |
System.String | filename |
SetActiveWorkMode(Int32, Boolean)
Declaration
public void SetActiveWorkMode(int workModeNumber, bool active)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | workModeNumber | |
System.Boolean | active |
SetWorkModeWeight(Int32, Double)
Declaration
public void SetWorkModeWeight(int workModeNumber, double weight)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | workModeNumber | |
System.Double | weight |
SolveExciterConfig(PreTestExciterConfig)
Declaration
public void SolveExciterConfig(PreTestExciterConfig tExciterConfig)
Parameters
Type | Name | Description |
---|---|---|
PreTestExciterConfig | tExciterConfig |
SolveSensorConfig(PreTestSensorConfig)
Declaration
public void SolveSensorConfig(PreTestSensorConfig tSensorConfig)
Parameters
Type | Name | Description |
---|---|---|
PreTestSensorConfig | tSensorConfig |
UpdateResultsForSolution(SimSolution, Boolean)
Declaration
public void UpdateResultsForSolution(SimSolution tSolution, bool ignoreReload)
Parameters
Type | Name | Description |
---|---|---|
SimSolution | tSolution | |
System.Boolean | ignoreReload |
Implements
System.Runtime.Remoting.Messaging.IMessageSink