CoreVisualSimulateLoad 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
Syntaxpublic override 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