Click or drag to resize

MechanismPreSolveListener Delegate

Delegate for subscribers to an event that is triggered before the mechanism is 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 MechanismPreSolveListener(
	MechanismAspect aspect
)

Parameters

aspect
Type: Demo3D.Visuals.KJEMechanismAspect
The mechanism aspect that is about to be solved.
See Also