Click or drag to resize

MechanismAspectSolve Method (IGoal)

Solves with the additional specified goals and applies the solution.

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

Parameters

goals
Type: Demo3D.Visuals.KJEIGoal
The additional goals to satisfy.
See Also