Click or drag to resize

MechanismAspectRemoveGoal Method

Removes a goal from the mechanism.

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

Parameters

goal  IGoal
The goal.
See Also