Click or drag to resize

MechanismSolvedListener Delegate

Delegate for subscribers to an event that is triggered after the mechanism has been solved during the usual time-stepping routine.

Namespace:  Demo3D.Visuals.KJE
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public delegate void MechanismSolvedListener(
	MechanismAspect aspect
)

Parameters

aspect
Type: Demo3D.Visuals.KJEMechanismAspect
The mechanism aspect that has been solved.
See Also