Click or drag to resize

MechanismAspectAddGoal Method

Adds a goal to the mechanism to be solved.

Namespace: Demo3D.Visuals.KJE
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntax
C#
public void AddGoal(
	IGoal goal
)

Parameters

goal  IGoal
The goal.
See Also