Search Results for

    Show / Hide Table of Contents

    Class RecurdynSolverProperty

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    RecurdynSolverProperty
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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.Motion
    Assembly: NXOpen.dll
    Syntax
    public class RecurdynSolverProperty : TaggedObject, IMessageSink

    Constructors

    RecurdynSolverProperty()

    Declaration
    protected RecurdynSolverProperty()

    Properties

    CosimSampleTimeExpression

    Declaration
    public Expression CosimSampleTimeExpression { get; }
    Property Value
    Type Description
    Expression

    CosimSimModel

    Declaration
    public string CosimSimModel { get; set; }
    Property Value
    Type Description
    System.String

    DynamicErrorToleranceExpression

    Declaration
    public Expression DynamicErrorToleranceExpression { get; }
    Property Value
    Type Description
    Expression

    DynamicInitialStepSizeExpression

    Declaration
    public Expression DynamicInitialStepSizeExpression { get; }
    Property Value
    Type Description
    Expression

    DynamicMaxKinIteration

    Declaration
    public int DynamicMaxKinIteration { get; set; }
    Property Value
    Type Description
    System.Int32

    DynamicMaxStepSizeExpression

    Declaration
    public Expression DynamicMaxStepSizeExpression { get; }
    Property Value
    Type Description
    Expression

    DynamicNumericalDampingExpression

    Declaration
    public Expression DynamicNumericalDampingExpression { get; }
    Property Value
    Type Description
    Expression

    RedundantViolationToleranceForAngleExpression

    Declaration
    public Expression RedundantViolationToleranceForAngleExpression { get; }
    Property Value
    Type Description
    Expression

    RedundantViolationToleranceForLengthExpression

    Declaration
    public Expression RedundantViolationToleranceForLengthExpression { get; }
    Property Value
    Type Description
    Expression

    StaticErrorToleranceExpression

    Declaration
    public Expression StaticErrorToleranceExpression { get; }
    Property Value
    Type Description
    Expression

    StaticInitialStepSizeExpression

    Declaration
    public Expression StaticInitialStepSizeExpression { get; }
    Property Value
    Type Description
    Expression

    StaticIntegratorType

    Declaration
    public RecurdynSolverProperty.StaticIntegratorTypes StaticIntegratorType { get; set; }
    Property Value
    Type Description
    RecurdynSolverProperty.StaticIntegratorTypes

    StaticMaxIteration

    Declaration
    public int StaticMaxIteration { get; set; }
    Property Value
    Type Description
    System.Int32

    StaticMaxStepSizeExpression

    Declaration
    public Expression StaticMaxStepSizeExpression { get; }
    Property Value
    Type Description
    Expression

    StaticStabilityExpression

    Declaration
    public Expression StaticStabilityExpression { get; }
    Property Value
    Type Description
    Expression

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX