Runs when model.launchVisual()
is called, after the visualization is launched. Use the modelPostSetup
hook to catch before the visualization is launched.
Required Parameters
model — Helipad
The model object.
visual — BaseVisualization
The active visualization object, a subclass of
BaseVisualization
.
Notes and Examples