Search Results for

    Show / Hide Table of Contents

    Class LmsSolverProperty

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    LmsSolverProperty
    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 LmsSolverProperty : TaggedObject, IMessageSink

    Constructors

    LmsSolverProperty()

    Declaration
    protected LmsSolverProperty()

    Properties

    AssemblyTolerance

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

    DoubleArraySize

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

    DynamicInitialVelocityMethod

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

    DynamicIntegrationTolerance

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

    DynamicMaxIntegrationStep

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

    DynamicSolutionTolerance

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

    DynamicSolverAccelerationMethod

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

    IntArraySize

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

    KinematicSolutionTolerance

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

    LuTolerance

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

    RoadHeightAdjustment

    Declaration
    public LmsSolverProperty.RoadHeightAdjustmentTypes RoadHeightAdjustment { get; set; }
    Property Value
    Type Description
    LmsSolverProperty.RoadHeightAdjustmentTypes

    StaticForceTolerance

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

    StaticJacobianType

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

    StaticQuasiIteration

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

    StaticSolutionTolerance

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

    StaticStepSize

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

    Implements

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