Search Results for

    Show / Hide Table of Contents

    Class AdamsSolverProperty

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    AdamsSolverProperty
    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 AdamsSolverProperty : TaggedObject, IMessageSink

    Constructors

    AdamsSolverProperty()

    Declaration
    protected AdamsSolverProperty()

    Properties

    MaxIteration

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

    MaxKinematicIteration

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

    MaxSolverErrorExpression

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

    MaxStaticIteration

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

    MaxStepSizeExpression

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

    Implements

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