Struct UFMotion.SolverParameters
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.UF
Assembly: NXOpen.UF.dll
Syntax
public struct SolverParameters
Fields
max_integrator_iterations
Declaration
public int max_integrator_iterations
Field Value
Type | Description |
---|---|
System.Int32 |
max_kinematics_iterations
Declaration
public int max_kinematics_iterations
Field Value
Type | Description |
---|---|
System.Int32 |
max_solver_error
Declaration
public double max_solver_error
Field Value
Type | Description |
---|---|
System.Double |
max_statics_iterations
Declaration
public int max_statics_iterations
Field Value
Type | Description |
---|---|
System.Int32 |
max_step_size
Declaration
public double max_step_size
Field Value
Type | Description |
---|---|
System.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 |
---|---|
System.Int32 |