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: 18.03.00
Syntaxpublic delegate void MechanismSolvedListener(
	MechanismAspect aspect
)
Parameters
- aspect
 - Type: Demo3D.Visuals.KJEMechanismAspect
The mechanism aspect that has been solved. 
See Also