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: 15.0.2.11458
Syntax
C#
public void AddGoal(
	IGoal goal
)

Parameters

goal
Type: Demo3D.Visuals.KJEIGoal
The goal.
See Also