Class PreTestSensorConfigBuilder
Inheritance
PreTestSensorConfigBuilder
Assembly: NXOpen.dll
Syntax
public class PreTestSensorConfigBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
PreTestSensorConfigBuilder()
Declaration
protected PreTestSensorConfigBuilder()
Properties
AlgorithmChoice
Declaration
public PreTestSensorConfigBuilder.AlgorithmChoiceType AlgorithmChoice { get; set; }
Property Value
MacLimit
Declaration
public double MacLimit { get; set; }
Property Value
MaxDofs
Declaration
public int MaxDofs { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
NumTriaxialSensors
Declaration
public int NumTriaxialSensors { get; set; }
Property Value
NumUniaxialSensors
Declaration
public int NumUniaxialSensors { get; set; }
Property Value
SensorChoice
Declaration
public PreTestSensorConfigBuilder.SensorChoiceType SensorChoice { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink