Click or drag to resize

StopBladeVisualOnContact Property

Property Value

Type: StopBladeScriptReference
The script function to run when a load collides with the stop blade. To prevent the script being run multiple times as the load bounces against the stop blade, the OnContact event is suppressed until the stop blade's ResetContactLatch() method is called.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 10.0.0.6737
Syntax
C#
public StopBladeScriptReference OnContact { get; }

Property Value

Type: StopBladeScriptReference
See Also