Class PreTestSolution
Inheritance
PreTestSolution
Assembly: NXOpen.dll
Syntax
public class PreTestSolution : NXObject, IMessageSink, INXObject
Constructors
PreTestSolution()
Declaration
protected PreTestSolution()
Properties
ExciterSelectionControl
Declaration
public PreTestExciterSelectionControl ExciterSelectionControl { get; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
SensorSelectionControl
Declaration
public PreTestSensorSelectionControl SensorSelectionControl { get; }
Property Value
Methods
CreateExportUnvBuilder()
Declaration
public PreTestExportUnvBuilder CreateExportUnvBuilder()
Returns
Declaration
public void ExciterConfigsInformation()
ExportShapeMetricsCsvFile(CorrelShapemetrictype, string)
Declaration
public void ExportShapeMetricsCsvFile(CorrelShapemetrictype metricCode, string filename)
Parameters
IdentifyHighDisplacementNodes(TaggedObject[], double)
Declaration
public void IdentifyHighDisplacementNodes(TaggedObject[] nodes, double threshold)
Parameters
Declaration
public void SensorConfigsInformation()
SetActiveWorkMode(int, bool)
Declaration
public void SetActiveWorkMode(int workModeNumber, bool active)
Parameters
Type |
Name |
Description |
int |
workModeNumber |
|
bool |
active |
|
SetWorkModeWeight(int, double)
Declaration
public void SetWorkModeWeight(int workModeNumber, double weight)
Parameters
Type |
Name |
Description |
int |
workModeNumber |
|
double |
weight |
|
SolveExciterConfig(PreTestExciterConfig)
Declaration
public void SolveExciterConfig(PreTestExciterConfig tExciterConfig)
Parameters
SolveSensorConfig(PreTestSensorConfig)
Declaration
public void SolveSensorConfig(PreTestSensorConfig tSensorConfig)
Parameters
UpdateResultsForSolution(SimSolution, bool)
Declaration
public void UpdateResultsForSolution(SimSolution tSolution, bool ignoreReload)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink