source: trunk/documents/UserDoc/DocBookUsersGuides/IntroductionToGeant4/xml/AllResources/.ls/_vis_sceneHandler_.html @ 1222

Last change on this file since 1222 was 904, checked in by garnier, 16 years ago

ajout de la doc

File size: 2.1 KB
Line 
1<html><head><title>Commands in /vis/sceneHandler/</title></head>
2<body bgcolor="#ffffff"><h2>/vis/sceneHandler/</h2><p>
3Operations on Geant4 scene handlers.<br>
4<p><hr><p>
5<h2>Sub-directories : </h2><dl>
6</dl><p><hr><p>
7<h2>Commands : </h2><dl>
8<p><br><p><dt><b>attach [<i>scene-name</i>]</b>
9<p><dd>
10Attaches scene to current scene handler.<br>
11If scene-name is omitted, current scene is attached.  To see scenes and
12scene handlers, use "/vis/scene/list" and "/vis/sceneHandler/list"<br>
13<p><dd>Available at all Geant4 states.
14<p><dd>Parameters<table border=1>
15<tr><td>scene-name
16<td>type s
17<td>Omittable : current value is used as the default value.
18<td></table>
19<p><br><p><dt><b>create [<i>graphics-system-name</i>] [<i>scene-handler-name</i>]</b>
20<p><dd>
21Creates an scene handler for a specific graphics system.<br>
22Attaches current scene, if any.  (You can change attached scenes with
23"/vis/sceneHandler/attach".)  Invents a scene handler name if not
24supplied.  This scene handler becomes current.<br>
25<p><dd>Available at all Geant4 states.
26<p><dd>Parameters<table border=1>
27<tr><td>graphics-system-name
28<td>type s
29<td><td>Parameter candidates : XXX ATree DAWNFILE GAGTree HepRepXML HepRepFile VRML1FILE VRML2FILE DAWN OGLIX OGLSX OGLIXm OGLSXm OIX RayTracerX VRML1 VRML2
30<tr><td>scene-handler-name
31<td>type s
32<td>Omittable : current value is used as the default value.
33<td></table>
34<p><br><p><dt><b>list [<i>scene-handler-name</i>] [<i>verbosity</i>]</b>
35<p><dd>
36Lists scene handler(s).<br>
37"help /vis/verbose" for definition of verbosity.<br>
38<p><dd>Available at all Geant4 states.
39<p><dd>Parameters<table border=1>
40<tr><td>scene-handler-name
41<td>type s
42<td>Omittable : default value = all
43<td><tr><td>verbosity
44<td>type s
45<td>Omittable : default value = 0
46<td></table>
47<p><br><p><dt><b>select [<i>scene-handler-name</i>]</b>
48<p><dd>
49Selects a scene handler.<br>
50Makes the scene handler current.  "/vis/sceneHandler/list" to see
51 possible scene handler names.<br>
52<p><dd>Available at all Geant4 states.
53<p><dd>Parameters<table border=1>
54<tr><td>scene-handler-name
55<td>type s
56<td><td></table>
57</dl></body></html>
Note: See TracBrowser for help on using the repository browser.