Click or drag to resize

VisualSimulateLoad Method

Indicates that this Visual should now be in control of simulating the supplied load.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public virtual void SimulateLoad(
	Visual load
)

Parameters

load
Type: Demo3D.VisualsVisual
The visual to be simulated.
Remarks
This will only have an effect if the model is running in Planar or Linear physics. In Volumetric physics this call will be silently ignored.
See Also