Search Results for

    Show / Hide Table of Contents

    Struct UFMotion.SolverParameters

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    public struct UFMotion.SolverParameters

    Fields

    max_integrator_iterations

    Declaration
    public int max_integrator_iterations
    Field Value
    Type Description
    int

    max_kinematics_iterations

    Declaration
    public int max_kinematics_iterations
    Field Value
    Type Description
    int

    max_solver_error

    Declaration
    public double max_solver_error
    Field Value
    Type Description
    double

    max_statics_iterations

    Declaration
    public int max_statics_iterations
    Field Value
    Type Description
    int

    max_step_size

    Declaration
    public double max_step_size
    Field Value
    Type Description
    double

    solver

    Declaration
    public UFMotion.Solver solver
    Field Value
    Type Description
    UFMotion.Solver

    use_mass_properties

    Declaration
    public int use_mass_properties
    Field Value
    Type Description
    int
    In this article
    Back to top Generated by DocFX