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: 18.03.00
Syntaxpublic delegate void MechanismPreSolveListener(
	MechanismAspect aspect
)
Parameters
- aspect
 - Type: Demo3D.Visuals.KJEMechanismAspect
The mechanism aspect that is about to be solved. 
See Also