Click or drag to resize

SceneManager Methods

The SceneManager type exposes the following members.

Methods
  NameDescription
Public methodStatic memberRefreshEvaluators
Refreshes all evaluators used internally by Insight3D. It is necessary to call this method after making changes to definitional objects used by Insight3D in order for those changes to be reflected in the rendered scenes. For more information on evaluators, see the overview topic on Evaluators and Evaluator Groups topic.
Public methodStatic memberRender
Renders all Scenes within an application. To render a specific Scene, use the Scene.Render method.
Public methodStatic memberSetTime(JulianDate)
Set the current Time of all Scenes. If you know what the next Time will be, use the SetTime(JulianDate, JulianDate) method.
Public methodStatic memberSetTime(JulianDate, JulianDate)
Set the current Time of all Scenes, with a hint for what the next Time will be.
Top
See Also