Adams求解器属性
更多...
#include <Motion_AdamsSolverProperty.hxx>
|
|
class | _AdamsSolverPropertyBuilder |
◆ MaxIteration()
| int NXOpen::Motion::AdamsSolverProperty::MaxIteration |
( |
| ) |
|
返回最大迭代次数
创建于 NX5.0.0.
许可证要求 : 无
◆ MaxKinematicIteration()
| int NXOpen::Motion::AdamsSolverProperty::MaxKinematicIteration |
( |
| ) |
|
返回最大运动学迭代次数
创建于 NX5.0.0.
许可证要求 : 无
◆ MaxSolverErrorExpression()
返回最大求解器误差表达式
创建于 NX8.5.0.
许可证要求 : 无
◆ MaxStaticIteration()
| int NXOpen::Motion::AdamsSolverProperty::MaxStaticIteration |
( |
| ) |
|
返回最大静力学迭代次数
创建于 NX5.0.0.
许可证要求 : 无
◆ MaxStepSizeExpression()
返回最大步长表达式
创建于 NX8.5.0.
许可证要求 : 无
◆ SetMaxIteration()
| void NXOpen::Motion::AdamsSolverProperty::SetMaxIteration |
( |
int | maxIteration | ) |
|
设置最大迭代次数
创建于 NX5.0.0.
许可证要求 : mechanisms ("MECHANISMS")
- 参数
-
◆ SetMaxKinematicIteration()
| void NXOpen::Motion::AdamsSolverProperty::SetMaxKinematicIteration |
( |
int | maxKinematicIteration | ) |
|
设置最大运动学迭代次数
创建于 NX5.0.0.
许可证要求 : mechanisms ("MECHANISMS")
- 参数
-
| maxKinematicIteration | 最大运动学迭代次数 |
◆ SetMaxStaticIteration()
| void NXOpen::Motion::AdamsSolverProperty::SetMaxStaticIteration |
( |
int | maxStaticIteration | ) |
|
设置最大静力学迭代次数
创建于 NX5.0.0.
许可证要求 : mechanisms ("MECHANISMS")
- 参数
-
| maxStaticIteration | 最大静力学迭代次数 |