Search Results for

    Show / Hide Table of Contents

    Class RecurdynSolverProperty

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    RecurdynSolverProperty
    Implements
    IMessageSink
    Inherited Members
    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.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
    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
    int

    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
    int

    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