Search Results for

    Show / Hide Table of Contents

    Class PreTestSensorConfigBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    PreTestSensorConfigBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CAE
    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
    Type Description
    PreTestSensorConfigBuilder.AlgorithmChoiceType

    MacLimit

    Declaration
    public double MacLimit { get; set; }
    Property Value
    Type Description
    double

    MaxDofs

    Declaration
    public int MaxDofs { get; set; }
    Property Value
    Type Description
    int

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    NumTriaxialSensors

    Declaration
    public int NumTriaxialSensors { get; set; }
    Property Value
    Type Description
    int

    NumUniaxialSensors

    Declaration
    public int NumUniaxialSensors { get; set; }
    Property Value
    Type Description
    int

    SensorChoice

    Declaration
    public PreTestSensorConfigBuilder.SensorChoiceType SensorChoice { get; set; }
    Property Value
    Type Description
    PreTestSensorConfigBuilder.SensorChoiceType

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX