Click or drag to resize

MechanismAspectSolve(IGoal) Method

Solves with the additional specified goals and applies the solution.

Namespace: Demo3D.Visuals.KJE
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public void Solve(
	IGoal[] goals
)

Parameters

goals  IGoal
The additional goals to satisfy.
See Also