/vis/sceneHandler/

Operations on Geant4 scene handlers.


Sub-directories :


Commands :


attach [scene-name]

/vis/sceneHandler/attach [<scene-name>]
Attaches scene to current scene handler.
If scene-name is omitted, current scene is attached.
To see scenes and scene handlers, use "/vis/scene/list" and "/vis/sceneHandler/list"

Available at all Geant4 states.

Parameters
scene-name type s Omittable : current value is used as the default value.


create [graphics-system-name] [scene-handler-name]

/vis/sceneHandler/create
[<graphics-system-name>] [<scene-handler-name>]
Creates an scene handler for a specific graphics system.
Attaches current scene, if any. You can change attached scenes with
/vis/sceneHandler/attach [<scene-name>].
Default graphics system is current graphics system.
Invents a scene handler name if not supplied.
This scene handler becomes current.

Available at all Geant4 states.

Parameters
graphics-system-name type s Omittable : default value = error Parameter candidates : DAWNFILE OGLIX OGLSX VRML1FILE VRML2FILE
scene-handler-name type s Omittable : current value is used as the default value.


list [scene-handler-name] [verbosity]

/vis/sceneHandler/list [<scene-handler-name>] [<verbosity>]
Lists scene handler(s).
<scene-handler-name> default is "all"
See /vis/verbose for definition of verbosity.

Available at all Geant4 states.

Parameters
scene-handler-name type s Omittable : default value = all
verbosity type s Omittable : default value = 0


remove [scene-handler-name]

/vis/sceneHandler/remove <scene-handler-name>
Removes scene handlers.
Specify scene handler by name ("/vis/sceneHandler/list" to see possibilities).

Available at all Geant4 states.

Parameters
scene-handler-name type s


select [scene-handler-name]

/vis/sceneHandler/select [<scene-handler-name>]
Selects current scene handler.
Specify scene handler by name ("/vis/sceneHandler/list" to see possibilities).

Available at all Geant4 states.

Parameters
scene-handler-name type s Omittable : current value is used as the default value.