MechanismAspectSolve(IGoal, KinematicJoint) Method |
Solves the specified subset of joints with the additional specified goals.
Namespace: Demo3D.Visuals.KJEAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic void Solve(
IGoal[] goals,
KinematicJoint[] joints
)
Parameters
- goals IGoal
- The additional goals to satisfy.
- joints KinematicJoint
- The joints to solve.
See Also