| 1 | Command directory path : /vis/
|
|---|
| 2 |
|
|---|
| 3 |
|
|---|
| 4 | Guidance :
|
|---|
| 5 | Visualization commands.
|
|---|
| 6 |
|
|---|
| 7 | Sub-directories :
|
|---|
| 8 | /vis/ASCIITree/ Commands for ASCIITree control.
|
|---|
| 9 | /vis/GAGTree/ Commands for GAGTree control.
|
|---|
| 10 | /vis/heprep/ HepRep commands.
|
|---|
| 11 | /vis/rayTracer/ RayTracer commands.
|
|---|
| 12 | /vis/ogl/ G4OpenGLViewer commands.
|
|---|
| 13 | /vis/oglx/ G4OpenGLXViewer commands.
|
|---|
| 14 | /vis/oglxm/ G4OpenGLXmViewer commands.
|
|---|
| 15 | /vis/modeling/ Modeling commands.
|
|---|
| 16 | /vis/filtering/ Filtering commands.
|
|---|
| 17 | /vis/geometry/ Operations on vis attributes of Geant4 geometry.
|
|---|
| 18 | /vis/scene/ Operations on Geant4 scenes.
|
|---|
| 19 | /vis/sceneHandler/ Operations on Geant4 scene handlers.
|
|---|
| 20 | /vis/viewer/ Operations on Geant4 viewers.
|
|---|
| 21 | Commands :
|
|---|
| 22 | enable * Enables/disables visualization system.
|
|---|
| 23 | disable * Disables visualization system.
|
|---|
| 24 | list * Lists visualization parameters.
|
|---|
| 25 | verbose * Simple graded message scheme - digit or string (1st character defines):
|
|---|
| 26 | reviewKeptEvents * Review kept events.
|
|---|
| 27 | drawTree * (DTREE) Creates a scene consisting of this physical volume and
|
|---|
| 28 | produces a representation of the geometry hieracrhy.
|
|---|
| 29 | drawView * Draw view from this angle, etc.
|
|---|
| 30 | drawVolume * Creates a scene containing this physical volume and asks the
|
|---|
| 31 | current viewer to draw it. The scene becomes current.
|
|---|
| 32 | open * Creates a scene handler ready for drawing.
|
|---|
| 33 | specify * Draws logical volume with Boolean components, voxels and readout geometry.
|
|---|
| 34 |
|
|---|
| 35 |
|
|---|
| 36 | Command /vis/enable
|
|---|
| 37 | Guidance :
|
|---|
| 38 | Enables/disables visualization system.
|
|---|
| 39 |
|
|---|
| 40 | Parameter : enabled
|
|---|
| 41 | Parameter type : b
|
|---|
| 42 | Omittable : True
|
|---|
| 43 | Default value : 1
|
|---|
| 44 |
|
|---|
| 45 |
|
|---|
| 46 |
|
|---|
| 47 | Command /vis/disable
|
|---|
| 48 | Guidance :
|
|---|
| 49 | Disables visualization system.
|
|---|
| 50 |
|
|---|
| 51 |
|
|---|
| 52 |
|
|---|
| 53 | Command /vis/list
|
|---|
| 54 | Guidance :
|
|---|
| 55 | Lists visualization parameters.
|
|---|
| 56 |
|
|---|
| 57 | Parameter : verbosity
|
|---|
| 58 | Parameter type : s
|
|---|
| 59 | Omittable : True
|
|---|
| 60 | Default value : warnings
|
|---|
| 61 |
|
|---|
| 62 |
|
|---|
| 63 |
|
|---|
| 64 | Command /vis/verbose
|
|---|
| 65 | Guidance :
|
|---|
| 66 | Simple graded message scheme - digit or string (1st character defines):
|
|---|
| 67 | 0) quiet, // Nothing is printed.
|
|---|
| 68 | 1) startup, // Startup and endup messages are printed...
|
|---|
| 69 | 2) errors, // ...and errors...
|
|---|
| 70 | 3) warnings, // ...and warnings...
|
|---|
| 71 | 4) confirmations, // ...and confirming messages...
|
|---|
| 72 | 5) parameters, // ...and parameters of scenes and views...
|
|---|
| 73 | 6) all // ...and everything available.
|
|---|
| 74 |
|
|---|
| 75 | Parameter : verbosity
|
|---|
| 76 | Parameter type : s
|
|---|
| 77 | Omittable : True
|
|---|
| 78 | Default value : warnings
|
|---|
| 79 |
|
|---|
| 80 |
|
|---|
| 81 |
|
|---|
| 82 | Command /vis/reviewKeptEvents
|
|---|
| 83 | Guidance :
|
|---|
| 84 | Review kept events.
|
|---|
| 85 | If a macro file is specified, it is executed for each event.
|
|---|
| 86 | If a macro file is not specified, each event is drawn to the current
|
|---|
| 87 | viewer. After each event, the session is paused. The user may issue
|
|---|
| 88 | any allowed command. Then enter "continue" to continue to the next
|
|---|
| 89 | event.
|
|---|
| 90 | However, if the current scene requests event accumulation, this
|
|---|
| 91 | command simply notifies handlers.
|
|---|
| 92 |
|
|---|
| 93 | Parameter : macro-file-name
|
|---|
| 94 | Parameter type : s
|
|---|
| 95 | Omittable : True
|
|---|
| 96 |
|
|---|
| 97 |
|
|---|
| 98 |
|
|---|
| 99 | Command /vis/drawTree
|
|---|
| 100 | Guidance :
|
|---|
| 101 | (DTREE) Creates a scene consisting of this physical volume and
|
|---|
| 102 | produces a representation of the geometry hieracrhy.
|
|---|
| 103 | The scene becomes current.
|
|---|
| 104 |
|
|---|
| 105 | Parameter : physical-volume-name
|
|---|
| 106 | Parameter type : s
|
|---|
| 107 | Omittable : True
|
|---|
| 108 | Default value : world
|
|---|
| 109 |
|
|---|
| 110 | Parameter : system
|
|---|
| 111 | Parameter type : s
|
|---|
| 112 | Omittable : True
|
|---|
| 113 | Default value : ATree
|
|---|
| 114 |
|
|---|
| 115 |
|
|---|
| 116 |
|
|---|
| 117 | Command /vis/drawView
|
|---|
| 118 | Guidance :
|
|---|
| 119 | Draw view from this angle, etc.
|
|---|
| 120 |
|
|---|
| 121 | Parameter : theta-degrees
|
|---|
| 122 | Parameter type : d
|
|---|
| 123 | Omittable : True
|
|---|
| 124 | Default value : 0
|
|---|
| 125 |
|
|---|
| 126 | Parameter : phi-degrees
|
|---|
| 127 | Parameter type : d
|
|---|
| 128 | Omittable : True
|
|---|
| 129 | Default value : 0
|
|---|
| 130 |
|
|---|
| 131 | Parameter : pan-right
|
|---|
| 132 | Parameter type : d
|
|---|
| 133 | Omittable : True
|
|---|
| 134 | Default value : 0
|
|---|
| 135 |
|
|---|
| 136 | Parameter : pan-up
|
|---|
| 137 | Parameter type : d
|
|---|
| 138 | Omittable : True
|
|---|
| 139 | Default value : 0
|
|---|
| 140 |
|
|---|
| 141 | Parameter : pan-unit
|
|---|
| 142 | Parameter type : s
|
|---|
| 143 | Omittable : True
|
|---|
| 144 | Default value : cm
|
|---|
| 145 |
|
|---|
| 146 | Parameter : zoom-factor
|
|---|
| 147 | Parameter type : d
|
|---|
| 148 | Omittable : True
|
|---|
| 149 | Default value : 1
|
|---|
| 150 |
|
|---|
| 151 | Parameter : dolly
|
|---|
| 152 | Parameter type : d
|
|---|
| 153 | Omittable : True
|
|---|
| 154 | Default value : 0
|
|---|
| 155 |
|
|---|
| 156 | Parameter : dolly-unit
|
|---|
| 157 | Parameter type : s
|
|---|
| 158 | Omittable : True
|
|---|
| 159 | Default value : cm
|
|---|
| 160 |
|
|---|
| 161 |
|
|---|
| 162 |
|
|---|
| 163 | Command /vis/drawVolume
|
|---|
| 164 | Guidance :
|
|---|
| 165 | Creates a scene containing this physical volume and asks the
|
|---|
| 166 | current viewer to draw it. The scene becomes current.
|
|---|
| 167 | If physical-volume-name is "world" (the default), the main geometry
|
|---|
| 168 | tree (material world) is drawn. If "worlds", all worlds - material
|
|---|
| 169 | world and parallel worlds, if any - are drawn. Otherwise a search of
|
|---|
| 170 | all worlds is made, taking the first matching occurence only. To see
|
|---|
| 171 | a representation of the geometry hierarchy of the worlds, try
|
|---|
| 172 | "/vis/drawTree [worlds]" or one of the driver/browser combinations
|
|---|
| 173 | that have the required functionality, e.g., HepRepFile/XML with the
|
|---|
| 174 | WIRED3/4 browser.
|
|---|
| 175 |
|
|---|
| 176 | Parameter : physical-volume-name
|
|---|
| 177 | Parameter type : s
|
|---|
| 178 | Omittable : True
|
|---|
| 179 | Default value : world
|
|---|
| 180 |
|
|---|
| 181 |
|
|---|
| 182 |
|
|---|
| 183 | Command /vis/open
|
|---|
| 184 | Guidance :
|
|---|
| 185 | Creates a scene handler ready for drawing.
|
|---|
| 186 | The scene handler becomes current (the name is auto-generated).
|
|---|
| 187 |
|
|---|
| 188 | Parameter : graphics-system-name
|
|---|
| 189 | Parameter type : s
|
|---|
| 190 | Omittable : False
|
|---|
| 191 | Candidates : XXX XXXFile XXXStored XXXSG ATree DAWNFILE GAGTree HepRepXML HepRepFile RayTracer VRML1FILE VRML2FILE DAWN OGLIX OGLSX OGLIXm OGLSXm OIX RayTracerX VRML1 VRML2
|
|---|
| 192 |
|
|---|
| 193 | Parameter : window-size-hint
|
|---|
| 194 | integer (pixels) for square window placed by window manager or X-Windows-type geometry string, e.g. 600x600-100+100
|
|---|
| 195 | Parameter type : s
|
|---|
| 196 | Omittable : True
|
|---|
| 197 | Default value : 600
|
|---|
| 198 |
|
|---|
| 199 |
|
|---|
| 200 |
|
|---|
| 201 | Command /vis/specify
|
|---|
| 202 | Guidance :
|
|---|
| 203 | Draws logical volume with Boolean components, voxels and readout geometry.
|
|---|
| 204 | Creates a scene consisting of this logical volume and asks the
|
|---|
| 205 | current viewer to draw it to the specified depth of descent
|
|---|
| 206 | showing boolean components (if any), voxels (if any)
|
|---|
| 207 | and readout geometry (if any), under control of the appropriate flag.
|
|---|
| 208 | Note: voxels are not constructed until start of run - /run/beamOn.
|
|---|
| 209 | The scene becomes current.
|
|---|
| 210 |
|
|---|
| 211 | Parameter : logical-volume-name
|
|---|
| 212 | Parameter type : s
|
|---|
| 213 | Omittable : False
|
|---|
| 214 |
|
|---|
| 215 | Parameter : depth-of-descent
|
|---|
| 216 | Parameter type : i
|
|---|
| 217 | Omittable : True
|
|---|
| 218 | Default value : 1
|
|---|
| 219 |
|
|---|
| 220 | Parameter : booleans-flag
|
|---|
| 221 | Parameter type : b
|
|---|
| 222 | Omittable : True
|
|---|
| 223 | Default value : 1
|
|---|
| 224 |
|
|---|
| 225 | Parameter : voxels-flag
|
|---|
| 226 | Parameter type : b
|
|---|
| 227 | Omittable : True
|
|---|
| 228 | Default value : 1
|
|---|
| 229 |
|
|---|
| 230 | Parameter : readout-flag
|
|---|
| 231 | Parameter type : b
|
|---|
| 232 | Omittable : True
|
|---|
| 233 | Default value : 1
|
|---|
| 234 |
|
|---|
| 235 | Command directory path : /vis/ASCIITree/
|
|---|
| 236 |
|
|---|
| 237 |
|
|---|
| 238 | Guidance :
|
|---|
| 239 | Commands for ASCIITree control.
|
|---|
| 240 |
|
|---|
| 241 | Sub-directories :
|
|---|
| 242 | /vis/ASCIITree/set/ Settings for ASCIITree control.
|
|---|
| 243 | Commands :
|
|---|
| 244 | verbose * < 10: - does not print daughters of repeated placements, does not repeat replicas.
|
|---|
| 245 |
|
|---|
| 246 |
|
|---|
| 247 | Command /vis/ASCIITree/verbose
|
|---|
| 248 | Guidance :
|
|---|
| 249 | < 10: - does not print daughters of repeated placements, does not repeat replicas.
|
|---|
| 250 | >= 10: prints all physical volumes.
|
|---|
| 251 | The level of detail is given by verbosity%10:
|
|---|
| 252 | for each volume:
|
|---|
| 253 | >= 0: physical volume name.
|
|---|
| 254 | >= 1: logical volume name (and names of sensitive detector and readout geometry, if any).
|
|---|
| 255 | >= 2: solid name and type.
|
|---|
| 256 | >= 3: volume and density.
|
|---|
| 257 | >= 5: daughter-subtracted volume and mass.
|
|---|
| 258 | and in the summary at the end of printing:
|
|---|
| 259 | >= 4: daughter-included mass of top physical volume(s) in scene to depth specified.
|
|---|
| 260 | Note: by default, culling is switched off so all volumes are seen.
|
|---|
| 261 | Note: the mass calculation takes into account daughters, which can be time consuming. If you want the mass of a particular subtree to a particular depth:
|
|---|
| 262 | /vis/open ATree
|
|---|
| 263 | /vis/ASCIITree/verbose 14
|
|---|
| 264 | /vis/scene/create
|
|---|
| 265 | /vis/scene/add/volume <subtree-physical-volume> ! <depth>
|
|---|
| 266 | /vis/sceneHandler/attach
|
|---|
| 267 | /vis/viewer/flush
|
|---|
| 268 |
|
|---|
| 269 | Parameter : verbosity
|
|---|
| 270 | Parameter type : i
|
|---|
| 271 | Omittable : True
|
|---|
| 272 | Default value : 0
|
|---|
| 273 |
|
|---|
| 274 | Command directory path : /vis/ASCIITree/set/
|
|---|
| 275 |
|
|---|
| 276 |
|
|---|
| 277 | Guidance :
|
|---|
| 278 | Settings for ASCIITree control.
|
|---|
| 279 |
|
|---|
| 280 | Sub-directories :
|
|---|
| 281 | Commands :
|
|---|
| 282 | outFile * Set name of output file.
|
|---|
| 283 |
|
|---|
| 284 |
|
|---|
| 285 | Command /vis/ASCIITree/set/outFile
|
|---|
| 286 | Guidance :
|
|---|
| 287 | Set name of output file.
|
|---|
| 288 |
|
|---|
| 289 | Parameter : out-filename
|
|---|
| 290 | Parameter type : s
|
|---|
| 291 | Omittable : True
|
|---|
| 292 | Default value : G4cout
|
|---|
| 293 |
|
|---|
| 294 | Command directory path : /vis/GAGTree/
|
|---|
| 295 |
|
|---|
| 296 |
|
|---|
| 297 | Guidance :
|
|---|
| 298 | Commands for GAGTree control.
|
|---|
| 299 |
|
|---|
| 300 | Sub-directories :
|
|---|
| 301 | Commands :
|
|---|
| 302 | verbose * /vis/GAGTree/verbose [<verbosity>]
|
|---|
| 303 |
|
|---|
| 304 |
|
|---|
| 305 | Command /vis/GAGTree/verbose
|
|---|
| 306 | Guidance :
|
|---|
| 307 | /vis/GAGTree/verbose [<verbosity>]
|
|---|
| 308 | 0 (default) mimimum - 10 maximum printing.
|
|---|
| 309 |
|
|---|
| 310 | Parameter : verbosity
|
|---|
| 311 | Parameter type : i
|
|---|
| 312 | Omittable : True
|
|---|
| 313 | Default value : taken from the current value
|
|---|
| 314 |
|
|---|
| 315 | Command directory path : /vis/heprep/
|
|---|
| 316 |
|
|---|
| 317 |
|
|---|
| 318 | Guidance :
|
|---|
| 319 | HepRep commands.
|
|---|
| 320 |
|
|---|
| 321 | Sub-directories :
|
|---|
| 322 | Commands :
|
|---|
| 323 | setEventNumberSuffix * Write separate event files, appended with given suffix.
|
|---|
| 324 | appendGeometry * Appends copy of geometry to every event.
|
|---|
| 325 | addPointAttributes * Adds point attributes to the points of trajectories.
|
|---|
| 326 | useSolids * Use HepRep Solids, rather than Geant4 Primitives.
|
|---|
| 327 |
|
|---|
| 328 |
|
|---|
| 329 | Command /vis/heprep/setEventNumberSuffix
|
|---|
| 330 | Guidance :
|
|---|
| 331 | Write separate event files, appended with given suffix.
|
|---|
| 332 | Define the suffix with a pattern such as '-0000'.
|
|---|
| 333 |
|
|---|
| 334 | Parameter : suffix
|
|---|
| 335 | Parameter type : s
|
|---|
| 336 | Omittable : False
|
|---|
| 337 |
|
|---|
| 338 |
|
|---|
| 339 |
|
|---|
| 340 | Command /vis/heprep/appendGeometry
|
|---|
| 341 | Guidance :
|
|---|
| 342 | Appends copy of geometry to every event.
|
|---|
| 343 |
|
|---|
| 344 | Parameter : flag
|
|---|
| 345 | Parameter type : b
|
|---|
| 346 | Omittable : False
|
|---|
| 347 | Default value : 1
|
|---|
| 348 |
|
|---|
| 349 |
|
|---|
| 350 |
|
|---|
| 351 | Command /vis/heprep/addPointAttributes
|
|---|
| 352 | Guidance :
|
|---|
| 353 | Adds point attributes to the points of trajectories.
|
|---|
| 354 |
|
|---|
| 355 | Parameter : flag
|
|---|
| 356 | Parameter type : b
|
|---|
| 357 | Omittable : False
|
|---|
| 358 | Default value : 0
|
|---|
| 359 |
|
|---|
| 360 |
|
|---|
| 361 |
|
|---|
| 362 | Command /vis/heprep/useSolids
|
|---|
| 363 | Guidance :
|
|---|
| 364 | Use HepRep Solids, rather than Geant4 Primitives.
|
|---|
| 365 |
|
|---|
| 366 | Parameter : flag
|
|---|
| 367 | Parameter type : b
|
|---|
| 368 | Omittable : False
|
|---|
| 369 | Default value : 1
|
|---|
| 370 |
|
|---|
| 371 | Command directory path : /vis/rayTracer/
|
|---|
| 372 |
|
|---|
| 373 |
|
|---|
| 374 | Guidance :
|
|---|
| 375 | RayTracer commands.
|
|---|
| 376 |
|
|---|
| 377 | Sub-directories :
|
|---|
| 378 | Commands :
|
|---|
| 379 | trace * Start the ray tracing.
|
|---|
| 380 | column * Define the number of horizontal pixels.
|
|---|
| 381 | row * Define the number of virtical pixels.
|
|---|
| 382 | target * Define the center position of the target.
|
|---|
| 383 | eyePosition * Define the eye position.
|
|---|
| 384 | lightDirection * Define the direction of illumination light.
|
|---|
| 385 | span * Define the angle per 100 pixels.
|
|---|
| 386 | headAngle * Define the head direction.
|
|---|
| 387 | attenuation * Define the attenuation length for transparent material.
|
|---|
| 388 | distortion * Distortion effect of the fish eye lens.
|
|---|
| 389 | ignoreTransparency * Ignore transparency even if the alpha of G4Colour < 1.
|
|---|
| 390 | backgroundColour * Command has been deprecated. Use /vis/viewer/set/background instead.
|
|---|
| 391 |
|
|---|
| 392 |
|
|---|
| 393 | Command /vis/rayTracer/trace
|
|---|
| 394 | Guidance :
|
|---|
| 395 | Start the ray tracing.
|
|---|
| 396 | Define the name of output JPEG file.
|
|---|
| 397 |
|
|---|
| 398 | Parameter : fileName
|
|---|
| 399 | Parameter type : s
|
|---|
| 400 | Omittable : True
|
|---|
| 401 | Default value : g4RayTracer.jpeg
|
|---|
| 402 |
|
|---|
| 403 |
|
|---|
| 404 |
|
|---|
| 405 | Command /vis/rayTracer/column
|
|---|
| 406 | Guidance :
|
|---|
| 407 | Define the number of horizontal pixels.
|
|---|
| 408 | Range of parameters : nPixel > 0
|
|---|
| 409 |
|
|---|
| 410 | Parameter : nPixel
|
|---|
| 411 | Parameter type : i
|
|---|
| 412 | Omittable : False
|
|---|
| 413 |
|
|---|
| 414 |
|
|---|
| 415 |
|
|---|
| 416 | Command /vis/rayTracer/row
|
|---|
| 417 | Guidance :
|
|---|
| 418 | Define the number of virtical pixels.
|
|---|
| 419 | Range of parameters : nPixel > 0
|
|---|
| 420 |
|
|---|
| 421 | Parameter : nPixel
|
|---|
| 422 | Parameter type : i
|
|---|
| 423 | Omittable : False
|
|---|
| 424 |
|
|---|
| 425 |
|
|---|
| 426 |
|
|---|
| 427 | Command /vis/rayTracer/target
|
|---|
| 428 | Guidance :
|
|---|
| 429 | Define the center position of the target.
|
|---|
| 430 |
|
|---|
| 431 | Parameter : X
|
|---|
| 432 | Parameter type : d
|
|---|
| 433 | Omittable : True
|
|---|
| 434 | Default value : 0
|
|---|
| 435 |
|
|---|
| 436 | Parameter : Y
|
|---|
| 437 | Parameter type : d
|
|---|
| 438 | Omittable : True
|
|---|
| 439 | Default value : 0
|
|---|
| 440 |
|
|---|
| 441 | Parameter : Z
|
|---|
| 442 | Parameter type : d
|
|---|
| 443 | Omittable : True
|
|---|
| 444 | Default value : 0
|
|---|
| 445 |
|
|---|
| 446 | Parameter : Unit
|
|---|
| 447 | Parameter type : s
|
|---|
| 448 | Omittable : True
|
|---|
| 449 | Default value : m
|
|---|
| 450 | Candidates : pc km m cm mm um nm Ang fm parsec kilometer meter centimeter millimeter micrometer nanometer angstrom fermi
|
|---|
| 451 |
|
|---|
| 452 |
|
|---|
| 453 |
|
|---|
| 454 | Command /vis/rayTracer/eyePosition
|
|---|
| 455 | Guidance :
|
|---|
| 456 | Define the eye position.
|
|---|
| 457 | Eye direction is calsurated from (target - eyePosition).
|
|---|
| 458 |
|
|---|
| 459 | Parameter : X
|
|---|
| 460 | Parameter type : d
|
|---|
| 461 | Omittable : True
|
|---|
| 462 | Default value : 0
|
|---|
| 463 |
|
|---|
| 464 | Parameter : Y
|
|---|
| 465 | Parameter type : d
|
|---|
| 466 | Omittable : True
|
|---|
| 467 | Default value : 0
|
|---|
| 468 |
|
|---|
| 469 | Parameter : Z
|
|---|
| 470 | Parameter type : d
|
|---|
| 471 | Omittable : True
|
|---|
| 472 | Default value : 0
|
|---|
| 473 |
|
|---|
| 474 | Parameter : Unit
|
|---|
| 475 | Parameter type : s
|
|---|
| 476 | Omittable : True
|
|---|
| 477 | Default value : m
|
|---|
| 478 | Candidates : pc km m cm mm um nm Ang fm parsec kilometer meter centimeter millimeter micrometer nanometer angstrom fermi
|
|---|
| 479 |
|
|---|
| 480 |
|
|---|
| 481 |
|
|---|
| 482 | Command /vis/rayTracer/lightDirection
|
|---|
| 483 | Guidance :
|
|---|
| 484 | Define the direction of illumination light.
|
|---|
| 485 | The vector needs not to be a unit vector, but it must not be a zero vector.
|
|---|
| 486 | Range of parameters : Px != 0 || Py != 0 || Pz != 0
|
|---|
| 487 |
|
|---|
| 488 | Parameter : Px
|
|---|
| 489 | Parameter type : d
|
|---|
| 490 | Omittable : True
|
|---|
| 491 | Default value : 0.1
|
|---|
| 492 |
|
|---|
| 493 | Parameter : Py
|
|---|
| 494 | Parameter type : d
|
|---|
| 495 | Omittable : True
|
|---|
| 496 | Default value : 0.2
|
|---|
| 497 |
|
|---|
| 498 | Parameter : Pz
|
|---|
| 499 | Parameter type : d
|
|---|
| 500 | Omittable : True
|
|---|
| 501 | Default value : 0.3
|
|---|
| 502 |
|
|---|
| 503 |
|
|---|
| 504 |
|
|---|
| 505 | Command /vis/rayTracer/span
|
|---|
| 506 | Guidance :
|
|---|
| 507 | Define the angle per 100 pixels.
|
|---|
| 508 | Range of parameters : span>0.
|
|---|
| 509 |
|
|---|
| 510 | Parameter : span
|
|---|
| 511 | Parameter type : d
|
|---|
| 512 | Omittable : True
|
|---|
| 513 | Default value : 50
|
|---|
| 514 |
|
|---|
| 515 | Parameter : Unit
|
|---|
| 516 | Parameter type : s
|
|---|
| 517 | Omittable : True
|
|---|
| 518 | Default value : deg
|
|---|
| 519 | Candidates : rad mrad sr deg radian milliradian steradian degree
|
|---|
| 520 |
|
|---|
| 521 |
|
|---|
| 522 |
|
|---|
| 523 | Command /vis/rayTracer/headAngle
|
|---|
| 524 | Guidance :
|
|---|
| 525 | Define the head direction.
|
|---|
| 526 | Range of parameters : headAngle>=0. && headAngle<360.
|
|---|
| 527 |
|
|---|
| 528 | Parameter : headAngle
|
|---|
| 529 | Parameter type : d
|
|---|
| 530 | Omittable : True
|
|---|
| 531 | Default value : 270
|
|---|
| 532 |
|
|---|
| 533 | Parameter : Unit
|
|---|
| 534 | Parameter type : s
|
|---|
| 535 | Omittable : True
|
|---|
| 536 | Default value : deg
|
|---|
| 537 | Candidates : rad mrad sr deg radian milliradian steradian degree
|
|---|
| 538 |
|
|---|
| 539 |
|
|---|
| 540 |
|
|---|
| 541 | Command /vis/rayTracer/attenuation
|
|---|
| 542 | Guidance :
|
|---|
| 543 | Define the attenuation length for transparent material.
|
|---|
| 544 | Note that this value is independent to the attenuation length for the optical photon processes.
|
|---|
| 545 | Range of parameters : Length > 0.
|
|---|
| 546 |
|
|---|
| 547 | Parameter : Length
|
|---|
| 548 | Parameter type : d
|
|---|
| 549 | Omittable : True
|
|---|
| 550 | Default value : 1
|
|---|
| 551 |
|
|---|
| 552 | Parameter : Unit
|
|---|
| 553 | Parameter type : s
|
|---|
| 554 | Omittable : True
|
|---|
| 555 | Default value : m
|
|---|
| 556 | Candidates : pc km m cm mm um nm Ang fm parsec kilometer meter centimeter millimeter micrometer nanometer angstrom fermi
|
|---|
| 557 |
|
|---|
| 558 |
|
|---|
| 559 |
|
|---|
| 560 | Command /vis/rayTracer/distortion
|
|---|
| 561 | Guidance :
|
|---|
| 562 | Distortion effect of the fish eye lens.
|
|---|
| 563 |
|
|---|
| 564 | Parameter : flag
|
|---|
| 565 | Parameter type : b
|
|---|
| 566 | Omittable : True
|
|---|
| 567 | Default value : 0
|
|---|
| 568 |
|
|---|
| 569 |
|
|---|
| 570 |
|
|---|
| 571 | Command /vis/rayTracer/ignoreTransparency
|
|---|
| 572 | Guidance :
|
|---|
| 573 | Ignore transparency even if the alpha of G4Colour < 1.
|
|---|
| 574 |
|
|---|
| 575 | Parameter : flag
|
|---|
| 576 | Parameter type : b
|
|---|
| 577 | Omittable : True
|
|---|
| 578 | Default value : 0
|
|---|
| 579 |
|
|---|
| 580 |
|
|---|
| 581 |
|
|---|
| 582 | Command /vis/rayTracer/backgroundColour
|
|---|
| 583 | Guidance :
|
|---|
| 584 | Command has been deprecated. Use /vis/viewer/set/background instead.
|
|---|
| 585 |
|
|---|
| 586 | Parameter : red
|
|---|
| 587 | Parameter type : d
|
|---|
| 588 | Omittable : True
|
|---|
| 589 | Default value : 1
|
|---|
| 590 |
|
|---|
| 591 | Parameter : green
|
|---|
| 592 | Parameter type : d
|
|---|
| 593 | Omittable : True
|
|---|
| 594 | Default value : 1
|
|---|
| 595 |
|
|---|
| 596 | Parameter : blue
|
|---|
| 597 | Parameter type : d
|
|---|
| 598 | Omittable : True
|
|---|
| 599 | Default value : 1
|
|---|
| 600 |
|
|---|
| 601 | Command directory path : /vis/ogl/
|
|---|
| 602 |
|
|---|
| 603 |
|
|---|
| 604 | Guidance :
|
|---|
| 605 | G4OpenGLViewer commands.
|
|---|
| 606 |
|
|---|
| 607 | Sub-directories :
|
|---|
| 608 | /vis/ogl/set/ G4OpenGLViewer set commands.
|
|---|
| 609 | Commands :
|
|---|
| 610 | Command directory path : /vis/ogl/set/
|
|---|
| 611 |
|
|---|
| 612 |
|
|---|
| 613 | Guidance :
|
|---|
| 614 | G4OpenGLViewer set commands.
|
|---|
| 615 |
|
|---|
| 616 | Sub-directories :
|
|---|
| 617 | Commands :
|
|---|
| 618 | displayHeadTime * Display head time of range in 2D text.
|
|---|
| 619 | displayLightFront * Display the light front at head time.
|
|---|
| 620 | endTime * Set end and range of track time.
|
|---|
| 621 | fade * 0: no fade; 1: maximum fade with time within range.
|
|---|
| 622 | startTime * Set start and range of track time.
|
|---|
| 623 | transparency * True/false to enable/disable rendering of transparent objects.
|
|---|
| 624 |
|
|---|
| 625 |
|
|---|
| 626 | Command /vis/ogl/set/displayHeadTime
|
|---|
| 627 | Guidance :
|
|---|
| 628 | Display head time of range in 2D text.
|
|---|
| 629 |
|
|---|
| 630 | Parameter : displayHeadTime
|
|---|
| 631 | Parameter type : b
|
|---|
| 632 | Omittable : False
|
|---|
| 633 | Default value : 0
|
|---|
| 634 |
|
|---|
| 635 | Parameter : screenX
|
|---|
| 636 | -1 < screenX < 1
|
|---|
| 637 | Parameter type : d
|
|---|
| 638 | Omittable : True
|
|---|
| 639 | Default value : -0.9
|
|---|
| 640 | Parameter range : screenX >= -1. && screenX <= 1.
|
|---|
| 641 |
|
|---|
| 642 | Parameter : screenY
|
|---|
| 643 | -1 < screenY < 1
|
|---|
| 644 | Parameter type : d
|
|---|
| 645 | Omittable : True
|
|---|
| 646 | Default value : -0.9
|
|---|
| 647 | Parameter range : screenY >= -1. && screenY <= 1.
|
|---|
| 648 |
|
|---|
| 649 | Parameter : screenSize
|
|---|
| 650 | Parameter type : d
|
|---|
| 651 | Omittable : True
|
|---|
| 652 | Default value : 24
|
|---|
| 653 |
|
|---|
| 654 | Parameter : red
|
|---|
| 655 | Parameter type : d
|
|---|
| 656 | Omittable : True
|
|---|
| 657 | Default value : 0
|
|---|
| 658 | Parameter range : red >= 0. && red <= 1.
|
|---|
| 659 |
|
|---|
| 660 | Parameter : green
|
|---|
| 661 | Parameter type : d
|
|---|
| 662 | Omittable : True
|
|---|
| 663 | Default value : 1
|
|---|
| 664 | Parameter range : green >= 0. && green <= 1.
|
|---|
| 665 |
|
|---|
| 666 | Parameter : blue
|
|---|
| 667 | Parameter type : d
|
|---|
| 668 | Omittable : True
|
|---|
| 669 | Default value : 1
|
|---|
| 670 | Parameter range : blue >= 0. && blue <= 1.
|
|---|
| 671 |
|
|---|
| 672 |
|
|---|
| 673 |
|
|---|
| 674 | Command /vis/ogl/set/displayLightFront
|
|---|
| 675 | Guidance :
|
|---|
| 676 | Display the light front at head time.
|
|---|
| 677 | Tip: The trajectories can appear of jump ahead of the light front
|
|---|
| 678 | because their time range overlaps the viewer's time range. To
|
|---|
| 679 | average out this discrete time effect, advance the light front by
|
|---|
| 680 | half the trajectories interval. E.g., if the trajectory time slice
|
|---|
| 681 | interval is 0.01 ns:
|
|---|
| 682 | /vis/ogl/set/displayLightFront true -90 0 0 mm -0.005 ns
|
|---|
| 683 | To prevent them beating the light front at all:
|
|---|
| 684 | /vis/ogl/set/displayLightFront true -90 0 0 mm -0.01 ns
|
|---|
| 685 |
|
|---|
| 686 | Parameter : displayLightFront
|
|---|
| 687 | Parameter type : b
|
|---|
| 688 | Omittable : False
|
|---|
| 689 | Default value : 0
|
|---|
| 690 |
|
|---|
| 691 | Parameter : originX
|
|---|
| 692 | Parameter type : d
|
|---|
| 693 | Omittable : True
|
|---|
| 694 | Default value : 0
|
|---|
| 695 |
|
|---|
| 696 | Parameter : originY
|
|---|
| 697 | Parameter type : d
|
|---|
| 698 | Omittable : True
|
|---|
| 699 | Default value : 0
|
|---|
| 700 |
|
|---|
| 701 | Parameter : originZ
|
|---|
| 702 | Parameter type : d
|
|---|
| 703 | Omittable : True
|
|---|
| 704 | Default value : 0
|
|---|
| 705 |
|
|---|
| 706 | Parameter : space_unit
|
|---|
| 707 | Parameter type : s
|
|---|
| 708 | Omittable : True
|
|---|
| 709 | Default value : m
|
|---|
| 710 |
|
|---|
| 711 | Parameter : originT
|
|---|
| 712 | Parameter type : d
|
|---|
| 713 | Omittable : True
|
|---|
| 714 | Default value : 0
|
|---|
| 715 |
|
|---|
| 716 | Parameter : time_unit
|
|---|
| 717 | Parameter type : s
|
|---|
| 718 | Omittable : True
|
|---|
| 719 | Default value : s
|
|---|
| 720 |
|
|---|
| 721 | Parameter : red
|
|---|
| 722 | Parameter type : d
|
|---|
| 723 | Omittable : True
|
|---|
| 724 | Default value : 0
|
|---|
| 725 | Parameter range : red >= 0. && red <= 1.
|
|---|
| 726 |
|
|---|
| 727 | Parameter : green
|
|---|
| 728 | Parameter type : d
|
|---|
| 729 | Omittable : True
|
|---|
| 730 | Default value : 1
|
|---|
| 731 | Parameter range : green >= 0. && green <= 1.
|
|---|
| 732 |
|
|---|
| 733 | Parameter : blue
|
|---|
| 734 | Parameter type : d
|
|---|
| 735 | Omittable : True
|
|---|
| 736 | Default value : 0
|
|---|
| 737 | Parameter range : blue >= 0. && blue <= 1.
|
|---|
| 738 |
|
|---|
| 739 |
|
|---|
| 740 |
|
|---|
| 741 | Command /vis/ogl/set/endTime
|
|---|
| 742 | Guidance :
|
|---|
| 743 | Set end and range of track time.
|
|---|
| 744 |
|
|---|
| 745 | Parameter : end-time
|
|---|
| 746 | Parameter type : d
|
|---|
| 747 | Omittable : False
|
|---|
| 748 | Default value : 1.79769e+308
|
|---|
| 749 |
|
|---|
| 750 | Parameter : end-time-unit
|
|---|
| 751 | Parameter type : s
|
|---|
| 752 | Omittable : False
|
|---|
| 753 | Default value : ns
|
|---|
| 754 |
|
|---|
| 755 | Parameter : time-range
|
|---|
| 756 | Parameter type : d
|
|---|
| 757 | Omittable : True
|
|---|
| 758 | Default value : -1
|
|---|
| 759 |
|
|---|
| 760 | Parameter : time-range-unit
|
|---|
| 761 | Parameter type : s
|
|---|
| 762 | Omittable : True
|
|---|
| 763 | Default value : ns
|
|---|
| 764 |
|
|---|
| 765 |
|
|---|
| 766 |
|
|---|
| 767 | Command /vis/ogl/set/fade
|
|---|
| 768 | Guidance :
|
|---|
| 769 | 0: no fade; 1: maximum fade with time within range.
|
|---|
| 770 | Range of parameters : fadefactor>=0.&&fadefactor<=1.
|
|---|
| 771 |
|
|---|
| 772 | Parameter : fadefactor
|
|---|
| 773 | Parameter type : d
|
|---|
| 774 | Omittable : False
|
|---|
| 775 | Default value : 0
|
|---|
| 776 |
|
|---|
| 777 |
|
|---|
| 778 |
|
|---|
| 779 | Command /vis/ogl/set/startTime
|
|---|
| 780 | Guidance :
|
|---|
| 781 | Set start and range of track time.
|
|---|
| 782 |
|
|---|
| 783 | Parameter : start-time
|
|---|
| 784 | Parameter type : d
|
|---|
| 785 | Omittable : False
|
|---|
| 786 | Default value : -1.79769e+308
|
|---|
| 787 |
|
|---|
| 788 | Parameter : start-time-unit
|
|---|
| 789 | Parameter type : s
|
|---|
| 790 | Omittable : False
|
|---|
| 791 | Default value : ns
|
|---|
| 792 |
|
|---|
| 793 | Parameter : time-range
|
|---|
| 794 | Parameter type : d
|
|---|
| 795 | Omittable : True
|
|---|
| 796 | Default value : -1
|
|---|
| 797 |
|
|---|
| 798 | Parameter : time-range-unit
|
|---|
| 799 | Parameter type : s
|
|---|
| 800 | Omittable : True
|
|---|
| 801 | Default value : ns
|
|---|
| 802 |
|
|---|
| 803 |
|
|---|
| 804 |
|
|---|
| 805 | Command /vis/ogl/set/transparency
|
|---|
| 806 | Guidance :
|
|---|
| 807 | True/false to enable/disable rendering of transparent objects.
|
|---|
| 808 |
|
|---|
| 809 | Parameter : transparency-enabled
|
|---|
| 810 | Parameter type : b
|
|---|
| 811 | Omittable : True
|
|---|
| 812 | Default value : 1
|
|---|
| 813 |
|
|---|
| 814 | Command directory path : /vis/oglx/
|
|---|
| 815 |
|
|---|
| 816 |
|
|---|
| 817 | Guidance :
|
|---|
| 818 | G4OpenGLXViewer commands.
|
|---|
| 819 |
|
|---|
| 820 | Sub-directories :
|
|---|
| 821 | Commands :
|
|---|
| 822 | printEPS * Print Encapsulated PostScript file.
|
|---|
| 823 |
|
|---|
| 824 |
|
|---|
| 825 | Command /vis/oglx/printEPS
|
|---|
| 826 | Guidance :
|
|---|
| 827 | Print Encapsulated PostScript file.
|
|---|
| 828 | Generates files with names G4OpenGL_n.eps, where n is a sequence
|
|---|
| 829 | number, starting at 0.
|
|---|
| 830 |
|
|---|
| 831 | Command directory path : /vis/oglxm/
|
|---|
| 832 |
|
|---|
| 833 |
|
|---|
| 834 | Guidance :
|
|---|
| 835 | G4OpenGLXmViewer commands.
|
|---|
| 836 |
|
|---|
| 837 | Sub-directories :
|
|---|
| 838 | /vis/oglxm/set/ G4OpenGLXmViewer set commands.
|
|---|
| 839 | Commands :
|
|---|
| 840 | Command directory path : /vis/oglxm/set/
|
|---|
| 841 |
|
|---|
| 842 |
|
|---|
| 843 | Guidance :
|
|---|
| 844 | G4OpenGLXmViewer set commands.
|
|---|
| 845 |
|
|---|
| 846 | Sub-directories :
|
|---|
| 847 | Commands :
|
|---|
| 848 | dolly-high * Higher limit of dolly slider.
|
|---|
| 849 | dolly-low * Lower limit of dolly slider.
|
|---|
| 850 | pan-high * Higher limit of pan slider.
|
|---|
| 851 | rotation-high * Higher limit of rotation slider.
|
|---|
| 852 | zoom-high * Higher limit of zoom slider.
|
|---|
| 853 | zoom-low * Lower limit of zoom slider.
|
|---|
| 854 |
|
|---|
| 855 |
|
|---|
| 856 | Command /vis/oglxm/set/dolly-high
|
|---|
| 857 | Guidance :
|
|---|
| 858 | Higher limit of dolly slider.
|
|---|
| 859 |
|
|---|
| 860 | Parameter : dolly-high
|
|---|
| 861 | Parameter type : d
|
|---|
| 862 | Omittable : False
|
|---|
| 863 |
|
|---|
| 864 | Parameter : Unit
|
|---|
| 865 | Parameter type : s
|
|---|
| 866 | Omittable : False
|
|---|
| 867 |
|
|---|
| 868 |
|
|---|
| 869 |
|
|---|
| 870 | Command /vis/oglxm/set/dolly-low
|
|---|
| 871 | Guidance :
|
|---|
| 872 | Lower limit of dolly slider.
|
|---|
| 873 |
|
|---|
| 874 | Parameter : dolly-low
|
|---|
| 875 | Parameter type : d
|
|---|
| 876 | Omittable : False
|
|---|
| 877 |
|
|---|
| 878 | Parameter : Unit
|
|---|
| 879 | Parameter type : s
|
|---|
| 880 | Omittable : False
|
|---|
| 881 |
|
|---|
| 882 |
|
|---|
| 883 |
|
|---|
| 884 | Command /vis/oglxm/set/pan-high
|
|---|
| 885 | Guidance :
|
|---|
| 886 | Higher limit of pan slider.
|
|---|
| 887 |
|
|---|
| 888 | Parameter : pan-high
|
|---|
| 889 | Parameter type : d
|
|---|
| 890 | Omittable : False
|
|---|
| 891 |
|
|---|
| 892 | Parameter : Unit
|
|---|
| 893 | Parameter type : s
|
|---|
| 894 | Omittable : False
|
|---|
| 895 |
|
|---|
| 896 |
|
|---|
| 897 |
|
|---|
| 898 | Command /vis/oglxm/set/rotation-high
|
|---|
| 899 | Guidance :
|
|---|
| 900 | Higher limit of rotation slider.
|
|---|
| 901 |
|
|---|
| 902 | Parameter : rotation-high
|
|---|
| 903 | Parameter type : d
|
|---|
| 904 | Omittable : False
|
|---|
| 905 |
|
|---|
| 906 | Parameter : Unit
|
|---|
| 907 | Parameter type : s
|
|---|
| 908 | Omittable : False
|
|---|
| 909 |
|
|---|
| 910 |
|
|---|
| 911 |
|
|---|
| 912 | Command /vis/oglxm/set/zoom-high
|
|---|
| 913 | Guidance :
|
|---|
| 914 | Higher limit of zoom slider.
|
|---|
| 915 |
|
|---|
| 916 | Parameter : zoom-high
|
|---|
| 917 | Parameter type : d
|
|---|
| 918 | Omittable : False
|
|---|
| 919 |
|
|---|
| 920 |
|
|---|
| 921 |
|
|---|
| 922 | Command /vis/oglxm/set/zoom-low
|
|---|
| 923 | Guidance :
|
|---|
| 924 | Lower limit of zoom slider.
|
|---|
| 925 |
|
|---|
| 926 | Parameter : zoom-low
|
|---|
| 927 | Parameter type : d
|
|---|
| 928 | Omittable : False
|
|---|
| 929 |
|
|---|
| 930 | Command directory path : /vis/modeling/
|
|---|
| 931 |
|
|---|
| 932 |
|
|---|
| 933 | Guidance :
|
|---|
| 934 | Modeling commands.
|
|---|
| 935 |
|
|---|
| 936 | Sub-directories :
|
|---|
| 937 | /vis/modeling/trajectories/ Trajectory model commands.
|
|---|
| 938 | Commands :
|
|---|
| 939 | Command directory path : /vis/modeling/trajectories/
|
|---|
| 940 |
|
|---|
| 941 |
|
|---|
| 942 | Guidance :
|
|---|
| 943 | Trajectory model commands.
|
|---|
| 944 |
|
|---|
| 945 | Sub-directories :
|
|---|
| 946 | /vis/modeling/trajectories/create/ Create trajectory models and messengers.
|
|---|
| 947 | /vis/modeling/trajectories/generic-0/ Commands for generic-0 model.
|
|---|
| 948 | /vis/modeling/trajectories/drawByCharge-0/ Commands for drawByCharge-0 model.
|
|---|
| 949 | /vis/modeling/trajectories/drawByParticleID-0/ Commands for drawByParticleID-0 model.
|
|---|
| 950 | /vis/modeling/trajectories/drawByOriginVolume-0/ Commands for drawByOriginVolume-0 model.
|
|---|
| 951 | /vis/modeling/trajectories/drawByAttribute-0/ Commands for drawByAttribute-0 model.
|
|---|
| 952 | Commands :
|
|---|
| 953 | list * List objects registered with list manager
|
|---|
| 954 | select * Select created object
|
|---|
| 955 |
|
|---|
| 956 |
|
|---|
| 957 | Command /vis/modeling/trajectories/list
|
|---|
| 958 | Guidance :
|
|---|
| 959 | List objects registered with list manager
|
|---|
| 960 |
|
|---|
| 961 | Parameter : name
|
|---|
| 962 | Parameter type : s
|
|---|
| 963 | Omittable : True
|
|---|
| 964 |
|
|---|
| 965 |
|
|---|
| 966 |
|
|---|
| 967 | Command /vis/modeling/trajectories/select
|
|---|
| 968 | Guidance :
|
|---|
| 969 | Select created object
|
|---|
| 970 |
|
|---|
| 971 | Parameter : name
|
|---|
| 972 | Parameter type : s
|
|---|
| 973 | Omittable : False
|
|---|
| 974 |
|
|---|
| 975 | Command directory path : /vis/modeling/trajectories/create/
|
|---|
| 976 |
|
|---|
| 977 |
|
|---|
| 978 | Guidance :
|
|---|
| 979 | Create trajectory models and messengers.
|
|---|
| 980 |
|
|---|
| 981 | Sub-directories :
|
|---|
| 982 | Commands :
|
|---|
| 983 | generic * Create a generic model and associated messengers.
|
|---|
| 984 | drawByCharge * Create a drawByCharge model and associated messengers.
|
|---|
| 985 | drawByParticleID * Create a drawByParticleID model and associated messengers.
|
|---|
| 986 | drawByOriginVolume * Create a drawByOriginVolume model and associated messengers.
|
|---|
| 987 | drawByAttribute * Create a drawByAttribute model and associated messengers.
|
|---|
| 988 |
|
|---|
| 989 |
|
|---|
| 990 | Command /vis/modeling/trajectories/create/generic
|
|---|
| 991 | Guidance :
|
|---|
| 992 | Create a generic model and associated messengers.
|
|---|
| 993 | Generated model becomes current.
|
|---|
| 994 |
|
|---|
| 995 | Parameter : model-name
|
|---|
| 996 | Parameter type : s
|
|---|
| 997 | Omittable : True
|
|---|
| 998 |
|
|---|
| 999 |
|
|---|
| 1000 |
|
|---|
| 1001 | Command /vis/modeling/trajectories/create/drawByCharge
|
|---|
| 1002 | Guidance :
|
|---|
| 1003 | Create a drawByCharge model and associated messengers.
|
|---|
| 1004 | Generated model becomes current.
|
|---|
| 1005 |
|
|---|
| 1006 | Parameter : model-name
|
|---|
| 1007 | Parameter type : s
|
|---|
| 1008 | Omittable : True
|
|---|
| 1009 |
|
|---|
| 1010 |
|
|---|
| 1011 |
|
|---|
| 1012 | Command /vis/modeling/trajectories/create/drawByParticleID
|
|---|
| 1013 | Guidance :
|
|---|
| 1014 | Create a drawByParticleID model and associated messengers.
|
|---|
| 1015 | Generated model becomes current.
|
|---|
| 1016 |
|
|---|
| 1017 | Parameter : model-name
|
|---|
| 1018 | Parameter type : s
|
|---|
| 1019 | Omittable : True
|
|---|
| 1020 |
|
|---|
| 1021 |
|
|---|
| 1022 |
|
|---|
| 1023 | Command /vis/modeling/trajectories/create/drawByOriginVolume
|
|---|
| 1024 | Guidance :
|
|---|
| 1025 | Create a drawByOriginVolume model and associated messengers.
|
|---|
| 1026 | Generated model becomes current.
|
|---|
| 1027 |
|
|---|
| 1028 | Parameter : model-name
|
|---|
| 1029 | Parameter type : s
|
|---|
| 1030 | Omittable : True
|
|---|
| 1031 |
|
|---|
| 1032 |
|
|---|
| 1033 |
|
|---|
| 1034 | Command /vis/modeling/trajectories/create/drawByAttribute
|
|---|
| 1035 | Guidance :
|
|---|
| 1036 | Create a drawByAttribute model and associated messengers.
|
|---|
| 1037 | Generated model becomes current.
|
|---|
| 1038 |
|
|---|
| 1039 | Parameter : model-name
|
|---|
| 1040 | Parameter type : s
|
|---|
| 1041 | Omittable : True
|
|---|
| 1042 |
|
|---|
| 1043 | Command directory path : /vis/modeling/trajectories/generic-0/
|
|---|
| 1044 |
|
|---|
| 1045 |
|
|---|
| 1046 | Guidance :
|
|---|
| 1047 | Commands for generic-0 model.
|
|---|
| 1048 |
|
|---|
| 1049 | Sub-directories :
|
|---|
| 1050 | /vis/modeling/trajectories/generic-0/default/ Commands for default configuration
|
|---|
| 1051 | Commands :
|
|---|
| 1052 | verbose * Verbose command
|
|---|
| 1053 |
|
|---|
| 1054 |
|
|---|
| 1055 | Command /vis/modeling/trajectories/generic-0/verbose
|
|---|
| 1056 | Guidance :
|
|---|
| 1057 | Verbose command
|
|---|
| 1058 |
|
|---|
| 1059 | Parameter : Bool
|
|---|
| 1060 | Parameter type : b
|
|---|
| 1061 | Omittable : False
|
|---|
| 1062 |
|
|---|
| 1063 | Command directory path : /vis/modeling/trajectories/generic-0/default/
|
|---|
| 1064 |
|
|---|
| 1065 |
|
|---|
| 1066 | Guidance :
|
|---|
| 1067 | Commands for default configuration
|
|---|
| 1068 |
|
|---|
| 1069 | Sub-directories :
|
|---|
| 1070 | Commands :
|
|---|
| 1071 | setDrawLine * Set draw line command
|
|---|
| 1072 | setLineVisible * Set line visibility command
|
|---|
| 1073 | setLineColour * Set colour through a string
|
|---|
| 1074 | setLineColourRGBA * Set colour through red, green, blue and alpha components
|
|---|
| 1075 | setDrawStepPts * Set draw step points command
|
|---|
| 1076 | setStepPtsVisible * Set step points visible command
|
|---|
| 1077 | setStepPtsColour * Set colour through a string
|
|---|
| 1078 | setStepPtsColourRGBA * Set colour through red, green, blue and alpha components
|
|---|
| 1079 | setStepPtsSize * Set step points size command
|
|---|
| 1080 | setStepPtsType * Set step points type.
|
|---|
| 1081 | setStepPtsFillStyle * Set step fill style type.
|
|---|
| 1082 | setDrawAuxPts * Set draw auxiliary points command
|
|---|
| 1083 | setAuxPtsVisible * Set auxiliary points visibility command
|
|---|
| 1084 | setAuxPtsColour * Set colour through a string
|
|---|
| 1085 | setAuxPtsColourRGBA * Set colour through red, green, blue and alpha components
|
|---|
| 1086 | setAuxPtsSize * Set auxiliary points size command
|
|---|
| 1087 | setAuxPtsType * Set auxiliary points type.
|
|---|
| 1088 | setAuxPtsFillStyle * Set auxiliary fill style.
|
|---|
| 1089 | setTimeSliceInterval * Set time slice interval. Give unit, e.g., "0.1 ns"
|
|---|
| 1090 |
|
|---|
| 1091 |
|
|---|
| 1092 | Command /vis/modeling/trajectories/generic-0/default/setDrawLine
|
|---|
| 1093 | Guidance :
|
|---|
| 1094 | Set draw line command
|
|---|
| 1095 |
|
|---|
| 1096 | Parameter : Bool
|
|---|
| 1097 | Parameter type : b
|
|---|
| 1098 | Omittable : False
|
|---|
| 1099 |
|
|---|
| 1100 |
|
|---|
| 1101 |
|
|---|
| 1102 | Command /vis/modeling/trajectories/generic-0/default/setLineVisible
|
|---|
| 1103 | Guidance :
|
|---|
| 1104 | Set line visibility command
|
|---|
| 1105 |
|
|---|
| 1106 | Parameter : Bool
|
|---|
| 1107 | Parameter type : b
|
|---|
| 1108 | Omittable : False
|
|---|
| 1109 |
|
|---|
| 1110 |
|
|---|
| 1111 |
|
|---|
| 1112 | Command /vis/modeling/trajectories/generic-0/default/setLineColour
|
|---|
| 1113 | Guidance :
|
|---|
| 1114 | Set colour through a string
|
|---|
| 1115 |
|
|---|
| 1116 | Parameter : Variable
|
|---|
| 1117 | Parameter type : s
|
|---|
| 1118 | Omittable : False
|
|---|
| 1119 |
|
|---|
| 1120 |
|
|---|
| 1121 |
|
|---|
| 1122 | Command /vis/modeling/trajectories/generic-0/default/setLineColourRGBA
|
|---|
| 1123 | Guidance :
|
|---|
| 1124 | Set colour through red, green, blue and alpha components
|
|---|
| 1125 | Four inputs are expected.
|
|---|
| 1126 |
|
|---|
| 1127 | Parameter : Red component
|
|---|
| 1128 | Parameter type : d
|
|---|
| 1129 | Omittable : False
|
|---|
| 1130 |
|
|---|
| 1131 | Parameter : Green component
|
|---|
| 1132 | Parameter type : d
|
|---|
| 1133 | Omittable : False
|
|---|
| 1134 |
|
|---|
| 1135 | Parameter : Blue component
|
|---|
| 1136 | Parameter type : d
|
|---|
| 1137 | Omittable : False
|
|---|
| 1138 |
|
|---|
| 1139 | Parameter : Alpha component
|
|---|
| 1140 | Parameter type : d
|
|---|
| 1141 | Omittable : False
|
|---|
| 1142 |
|
|---|
| 1143 |
|
|---|
| 1144 |
|
|---|
| 1145 | Command /vis/modeling/trajectories/generic-0/default/setDrawStepPts
|
|---|
| 1146 | Guidance :
|
|---|
| 1147 | Set draw step points command
|
|---|
| 1148 |
|
|---|
| 1149 | Parameter : Bool
|
|---|
| 1150 | Parameter type : b
|
|---|
| 1151 | Omittable : False
|
|---|
| 1152 |
|
|---|
| 1153 |
|
|---|
| 1154 |
|
|---|
| 1155 | Command /vis/modeling/trajectories/generic-0/default/setStepPtsVisible
|
|---|
| 1156 | Guidance :
|
|---|
| 1157 | Set step points visible command
|
|---|
| 1158 |
|
|---|
| 1159 | Parameter : Bool
|
|---|
| 1160 | Parameter type : b
|
|---|
| 1161 | Omittable : False
|
|---|
| 1162 |
|
|---|
| 1163 |
|
|---|
| 1164 |
|
|---|
| 1165 | Command /vis/modeling/trajectories/generic-0/default/setStepPtsColour
|
|---|
| 1166 | Guidance :
|
|---|
| 1167 | Set colour through a string
|
|---|
| 1168 |
|
|---|
| 1169 | Parameter : Variable
|
|---|
| 1170 | Parameter type : s
|
|---|
| 1171 | Omittable : False
|
|---|
| 1172 |
|
|---|
| 1173 |
|
|---|
| 1174 |
|
|---|
| 1175 | Command /vis/modeling/trajectories/generic-0/default/setStepPtsColourRGBA
|
|---|
| 1176 | Guidance :
|
|---|
| 1177 | Set colour through red, green, blue and alpha components
|
|---|
| 1178 | Four inputs are expected.
|
|---|
| 1179 |
|
|---|
| 1180 | Parameter : Red component
|
|---|
| 1181 | Parameter type : d
|
|---|
| 1182 | Omittable : False
|
|---|
| 1183 |
|
|---|
| 1184 | Parameter : Green component
|
|---|
| 1185 | Parameter type : d
|
|---|
| 1186 | Omittable : False
|
|---|
| 1187 |
|
|---|
| 1188 | Parameter : Blue component
|
|---|
| 1189 | Parameter type : d
|
|---|
| 1190 | Omittable : False
|
|---|
| 1191 |
|
|---|
| 1192 | Parameter : Alpha component
|
|---|
| 1193 | Parameter type : d
|
|---|
| 1194 | Omittable : False
|
|---|
| 1195 |
|
|---|
| 1196 |
|
|---|
| 1197 |
|
|---|
| 1198 | Command /vis/modeling/trajectories/generic-0/default/setStepPtsSize
|
|---|
| 1199 | Guidance :
|
|---|
| 1200 | Set step points size command
|
|---|
| 1201 |
|
|---|
| 1202 | Parameter : Double
|
|---|
| 1203 | Parameter type : d
|
|---|
| 1204 | Omittable : False
|
|---|
| 1205 |
|
|---|
| 1206 |
|
|---|
| 1207 |
|
|---|
| 1208 | Command /vis/modeling/trajectories/generic-0/default/setStepPtsType
|
|---|
| 1209 | Guidance :
|
|---|
| 1210 | Set step points type.
|
|---|
| 1211 |
|
|---|
| 1212 | Parameter :
|
|---|
| 1213 | Parameter type : s
|
|---|
| 1214 | Omittable : False
|
|---|
| 1215 | Candidates : dots circles squares
|
|---|
| 1216 |
|
|---|
| 1217 |
|
|---|
| 1218 |
|
|---|
| 1219 | Command /vis/modeling/trajectories/generic-0/default/setStepPtsFillStyle
|
|---|
| 1220 | Guidance :
|
|---|
| 1221 | Set step fill style type.
|
|---|
| 1222 |
|
|---|
| 1223 | Parameter :
|
|---|
| 1224 | Parameter type : s
|
|---|
| 1225 | Omittable : False
|
|---|
| 1226 | Candidates : noFill hashed filled
|
|---|
| 1227 |
|
|---|
| 1228 |
|
|---|
| 1229 |
|
|---|
| 1230 | Command /vis/modeling/trajectories/generic-0/default/setDrawAuxPts
|
|---|
| 1231 | Guidance :
|
|---|
| 1232 | Set draw auxiliary points command
|
|---|
| 1233 |
|
|---|
| 1234 | Parameter : Bool
|
|---|
| 1235 | Parameter type : b
|
|---|
| 1236 | Omittable : False
|
|---|
| 1237 |
|
|---|
| 1238 |
|
|---|
| 1239 |
|
|---|
| 1240 | Command /vis/modeling/trajectories/generic-0/default/setAuxPtsVisible
|
|---|
| 1241 | Guidance :
|
|---|
| 1242 | Set auxiliary points visibility command
|
|---|
| 1243 |
|
|---|
| 1244 | Parameter : Bool
|
|---|
| 1245 | Parameter type : b
|
|---|
| 1246 | Omittable : False
|
|---|
| 1247 |
|
|---|
| 1248 |
|
|---|
| 1249 |
|
|---|
| 1250 | Command /vis/modeling/trajectories/generic-0/default/setAuxPtsColour
|
|---|
| 1251 | Guidance :
|
|---|
| 1252 | Set colour through a string
|
|---|
| 1253 |
|
|---|
| 1254 | Parameter : Variable
|
|---|
| 1255 | Parameter type : s
|
|---|
| 1256 | Omittable : False
|
|---|
| 1257 |
|
|---|
| 1258 |
|
|---|
| 1259 |
|
|---|
| 1260 | Command /vis/modeling/trajectories/generic-0/default/setAuxPtsColourRGBA
|
|---|
| 1261 | Guidance :
|
|---|
| 1262 | Set colour through red, green, blue and alpha components
|
|---|
| 1263 | Four inputs are expected.
|
|---|
| 1264 |
|
|---|
| 1265 | Parameter : Red component
|
|---|
| 1266 | Parameter type : d
|
|---|
| 1267 | Omittable : False
|
|---|
| 1268 |
|
|---|
| 1269 | Parameter : Green component
|
|---|
| 1270 | Parameter type : d
|
|---|
| 1271 | Omittable : False
|
|---|
| 1272 |
|
|---|
| 1273 | Parameter : Blue component
|
|---|
| 1274 | Parameter type : d
|
|---|
| 1275 | Omittable : False
|
|---|
| 1276 |
|
|---|
| 1277 | Parameter : Alpha component
|
|---|
| 1278 | Parameter type : d
|
|---|
| 1279 | Omittable : False
|
|---|
| 1280 |
|
|---|
| 1281 |
|
|---|
| 1282 |
|
|---|
| 1283 | Command /vis/modeling/trajectories/generic-0/default/setAuxPtsSize
|
|---|
| 1284 | Guidance :
|
|---|
| 1285 | Set auxiliary points size command
|
|---|
| 1286 |
|
|---|
| 1287 | Parameter : Double
|
|---|
| 1288 | Parameter type : d
|
|---|
| 1289 | Omittable : False
|
|---|
| 1290 |
|
|---|
| 1291 |
|
|---|
| 1292 |
|
|---|
| 1293 | Command /vis/modeling/trajectories/generic-0/default/setAuxPtsType
|
|---|
| 1294 | Guidance :
|
|---|
| 1295 | Set auxiliary points type.
|
|---|
| 1296 |
|
|---|
| 1297 | Parameter :
|
|---|
| 1298 | Parameter type : s
|
|---|
| 1299 | Omittable : False
|
|---|
| 1300 | Candidates : dots circles squares
|
|---|
| 1301 |
|
|---|
| 1302 |
|
|---|
| 1303 |
|
|---|
| 1304 | Command /vis/modeling/trajectories/generic-0/default/setAuxPtsFillStyle
|
|---|
| 1305 | Guidance :
|
|---|
| 1306 | Set auxiliary fill style.
|
|---|
| 1307 |
|
|---|
| 1308 | Parameter :
|
|---|
| 1309 | Parameter type : s
|
|---|
| 1310 | Omittable : False
|
|---|
| 1311 | Candidates : noFill hashed filled
|
|---|
| 1312 |
|
|---|
| 1313 |
|
|---|
| 1314 |
|
|---|
| 1315 | Command /vis/modeling/trajectories/generic-0/default/setTimeSliceInterval
|
|---|
| 1316 | Guidance :
|
|---|
| 1317 | Set time slice interval. Give unit, e.g., "0.1 ns"
|
|---|
| 1318 |
|
|---|
| 1319 | Parameter : DoubleAndUnit
|
|---|
| 1320 | Parameter type : d
|
|---|
| 1321 | Omittable : False
|
|---|
| 1322 |
|
|---|
| 1323 | Parameter : Unit
|
|---|
| 1324 | Parameter type : s
|
|---|
| 1325 | Omittable : False
|
|---|
| 1326 | Candidates : s ms mus ns ps second millisecond microsecond nanosecond picosecond
|
|---|
| 1327 |
|
|---|
| 1328 | Command directory path : /vis/modeling/trajectories/drawByCharge-0/
|
|---|
| 1329 |
|
|---|
| 1330 |
|
|---|
| 1331 | Guidance :
|
|---|
| 1332 | Commands for drawByCharge-0 model.
|
|---|
| 1333 |
|
|---|
| 1334 | Sub-directories :
|
|---|
| 1335 | /vis/modeling/trajectories/drawByCharge-0/default/ Commands for default configuration
|
|---|
| 1336 | Commands :
|
|---|
| 1337 | set * Set variable colour through a string
|
|---|
| 1338 | setRGBA * Set variable colour through red, green, blue and alpha components
|
|---|
| 1339 | verbose * Verbose command
|
|---|
| 1340 |
|
|---|
| 1341 |
|
|---|
| 1342 | Command /vis/modeling/trajectories/drawByCharge-0/set
|
|---|
| 1343 | Guidance :
|
|---|
| 1344 | Set variable colour through a string
|
|---|
| 1345 |
|
|---|
| 1346 | Parameter : Variable
|
|---|
| 1347 | Parameter type : s
|
|---|
| 1348 | Omittable : False
|
|---|
| 1349 |
|
|---|
| 1350 | Parameter : Value
|
|---|
| 1351 | Parameter type : s
|
|---|
| 1352 | Omittable : False
|
|---|
| 1353 |
|
|---|
| 1354 |
|
|---|
| 1355 |
|
|---|
| 1356 | Command /vis/modeling/trajectories/drawByCharge-0/setRGBA
|
|---|
| 1357 | Guidance :
|
|---|
| 1358 | Set variable colour through red, green, blue and alpha components
|
|---|
| 1359 |
|
|---|
| 1360 | Parameter : Variable
|
|---|
| 1361 | Parameter type : s
|
|---|
| 1362 | Omittable : False
|
|---|
| 1363 |
|
|---|
| 1364 | Parameter : Red component
|
|---|
| 1365 | Parameter type : d
|
|---|
| 1366 | Omittable : False
|
|---|
| 1367 |
|
|---|
| 1368 | Parameter : Green component
|
|---|
| 1369 | Parameter type : d
|
|---|
| 1370 | Omittable : False
|
|---|
| 1371 |
|
|---|
| 1372 | Parameter : Blue component
|
|---|
| 1373 | Parameter type : d
|
|---|
| 1374 | Omittable : False
|
|---|
| 1375 |
|
|---|
| 1376 | Parameter : Alpha component
|
|---|
| 1377 | Parameter type : d
|
|---|
| 1378 | Omittable : False
|
|---|
| 1379 |
|
|---|
| 1380 |
|
|---|
| 1381 |
|
|---|
| 1382 | Command /vis/modeling/trajectories/drawByCharge-0/verbose
|
|---|
| 1383 | Guidance :
|
|---|
| 1384 | Verbose command
|
|---|
| 1385 |
|
|---|
| 1386 | Parameter : Bool
|
|---|
| 1387 | Parameter type : b
|
|---|
| 1388 | Omittable : False
|
|---|
| 1389 |
|
|---|
| 1390 | Command directory path : /vis/modeling/trajectories/drawByCharge-0/default/
|
|---|
| 1391 |
|
|---|
| 1392 |
|
|---|
| 1393 | Guidance :
|
|---|
| 1394 | Commands for default configuration
|
|---|
| 1395 |
|
|---|
| 1396 | Sub-directories :
|
|---|
| 1397 | Commands :
|
|---|
| 1398 | setDrawLine * Set draw line command
|
|---|
| 1399 | setLineVisible * Set line visibility command
|
|---|
| 1400 | setLineColour * Set colour through a string
|
|---|
| 1401 | setLineColourRGBA * Set colour through red, green, blue and alpha components
|
|---|
| 1402 | setDrawStepPts * Set draw step points command
|
|---|
| 1403 | setStepPtsVisible * Set step points visible command
|
|---|
| 1404 | setStepPtsColour * Set colour through a string
|
|---|
| 1405 | setStepPtsColourRGBA * Set colour through red, green, blue and alpha components
|
|---|
| 1406 | setStepPtsSize * Set step points size command
|
|---|
| 1407 | setStepPtsType * Set step points type.
|
|---|
| 1408 | setStepPtsFillStyle * Set step fill style type.
|
|---|
| 1409 | setDrawAuxPts * Set draw auxiliary points command
|
|---|
| 1410 | setAuxPtsVisible * Set auxiliary points visibility command
|
|---|
| 1411 | setAuxPtsColour * Set colour through a string
|
|---|
| 1412 | setAuxPtsColourRGBA * Set colour through red, green, blue and alpha components
|
|---|
| 1413 | setAuxPtsSize * Set auxiliary points size command
|
|---|
| 1414 | setAuxPtsType * Set auxiliary points type.
|
|---|
| 1415 | setAuxPtsFillStyle * Set auxiliary fill style.
|
|---|
| 1416 | setTimeSliceInterval * Set time slice interval. Give unit, e.g., "0.1 ns"
|
|---|
| 1417 |
|
|---|
| 1418 |
|
|---|
| 1419 | Command /vis/modeling/trajectories/drawByCharge-0/default/setDrawLine
|
|---|
| 1420 | Guidance :
|
|---|
| 1421 | Set draw line command
|
|---|
| 1422 |
|
|---|
| 1423 | Parameter : Bool
|
|---|
| 1424 | Parameter type : b
|
|---|
| 1425 | Omittable : False
|
|---|
| 1426 |
|
|---|
| 1427 |
|
|---|
| 1428 |
|
|---|
| 1429 | Command /vis/modeling/trajectories/drawByCharge-0/default/setLineVisible
|
|---|
| 1430 | Guidance :
|
|---|
| 1431 | Set line visibility command
|
|---|
| 1432 |
|
|---|
| 1433 | Parameter : Bool
|
|---|
| 1434 | Parameter type : b
|
|---|
| 1435 | Omittable : False
|
|---|
| 1436 |
|
|---|
| 1437 |
|
|---|
| 1438 |
|
|---|
| 1439 | Command /vis/modeling/trajectories/drawByCharge-0/default/setLineColour
|
|---|
| 1440 | Guidance :
|
|---|
| 1441 | Set colour through a string
|
|---|
| 1442 |
|
|---|
| 1443 | Parameter : Variable
|
|---|
| 1444 | Parameter type : s
|
|---|
| 1445 | Omittable : False
|
|---|
| 1446 |
|
|---|
| 1447 |
|
|---|
| 1448 |
|
|---|
| 1449 | Command /vis/modeling/trajectories/drawByCharge-0/default/setLineColourRGBA
|
|---|
| 1450 | Guidance :
|
|---|
| 1451 | Set colour through red, green, blue and alpha components
|
|---|
| 1452 | Four inputs are expected.
|
|---|
| 1453 |
|
|---|
| 1454 | Parameter : Red component
|
|---|
| 1455 | Parameter type : d
|
|---|
| 1456 | Omittable : False
|
|---|
| 1457 |
|
|---|
| 1458 | Parameter : Green component
|
|---|
| 1459 | Parameter type : d
|
|---|
| 1460 | Omittable : False
|
|---|
| 1461 |
|
|---|
| 1462 | Parameter : Blue component
|
|---|
| 1463 | Parameter type : d
|
|---|
| 1464 | Omittable : False
|
|---|
| 1465 |
|
|---|
| 1466 | Parameter : Alpha component
|
|---|
| 1467 | Parameter type : d
|
|---|
| 1468 | Omittable : False
|
|---|
| 1469 |
|
|---|
| 1470 |
|
|---|
| 1471 |
|
|---|
| 1472 | Command /vis/modeling/trajectories/drawByCharge-0/default/setDrawStepPts
|
|---|
| 1473 | Guidance :
|
|---|
| 1474 | Set draw step points command
|
|---|
| 1475 |
|
|---|
| 1476 | Parameter : Bool
|
|---|
| 1477 | Parameter type : b
|
|---|
| 1478 | Omittable : False
|
|---|
| 1479 |
|
|---|
| 1480 |
|
|---|
| 1481 |
|
|---|
| 1482 | Command /vis/modeling/trajectories/drawByCharge-0/default/setStepPtsVisible
|
|---|
| 1483 | Guidance :
|
|---|
| 1484 | Set step points visible command
|
|---|
| 1485 |
|
|---|
| 1486 | Parameter : Bool
|
|---|
| 1487 | Parameter type : b
|
|---|
| 1488 | Omittable : False
|
|---|
| 1489 |
|
|---|
| 1490 |
|
|---|
| 1491 |
|
|---|
| 1492 | Command /vis/modeling/trajectories/drawByCharge-0/default/setStepPtsColour
|
|---|
| 1493 | Guidance :
|
|---|
| 1494 | Set colour through a string
|
|---|
| 1495 |
|
|---|
| 1496 | Parameter : Variable
|
|---|
| 1497 | Parameter type : s
|
|---|
| 1498 | Omittable : False
|
|---|
| 1499 |
|
|---|
| 1500 |
|
|---|
| 1501 |
|
|---|
| 1502 | Command /vis/modeling/trajectories/drawByCharge-0/default/setStepPtsColourRGBA
|
|---|
| 1503 | Guidance :
|
|---|
| 1504 | Set colour through red, green, blue and alpha components
|
|---|
| 1505 | Four inputs are expected.
|
|---|
| 1506 |
|
|---|
| 1507 | Parameter : Red component
|
|---|
| 1508 | Parameter type : d
|
|---|
| 1509 | Omittable : False
|
|---|
| 1510 |
|
|---|
| 1511 | Parameter : Green component
|
|---|
| 1512 | Parameter type : d
|
|---|
| 1513 | Omittable : False
|
|---|
| 1514 |
|
|---|
| 1515 | Parameter : Blue component
|
|---|
| 1516 | Parameter type : d
|
|---|
| 1517 | Omittable : False
|
|---|
| 1518 |
|
|---|
| 1519 | Parameter : Alpha component
|
|---|
| 1520 | Parameter type : d
|
|---|
| 1521 | Omittable : False
|
|---|
| 1522 |
|
|---|
| 1523 |
|
|---|
| 1524 |
|
|---|
| 1525 | Command /vis/modeling/trajectories/drawByCharge-0/default/setStepPtsSize
|
|---|
| 1526 | Guidance :
|
|---|
| 1527 | Set step points size command
|
|---|
| 1528 |
|
|---|
| 1529 | Parameter : Double
|
|---|
| 1530 | Parameter type : d
|
|---|
| 1531 | Omittable : False
|
|---|
| 1532 |
|
|---|
| 1533 |
|
|---|
| 1534 |
|
|---|
| 1535 | Command /vis/modeling/trajectories/drawByCharge-0/default/setStepPtsType
|
|---|
| 1536 | Guidance :
|
|---|
| 1537 | Set step points type.
|
|---|
| 1538 |
|
|---|
| 1539 | Parameter :
|
|---|
| 1540 | Parameter type : s
|
|---|
| 1541 | Omittable : False
|
|---|
| 1542 | Candidates : dots circles squares
|
|---|
| 1543 |
|
|---|
| 1544 |
|
|---|
| 1545 |
|
|---|
| 1546 | Command /vis/modeling/trajectories/drawByCharge-0/default/setStepPtsFillStyle
|
|---|
| 1547 | Guidance :
|
|---|
| 1548 | Set step fill style type.
|
|---|
| 1549 |
|
|---|
| 1550 | Parameter :
|
|---|
| 1551 | Parameter type : s
|
|---|
| 1552 | Omittable : False
|
|---|
| 1553 | Candidates : noFill hashed filled
|
|---|
| 1554 |
|
|---|
| 1555 |
|
|---|
| 1556 |
|
|---|
| 1557 | Command /vis/modeling/trajectories/drawByCharge-0/default/setDrawAuxPts
|
|---|
| 1558 | Guidance :
|
|---|
| 1559 | Set draw auxiliary points command
|
|---|
| 1560 |
|
|---|
| 1561 | Parameter : Bool
|
|---|
| 1562 | Parameter type : b
|
|---|
| 1563 | Omittable : False
|
|---|
| 1564 |
|
|---|
| 1565 |
|
|---|
| 1566 |
|
|---|
| 1567 | Command /vis/modeling/trajectories/drawByCharge-0/default/setAuxPtsVisible
|
|---|
| 1568 | Guidance :
|
|---|
| 1569 | Set auxiliary points visibility command
|
|---|
| 1570 |
|
|---|
| 1571 | Parameter : Bool
|
|---|
| 1572 | Parameter type : b
|
|---|
| 1573 | Omittable : False
|
|---|
| 1574 |
|
|---|
| 1575 |
|
|---|
| 1576 |
|
|---|
| 1577 | Command /vis/modeling/trajectories/drawByCharge-0/default/setAuxPtsColour
|
|---|
| 1578 | Guidance :
|
|---|
| 1579 | Set colour through a string
|
|---|
| 1580 |
|
|---|
| 1581 | Parameter : Variable
|
|---|
| 1582 | Parameter type : s
|
|---|
| 1583 | Omittable : False
|
|---|
| 1584 |
|
|---|
| 1585 |
|
|---|
| 1586 |
|
|---|
| 1587 | Command /vis/modeling/trajectories/drawByCharge-0/default/setAuxPtsColourRGBA
|
|---|
| 1588 | Guidance :
|
|---|
| 1589 | Set colour through red, green, blue and alpha components
|
|---|
| 1590 | Four inputs are expected.
|
|---|
| 1591 |
|
|---|
| 1592 | Parameter : Red component
|
|---|
| 1593 | Parameter type : d
|
|---|
| 1594 | Omittable : False
|
|---|
| 1595 |
|
|---|
| 1596 | Parameter : Green component
|
|---|
| 1597 | Parameter type : d
|
|---|
| 1598 | Omittable : False
|
|---|
| 1599 |
|
|---|
| 1600 | Parameter : Blue component
|
|---|
| 1601 | Parameter type : d
|
|---|
| 1602 | Omittable : False
|
|---|
| 1603 |
|
|---|
| 1604 | Parameter : Alpha component
|
|---|
| 1605 | Parameter type : d
|
|---|
| 1606 | Omittable : False
|
|---|
| 1607 |
|
|---|
| 1608 |
|
|---|
| 1609 |
|
|---|
| 1610 | Command /vis/modeling/trajectories/drawByCharge-0/default/setAuxPtsSize
|
|---|
| 1611 | Guidance :
|
|---|
| 1612 | Set auxiliary points size command
|
|---|
| 1613 |
|
|---|
| 1614 | Parameter : Double
|
|---|
| 1615 | Parameter type : d
|
|---|
| 1616 | Omittable : False
|
|---|
| 1617 |
|
|---|
| 1618 |
|
|---|
| 1619 |
|
|---|
| 1620 | Command /vis/modeling/trajectories/drawByCharge-0/default/setAuxPtsType
|
|---|
| 1621 | Guidance :
|
|---|
| 1622 | Set auxiliary points type.
|
|---|
| 1623 |
|
|---|
| 1624 | Parameter :
|
|---|
| 1625 | Parameter type : s
|
|---|
| 1626 | Omittable : False
|
|---|
| 1627 | Candidates : dots circles squares
|
|---|
| 1628 |
|
|---|
| 1629 |
|
|---|
| 1630 |
|
|---|
| 1631 | Command /vis/modeling/trajectories/drawByCharge-0/default/setAuxPtsFillStyle
|
|---|
| 1632 | Guidance :
|
|---|
| 1633 | Set auxiliary fill style.
|
|---|
| 1634 |
|
|---|
| 1635 | Parameter :
|
|---|
| 1636 | Parameter type : s
|
|---|
| 1637 | Omittable : False
|
|---|
| 1638 | Candidates : noFill hashed filled
|
|---|
| 1639 |
|
|---|
| 1640 |
|
|---|
| 1641 |
|
|---|
| 1642 | Command /vis/modeling/trajectories/drawByCharge-0/default/setTimeSliceInterval
|
|---|
| 1643 | Guidance :
|
|---|
| 1644 | Set time slice interval. Give unit, e.g., "0.1 ns"
|
|---|
| 1645 |
|
|---|
| 1646 | Parameter : DoubleAndUnit
|
|---|
| 1647 | Parameter type : d
|
|---|
| 1648 | Omittable : False
|
|---|
| 1649 |
|
|---|
| 1650 | Parameter : Unit
|
|---|
| 1651 | Parameter type : s
|
|---|
| 1652 | Omittable : False
|
|---|
| 1653 | Candidates : s ms mus ns ps second millisecond microsecond nanosecond picosecond
|
|---|
| 1654 |
|
|---|
| 1655 | Command directory path : /vis/modeling/trajectories/drawByParticleID-0/
|
|---|
| 1656 |
|
|---|
| 1657 |
|
|---|
| 1658 | Guidance :
|
|---|
| 1659 | Commands for drawByParticleID-0 model.
|
|---|
| 1660 |
|
|---|
| 1661 | Sub-directories :
|
|---|
| 1662 | /vis/modeling/trajectories/drawByParticleID-0/default/ Commands for default configuration
|
|---|
| 1663 | Commands :
|
|---|
| 1664 | set * Set variable colour through a string
|
|---|
| 1665 | setRGBA * Set variable colour through red, green, blue and alpha components
|
|---|
| 1666 | setDefault * Set colour through a string
|
|---|
| 1667 | setDefaultRGBA * Set colour through red, green, blue and alpha components
|
|---|
| 1668 | verbose * Verbose command
|
|---|
| 1669 |
|
|---|
| 1670 |
|
|---|
| 1671 | Command /vis/modeling/trajectories/drawByParticleID-0/set
|
|---|
| 1672 | Guidance :
|
|---|
| 1673 | Set variable colour through a string
|
|---|
| 1674 |
|
|---|
| 1675 | Parameter : Variable
|
|---|
| 1676 | Parameter type : s
|
|---|
| 1677 | Omittable : False
|
|---|
| 1678 |
|
|---|
| 1679 | Parameter : Value
|
|---|
| 1680 | Parameter type : s
|
|---|
| 1681 | Omittable : False
|
|---|
| 1682 |
|
|---|
| 1683 |
|
|---|
| 1684 |
|
|---|
| 1685 | Command /vis/modeling/trajectories/drawByParticleID-0/setRGBA
|
|---|
| 1686 | Guidance :
|
|---|
| 1687 | Set variable colour through red, green, blue and alpha components
|
|---|
| 1688 |
|
|---|
| 1689 | Parameter : Variable
|
|---|
| 1690 | Parameter type : s
|
|---|
| 1691 | Omittable : False
|
|---|
| 1692 |
|
|---|
| 1693 | Parameter : Red component
|
|---|
| 1694 | Parameter type : d
|
|---|
| 1695 | Omittable : False
|
|---|
| 1696 |
|
|---|
| 1697 | Parameter : Green component
|
|---|
| 1698 | Parameter type : d
|
|---|
| 1699 | Omittable : False
|
|---|
| 1700 |
|
|---|
| 1701 | Parameter : Blue component
|
|---|
| 1702 | Parameter type : d
|
|---|
| 1703 | Omittable : False
|
|---|
| 1704 |
|
|---|
| 1705 | Parameter : Alpha component
|
|---|
| 1706 | Parameter type : d
|
|---|
| 1707 | Omittable : False
|
|---|
| 1708 |
|
|---|
| 1709 |
|
|---|
| 1710 |
|
|---|
| 1711 | Command /vis/modeling/trajectories/drawByParticleID-0/setDefault
|
|---|
| 1712 | Guidance :
|
|---|
| 1713 | Set colour through a string
|
|---|
| 1714 |
|
|---|
| 1715 | Parameter : Variable
|
|---|
| 1716 | Parameter type : s
|
|---|
| 1717 | Omittable : False
|
|---|
| 1718 |
|
|---|
| 1719 |
|
|---|
| 1720 |
|
|---|
| 1721 | Command /vis/modeling/trajectories/drawByParticleID-0/setDefaultRGBA
|
|---|
| 1722 | Guidance :
|
|---|
| 1723 | Set colour through red, green, blue and alpha components
|
|---|
| 1724 | Four inputs are expected.
|
|---|
| 1725 |
|
|---|
| 1726 | Parameter : Red component
|
|---|
| 1727 | Parameter type : d
|
|---|
| 1728 | Omittable : False
|
|---|
| 1729 |
|
|---|
| 1730 | Parameter : Green component
|
|---|
| 1731 | Parameter type : d
|
|---|
| 1732 | Omittable : False
|
|---|
| 1733 |
|
|---|
| 1734 | Parameter : Blue component
|
|---|
| 1735 | Parameter type : d
|
|---|
| 1736 | Omittable : False
|
|---|
| 1737 |
|
|---|
| 1738 |
|
|---|
| 1739 | Parameter : Alpha component
|
|---|
| 1740 | Parameter type : d
|
|---|
| 1741 | Omittable : False
|
|---|
| 1742 |
|
|---|
| 1743 |
|
|---|
| 1744 |
|
|---|
| 1745 | Command /vis/modeling/trajectories/drawByParticleID-0/verbose
|
|---|
| 1746 | Guidance :
|
|---|
| 1747 | Verbose command
|
|---|
| 1748 |
|
|---|
| 1749 | Parameter : Bool
|
|---|
| 1750 | Parameter type : b
|
|---|
| 1751 | Omittable : False
|
|---|
| 1752 |
|
|---|
| 1753 | Command directory path : /vis/modeling/trajectories/drawByParticleID-0/default/
|
|---|
| 1754 |
|
|---|
| 1755 |
|
|---|
| 1756 | Guidance :
|
|---|
| 1757 | Commands for default configuration
|
|---|
| 1758 |
|
|---|
| 1759 | Sub-directories :
|
|---|
| 1760 | Commands :
|
|---|
| 1761 | setDrawLine * Set draw line command
|
|---|
| 1762 | setLineVisible * Set line visibility command
|
|---|
| 1763 | setLineColour * Set colour through a string
|
|---|
| 1764 | setLineColourRGBA * Set colour through red, green, blue and alpha components
|
|---|
| 1765 | setDrawStepPts * Set draw step points command
|
|---|
| 1766 | setStepPtsVisible * Set step points visible command
|
|---|
| 1767 | setStepPtsColour * Set colour through a string
|
|---|
| 1768 | setStepPtsColourRGBA * Set colour through red, green, blue and alpha components
|
|---|
| 1769 | setStepPtsSize * Set step points size command
|
|---|
| 1770 | setStepPtsType * Set step points type.
|
|---|
| 1771 | setStepPtsFillStyle * Set step fill style type.
|
|---|
| 1772 | setDrawAuxPts * Set draw auxiliary points command
|
|---|
| 1773 | setAuxPtsVisible * Set auxiliary points visibility command
|
|---|
| 1774 | setAuxPtsColour * Set colour through a string
|
|---|
| 1775 | setAuxPtsColourRGBA * Set colour through red, green, blue and alpha components
|
|---|
| 1776 | setAuxPtsSize * Set auxiliary points size command
|
|---|
| 1777 | setAuxPtsType * Set auxiliary points type.
|
|---|
| 1778 | setAuxPtsFillStyle * Set auxiliary fill style.
|
|---|
| 1779 | setTimeSliceInterval * Set time slice interval. Give unit, e.g., "0.1 ns"
|
|---|
| 1780 |
|
|---|
| 1781 |
|
|---|
| 1782 | Command /vis/modeling/trajectories/drawByParticleID-0/default/setDrawLine
|
|---|
| 1783 | Guidance :
|
|---|
| 1784 | Set draw line command
|
|---|
| 1785 |
|
|---|
| 1786 | Parameter : Bool
|
|---|
| 1787 | Parameter type : b
|
|---|
| 1788 | Omittable : False
|
|---|
| 1789 |
|
|---|
| 1790 |
|
|---|
| 1791 |
|
|---|
| 1792 | Command /vis/modeling/trajectories/drawByParticleID-0/default/setLineVisible
|
|---|
| 1793 | Guidance :
|
|---|
| 1794 | Set line visibility command
|
|---|
| 1795 |
|
|---|
| 1796 | Parameter : Bool
|
|---|
| 1797 | Parameter type : b
|
|---|
| 1798 | Omittable : False
|
|---|
| 1799 |
|
|---|
| 1800 |
|
|---|
| 1801 |
|
|---|
| 1802 | Command /vis/modeling/trajectories/drawByParticleID-0/default/setLineColour
|
|---|
| 1803 | Guidance :
|
|---|
| 1804 | Set colour through a string
|
|---|
| 1805 |
|
|---|
| 1806 | Parameter : Variable
|
|---|
| 1807 | Parameter type : s
|
|---|
| 1808 |
|
|---|
| 1809 | Omittable : False
|
|---|
| 1810 |
|
|---|
| 1811 |
|
|---|
| 1812 |
|
|---|
| 1813 | Command /vis/modeling/trajectories/drawByParticleID-0/default/setLineColourRGBA
|
|---|
| 1814 | Guidance :
|
|---|
| 1815 | Set colour through red, green, blue and alpha components
|
|---|
| 1816 | Four inputs are expected.
|
|---|
| 1817 |
|
|---|
| 1818 | Parameter : Red component
|
|---|
| 1819 | Parameter type : d
|
|---|
| 1820 | Omittable : False
|
|---|
| 1821 |
|
|---|
| 1822 | Parameter : Green component
|
|---|
| 1823 | Parameter type : d
|
|---|
| 1824 | Omittable : False
|
|---|
| 1825 |
|
|---|
| 1826 | Parameter : Blue component
|
|---|
| 1827 | Parameter type : d
|
|---|
| 1828 | Omittable : False
|
|---|
| 1829 |
|
|---|
| 1830 | Parameter : Alpha component
|
|---|
| 1831 | Parameter type : d
|
|---|
| 1832 | Omittable : False
|
|---|
| 1833 |
|
|---|
| 1834 |
|
|---|
| 1835 |
|
|---|
| 1836 | Command /vis/modeling/trajectories/drawByParticleID-0/default/setDrawStepPts
|
|---|
| 1837 | Guidance :
|
|---|
| 1838 | Set draw step points command
|
|---|
| 1839 |
|
|---|
| 1840 | Parameter : Bool
|
|---|
| 1841 | Parameter type : b
|
|---|
| 1842 | Omittable : False
|
|---|
| 1843 |
|
|---|
| 1844 |
|
|---|
| 1845 |
|
|---|
| 1846 | Command /vis/modeling/trajectories/drawByParticleID-0/default/setStepPtsVisible
|
|---|
| 1847 | Guidance :
|
|---|
| 1848 | Set step points visible command
|
|---|
| 1849 |
|
|---|
| 1850 | Parameter : Bool
|
|---|
| 1851 | Parameter type : b
|
|---|
| 1852 | Omittable : False
|
|---|
| 1853 |
|
|---|
| 1854 |
|
|---|
| 1855 |
|
|---|
| 1856 | Command /vis/modeling/trajectories/drawByParticleID-0/default/setStepPtsColour
|
|---|
| 1857 | Guidance :
|
|---|
| 1858 | Set colour through a string
|
|---|
| 1859 |
|
|---|
| 1860 | Parameter : Variable
|
|---|
| 1861 | Parameter type : s
|
|---|
| 1862 | Omittable : False
|
|---|
| 1863 |
|
|---|
| 1864 |
|
|---|
| 1865 |
|
|---|
| 1866 | Command /vis/modeling/trajectories/drawByParticleID-0/default/setStepPtsColourRGBA
|
|---|
| 1867 | Guidance :
|
|---|
| 1868 | Set colour through red, green, blue and alpha components
|
|---|
| 1869 | Four inputs are expected.
|
|---|
| 1870 |
|
|---|
| 1871 | Parameter : Red component
|
|---|
| 1872 | Parameter type : d
|
|---|
| 1873 | Omittable : False
|
|---|
| 1874 |
|
|---|
| 1875 | Parameter : Green component
|
|---|
| 1876 | Parameter type : d
|
|---|
| 1877 | Omittable : False
|
|---|
| 1878 |
|
|---|
| 1879 | Parameter : Blue component
|
|---|
| 1880 | Parameter type : d
|
|---|
| 1881 | Omittable : False
|
|---|
| 1882 |
|
|---|
| 1883 | Parameter : Alpha component
|
|---|
| 1884 | Parameter type : d
|
|---|
| 1885 | Omittable : False
|
|---|
| 1886 |
|
|---|
| 1887 |
|
|---|
| 1888 |
|
|---|
| 1889 | Command /vis/modeling/trajectories/drawByParticleID-0/default/setStepPtsSize
|
|---|
| 1890 | Guidance :
|
|---|
| 1891 | Set step points size command
|
|---|
| 1892 |
|
|---|
| 1893 | Parameter : Double
|
|---|
| 1894 | Parameter type : d
|
|---|
| 1895 | Omittable : False
|
|---|
| 1896 |
|
|---|
| 1897 |
|
|---|
| 1898 |
|
|---|
| 1899 | Command /vis/modeling/trajectories/drawByParticleID-0/default/setStepPtsType
|
|---|
| 1900 | Guidance :
|
|---|
| 1901 | Set step points type.
|
|---|
| 1902 |
|
|---|
| 1903 | Parameter :
|
|---|
| 1904 | Parameter type : s
|
|---|
| 1905 | Omittable : False
|
|---|
| 1906 | Candidates : dots circles squares
|
|---|
| 1907 |
|
|---|
| 1908 |
|
|---|
| 1909 |
|
|---|
| 1910 | Command /vis/modeling/trajectories/drawByParticleID-0/default/setStepPtsFillStyle
|
|---|
| 1911 | Guidance :
|
|---|
| 1912 | Set step fill style type.
|
|---|
| 1913 |
|
|---|
| 1914 | Parameter :
|
|---|
| 1915 | Parameter type : s
|
|---|
| 1916 | Omittable : False
|
|---|
| 1917 | Candidates : noFill hashed filled
|
|---|
| 1918 |
|
|---|
| 1919 |
|
|---|
| 1920 |
|
|---|
| 1921 | Command /vis/modeling/trajectories/drawByParticleID-0/default/setDrawAuxPts
|
|---|
| 1922 | Guidance :
|
|---|
| 1923 | Set draw auxiliary points command
|
|---|
| 1924 |
|
|---|
| 1925 | Parameter : Bool
|
|---|
| 1926 | Parameter type : b
|
|---|
| 1927 | Omittable : False
|
|---|
| 1928 |
|
|---|
| 1929 |
|
|---|
| 1930 |
|
|---|
| 1931 | Command /vis/modeling/trajectories/drawByParticleID-0/default/setAuxPtsVisible
|
|---|
| 1932 | Guidance :
|
|---|
| 1933 | Set auxiliary points visibility command
|
|---|
| 1934 |
|
|---|
| 1935 | Parameter : Bool
|
|---|
| 1936 | Parameter type : b
|
|---|
| 1937 | Omittable : False
|
|---|
| 1938 |
|
|---|
| 1939 |
|
|---|
| 1940 |
|
|---|
| 1941 | Command /vis/modeling/trajectories/drawByParticleID-0/default/setAuxPtsColour
|
|---|
| 1942 | Guidance :
|
|---|
| 1943 | Set colour through a string
|
|---|
| 1944 |
|
|---|
| 1945 | Parameter : Variable
|
|---|
| 1946 | Parameter type : s
|
|---|
| 1947 | Omittable : False
|
|---|
| 1948 |
|
|---|
| 1949 |
|
|---|
| 1950 |
|
|---|
| 1951 | Command /vis/modeling/trajectories/drawByParticleID-0/default/setAuxPtsColourRGBA
|
|---|
| 1952 | Guidance :
|
|---|
| 1953 | Set colour through red, green, blue and alpha components
|
|---|
| 1954 | Four inputs are expected.
|
|---|
| 1955 |
|
|---|
| 1956 | Parameter : Red component
|
|---|
| 1957 | Parameter type : d
|
|---|
| 1958 | Omittable : False
|
|---|
| 1959 |
|
|---|
| 1960 | Parameter : Green component
|
|---|
| 1961 | Parameter type : d
|
|---|
| 1962 | Omittable : False
|
|---|
| 1963 |
|
|---|
| 1964 | Parameter : Blue component
|
|---|
| 1965 | Parameter type : d
|
|---|
| 1966 | Omittable : False
|
|---|
| 1967 |
|
|---|
| 1968 | Parameter : Alpha component
|
|---|
| 1969 | Parameter type : d
|
|---|
| 1970 | Omittable : False
|
|---|
| 1971 |
|
|---|
| 1972 |
|
|---|
| 1973 |
|
|---|
| 1974 | Command /vis/modeling/trajectories/drawByParticleID-0/default/setAuxPtsSize
|
|---|
| 1975 | Guidance :
|
|---|
| 1976 | Set auxiliary points size command
|
|---|
| 1977 |
|
|---|
| 1978 | Parameter : Double
|
|---|
| 1979 | Parameter type : d
|
|---|
| 1980 | Omittable : False
|
|---|
| 1981 |
|
|---|
| 1982 |
|
|---|
| 1983 |
|
|---|
| 1984 | Command /vis/modeling/trajectories/drawByParticleID-0/default/setAuxPtsType
|
|---|
| 1985 | Guidance :
|
|---|
| 1986 | Set auxiliary points type.
|
|---|
| 1987 |
|
|---|
| 1988 | Parameter :
|
|---|
| 1989 | Parameter type : s
|
|---|
| 1990 | Omittable : False
|
|---|
| 1991 | Candidates : dots circles squares
|
|---|
| 1992 |
|
|---|
| 1993 |
|
|---|
| 1994 |
|
|---|
| 1995 | Command /vis/modeling/trajectories/drawByParticleID-0/default/setAuxPtsFillStyle
|
|---|
| 1996 | Guidance :
|
|---|
| 1997 | Set auxiliary fill style.
|
|---|
| 1998 |
|
|---|
| 1999 | Parameter :
|
|---|
| 2000 | Parameter type : s
|
|---|
| 2001 | Omittable : False
|
|---|
| 2002 | Candidates : noFill hashed filled
|
|---|
| 2003 |
|
|---|
| 2004 |
|
|---|
| 2005 |
|
|---|
| 2006 | Command /vis/modeling/trajectories/drawByParticleID-0/default/setTimeSliceInterval
|
|---|
| 2007 | Guidance :
|
|---|
| 2008 | Set time slice interval. Give unit, e.g., "0.1 ns"
|
|---|
| 2009 |
|
|---|
| 2010 | Parameter : DoubleAndUnit
|
|---|
| 2011 | Parameter type : d
|
|---|
| 2012 | Omittable : False
|
|---|
| 2013 |
|
|---|
| 2014 | Parameter : Unit
|
|---|
| 2015 | Parameter type : s
|
|---|
| 2016 | Omittable : False
|
|---|
| 2017 | Candidates : s ms mus ns ps second millisecond microsecond nanosecond picosecond
|
|---|
| 2018 |
|
|---|
| 2019 | Command directory path : /vis/modeling/trajectories/drawByOriginVolume-0/
|
|---|
| 2020 |
|
|---|
| 2021 |
|
|---|
| 2022 | Guidance :
|
|---|
| 2023 | Commands for drawByOriginVolume-0 model.
|
|---|
| 2024 |
|
|---|
| 2025 | Sub-directories :
|
|---|
| 2026 | /vis/modeling/trajectories/drawByOriginVolume-0/default/ Commands for default configuration
|
|---|
| 2027 | Commands :
|
|---|
| 2028 | set * Set variable colour through a string
|
|---|
| 2029 | setRGBA * Set variable colour through red, green, blue and alpha components
|
|---|
| 2030 | setDefault * Set colour through a string
|
|---|
| 2031 | setDefaultRGBA * Set colour through red, green, blue and alpha components
|
|---|
| 2032 | verbose * Verbose command
|
|---|
| 2033 |
|
|---|
| 2034 |
|
|---|
| 2035 | Command /vis/modeling/trajectories/drawByOriginVolume-0/set
|
|---|
| 2036 | Guidance :
|
|---|
| 2037 | Set variable colour through a string
|
|---|
| 2038 |
|
|---|
| 2039 | Parameter : Variable
|
|---|
| 2040 | Parameter type : s
|
|---|
| 2041 | Omittable : False
|
|---|
| 2042 |
|
|---|
| 2043 | Parameter : Value
|
|---|
| 2044 | Parameter type : s
|
|---|
| 2045 | Omittable : False
|
|---|
| 2046 |
|
|---|
| 2047 |
|
|---|
| 2048 |
|
|---|
| 2049 | Command /vis/modeling/trajectories/drawByOriginVolume-0/setRGBA
|
|---|
| 2050 | Guidance :
|
|---|
| 2051 | Set variable colour through red, green, blue and alpha components
|
|---|
| 2052 |
|
|---|
| 2053 | Parameter : Variable
|
|---|
| 2054 | Parameter type : s
|
|---|
| 2055 | Omittable : False
|
|---|
| 2056 |
|
|---|
| 2057 | Parameter : Red component
|
|---|
| 2058 | Parameter type : d
|
|---|
| 2059 | Omittable : False
|
|---|
| 2060 |
|
|---|
| 2061 | Parameter : Green component
|
|---|
| 2062 | Parameter type : d
|
|---|
| 2063 | Omittable : False
|
|---|
| 2064 |
|
|---|
| 2065 | Parameter : Blue component
|
|---|
| 2066 | Parameter type : d
|
|---|
| 2067 | Omittable : False
|
|---|
| 2068 |
|
|---|
| 2069 | Parameter : Alpha component
|
|---|
| 2070 | Parameter type : d
|
|---|
| 2071 | Omittable : False
|
|---|
| 2072 |
|
|---|
| 2073 |
|
|---|
| 2074 |
|
|---|
| 2075 | Command /vis/modeling/trajectories/drawByOriginVolume-0/setDefault
|
|---|
| 2076 | Guidance :
|
|---|
| 2077 | Set colour through a string
|
|---|
| 2078 |
|
|---|
| 2079 | Parameter : Variable
|
|---|
| 2080 | Parameter type : s
|
|---|
| 2081 | Omittable : False
|
|---|
| 2082 |
|
|---|
| 2083 |
|
|---|
| 2084 |
|
|---|
| 2085 | Command /vis/modeling/trajectories/drawByOriginVolume-0/setDefaultRGBA
|
|---|
| 2086 | Guidance :
|
|---|
| 2087 | Set colour through red, green, blue and alpha components
|
|---|
| 2088 | Four inputs are expected.
|
|---|
| 2089 |
|
|---|
| 2090 | Parameter : Red component
|
|---|
| 2091 | Parameter type : d
|
|---|
| 2092 | Omittable : False
|
|---|
| 2093 |
|
|---|
| 2094 | Parameter : Green component
|
|---|
| 2095 | Parameter type : d
|
|---|
| 2096 | Omittable : False
|
|---|
| 2097 |
|
|---|
| 2098 | Parameter : Blue component
|
|---|
| 2099 | Parameter type : d
|
|---|
| 2100 | Omittable : False
|
|---|
| 2101 |
|
|---|
| 2102 | Parameter : Alpha component
|
|---|
| 2103 | Parameter type : d
|
|---|
| 2104 | Omittable : False
|
|---|
| 2105 |
|
|---|
| 2106 |
|
|---|
| 2107 |
|
|---|
| 2108 | Command /vis/modeling/trajectories/drawByOriginVolume-0/verbose
|
|---|
| 2109 | Guidance :
|
|---|
| 2110 | Verbose command
|
|---|
| 2111 |
|
|---|
| 2112 | Parameter : Bool
|
|---|
| 2113 | Parameter type : b
|
|---|
| 2114 | Omittable : False
|
|---|
| 2115 |
|
|---|
| 2116 | Command directory path : /vis/modeling/trajectories/drawByOriginVolume-0/default/
|
|---|
| 2117 |
|
|---|
| 2118 |
|
|---|
| 2119 | Guidance :
|
|---|
| 2120 | Commands for default configuration
|
|---|
| 2121 |
|
|---|
| 2122 | Sub-directories :
|
|---|
| 2123 | Commands :
|
|---|
| 2124 | setDrawLine * Set draw line command
|
|---|
| 2125 | setLineVisible * Set line visibility command
|
|---|
| 2126 | setLineColour * Set colour through a string
|
|---|
| 2127 | setLineColourRGBA * Set colour through red, green, blue and alpha components
|
|---|
| 2128 | setDrawStepPts * Set draw step points command
|
|---|
| 2129 | setStepPtsVisible * Set step points visible command
|
|---|
| 2130 | setStepPtsColour * Set colour through a string
|
|---|
| 2131 | setStepPtsColourRGBA * Set colour through red, green, blue and alpha components
|
|---|
| 2132 | setStepPtsSize * Set step points size command
|
|---|
| 2133 | setStepPtsType * Set step points type.
|
|---|
| 2134 | setStepPtsFillStyle * Set step fill style type.
|
|---|
| 2135 | setDrawAuxPts * Set draw auxiliary points command
|
|---|
| 2136 | setAuxPtsVisible * Set auxiliary points visibility command
|
|---|
| 2137 | setAuxPtsColour * Set colour through a string
|
|---|
| 2138 | setAuxPtsColourRGBA * Set colour through red, green, blue and alpha components
|
|---|
| 2139 | setAuxPtsSize * Set auxiliary points size command
|
|---|
| 2140 | setAuxPtsType * Set auxiliary points type.
|
|---|
| 2141 | setAuxPtsFillStyle * Set auxiliary fill style.
|
|---|
| 2142 | setTimeSliceInterval * Set time slice interval. Give unit, e.g., "0.1 ns"
|
|---|
| 2143 |
|
|---|
| 2144 |
|
|---|
| 2145 | Command /vis/modeling/trajectories/drawByOriginVolume-0/default/setDrawLine
|
|---|
| 2146 | Guidance :
|
|---|
| 2147 | Set draw line command
|
|---|
| 2148 |
|
|---|
| 2149 | Parameter : Bool
|
|---|
| 2150 | Parameter type : b
|
|---|
| 2151 | Omittable : False
|
|---|
| 2152 |
|
|---|
| 2153 |
|
|---|
| 2154 |
|
|---|
| 2155 | Command /vis/modeling/trajectories/drawByOriginVolume-0/default/setLineVisible
|
|---|
| 2156 | Guidance :
|
|---|
| 2157 | Set line visibility command
|
|---|
| 2158 |
|
|---|
| 2159 | Parameter : Bool
|
|---|
| 2160 | Parameter type : b
|
|---|
| 2161 | Omittable : False
|
|---|
| 2162 |
|
|---|
| 2163 |
|
|---|
| 2164 |
|
|---|
| 2165 | Command /vis/modeling/trajectories/drawByOriginVolume-0/default/setLineColour
|
|---|
| 2166 | Guidance :
|
|---|
| 2167 | Set colour through a string
|
|---|
| 2168 |
|
|---|
| 2169 | Parameter : Variable
|
|---|
| 2170 | Parameter type : s
|
|---|
| 2171 | Omittable : False
|
|---|
| 2172 |
|
|---|
| 2173 |
|
|---|
| 2174 |
|
|---|
| 2175 | Command /vis/modeling/trajectories/drawByOriginVolume-0/default/setLineColourRGBA
|
|---|
| 2176 | Guidance :
|
|---|
| 2177 | Set colour through red, green, blue and alpha components
|
|---|
| 2178 | Four inputs are expected.
|
|---|
| 2179 |
|
|---|
| 2180 | Parameter : Red component
|
|---|
| 2181 | Parameter type : d
|
|---|
| 2182 | Omittable : False
|
|---|
| 2183 |
|
|---|
| 2184 | Parameter : Green component
|
|---|
| 2185 | Parameter type : d
|
|---|
| 2186 | Omittable : False
|
|---|
| 2187 |
|
|---|
| 2188 | Parameter : Blue component
|
|---|
| 2189 | Parameter type : d
|
|---|
| 2190 | Omittable : False
|
|---|
| 2191 |
|
|---|
| 2192 | Parameter : Alpha component
|
|---|
| 2193 | Parameter type : d
|
|---|
| 2194 | Omittable : False
|
|---|
| 2195 |
|
|---|
| 2196 |
|
|---|
| 2197 |
|
|---|
| 2198 | Command /vis/modeling/trajectories/drawByOriginVolume-0/default/setDrawStepPts
|
|---|
| 2199 | Guidance :
|
|---|
| 2200 | Set draw step points command
|
|---|
| 2201 |
|
|---|
| 2202 | Parameter : Bool
|
|---|
| 2203 | Parameter type : b
|
|---|
| 2204 | Omittable : False
|
|---|
| 2205 |
|
|---|
| 2206 |
|
|---|
| 2207 |
|
|---|
| 2208 | Command /vis/modeling/trajectories/drawByOriginVolume-0/default/setStepPtsVisible
|
|---|
| 2209 | Guidance :
|
|---|
| 2210 | Set step points visible command
|
|---|
| 2211 |
|
|---|
| 2212 | Parameter : Bool
|
|---|
| 2213 | Parameter type : b
|
|---|
| 2214 | Omittable : False
|
|---|
| 2215 |
|
|---|
| 2216 |
|
|---|
| 2217 |
|
|---|
| 2218 | Command /vis/modeling/trajectories/drawByOriginVolume-0/default/setStepPtsColour
|
|---|
| 2219 | Guidance :
|
|---|
| 2220 | Set colour through a string
|
|---|
| 2221 |
|
|---|
| 2222 | Parameter : Variable
|
|---|
| 2223 | Parameter type : s
|
|---|
| 2224 | Omittable : False
|
|---|
| 2225 |
|
|---|
| 2226 |
|
|---|
| 2227 |
|
|---|
| 2228 | Command /vis/modeling/trajectories/drawByOriginVolume-0/default/setStepPtsColourRGBA
|
|---|
| 2229 | Guidance :
|
|---|
| 2230 | Set colour through red, green, blue and alpha components
|
|---|
| 2231 | Four inputs are expected.
|
|---|
| 2232 |
|
|---|
| 2233 | Parameter : Red component
|
|---|
| 2234 | Parameter type : d
|
|---|
| 2235 | Omittable : False
|
|---|
| 2236 |
|
|---|
| 2237 | Parameter : Green component
|
|---|
| 2238 | Parameter type : d
|
|---|
| 2239 | Omittable : False
|
|---|
| 2240 |
|
|---|
| 2241 | Parameter : Blue component
|
|---|
| 2242 | Parameter type : d
|
|---|
| 2243 | Omittable : False
|
|---|
| 2244 |
|
|---|
| 2245 | Parameter : Alpha component
|
|---|
| 2246 | Parameter type : d
|
|---|
| 2247 | Omittable : False
|
|---|
| 2248 |
|
|---|
| 2249 |
|
|---|
| 2250 |
|
|---|
| 2251 | Command /vis/modeling/trajectories/drawByOriginVolume-0/default/setStepPtsSize
|
|---|
| 2252 | Guidance :
|
|---|
| 2253 | Set step points size command
|
|---|
| 2254 |
|
|---|
| 2255 | Parameter : Double
|
|---|
| 2256 | Parameter type : d
|
|---|
| 2257 | Omittable : False
|
|---|
| 2258 |
|
|---|
| 2259 |
|
|---|
| 2260 |
|
|---|
| 2261 |
|
|---|
| 2262 | Command /vis/modeling/trajectories/drawByOriginVolume-0/default/setStepPtsType
|
|---|
| 2263 | Guidance :
|
|---|
| 2264 | Set step points type.
|
|---|
| 2265 |
|
|---|
| 2266 | Parameter :
|
|---|
| 2267 | Parameter type : s
|
|---|
| 2268 | Omittable : False
|
|---|
| 2269 | Candidates : dots circles squares
|
|---|
| 2270 |
|
|---|
| 2271 |
|
|---|
| 2272 |
|
|---|
| 2273 | Command /vis/modeling/trajectories/drawByOriginVolume-0/default/setStepPtsFillStyle
|
|---|
| 2274 | Guidance :
|
|---|
| 2275 | Set step fill style type.
|
|---|
| 2276 |
|
|---|
| 2277 | Parameter :
|
|---|
| 2278 | Parameter type : s
|
|---|
| 2279 | Omittable : False
|
|---|
| 2280 | Candidates : noFill hashed filled
|
|---|
| 2281 |
|
|---|
| 2282 |
|
|---|
| 2283 |
|
|---|
| 2284 | Command /vis/modeling/trajectories/drawByOriginVolume-0/default/setDrawAuxPts
|
|---|
| 2285 | Guidance :
|
|---|
| 2286 | Set draw auxiliary points command
|
|---|
| 2287 |
|
|---|
| 2288 | Parameter : Bool
|
|---|
| 2289 | Parameter type : b
|
|---|
| 2290 | Omittable : False
|
|---|
| 2291 |
|
|---|
| 2292 |
|
|---|
| 2293 |
|
|---|
| 2294 | Command /vis/modeling/trajectories/drawByOriginVolume-0/default/setAuxPtsVisible
|
|---|
| 2295 | Guidance :
|
|---|
| 2296 | Set auxiliary points visibility command
|
|---|
| 2297 |
|
|---|
| 2298 | Parameter : Bool
|
|---|
| 2299 | Parameter type : b
|
|---|
| 2300 | Omittable : False
|
|---|
| 2301 |
|
|---|
| 2302 |
|
|---|
| 2303 |
|
|---|
| 2304 | Command /vis/modeling/trajectories/drawByOriginVolume-0/default/setAuxPtsColour
|
|---|
| 2305 | Guidance :
|
|---|
| 2306 | Set colour through a string
|
|---|
| 2307 |
|
|---|
| 2308 | Parameter : Variable
|
|---|
| 2309 | Parameter type : s
|
|---|
| 2310 | Omittable : False
|
|---|
| 2311 |
|
|---|
| 2312 |
|
|---|
| 2313 |
|
|---|
| 2314 | Command /vis/modeling/trajectories/drawByOriginVolume-0/default/setAuxPtsColourRGBA
|
|---|
| 2315 | Guidance :
|
|---|
| 2316 | Set colour through red, green, blue and alpha components
|
|---|
| 2317 | Four inputs are expected.
|
|---|
| 2318 |
|
|---|
| 2319 | Parameter : Red component
|
|---|
| 2320 | Parameter type : d
|
|---|
| 2321 | Omittable : False
|
|---|
| 2322 |
|
|---|
| 2323 | Parameter : Green component
|
|---|
| 2324 | Parameter type : d
|
|---|
| 2325 | Omittable : False
|
|---|
| 2326 |
|
|---|
| 2327 | Parameter : Blue component
|
|---|
| 2328 | Parameter type : d
|
|---|
| 2329 | Omittable : False
|
|---|
| 2330 |
|
|---|
| 2331 | Parameter : Alpha component
|
|---|
| 2332 | Parameter type : d
|
|---|
| 2333 | Omittable : False
|
|---|
| 2334 |
|
|---|
| 2335 |
|
|---|
| 2336 |
|
|---|
| 2337 | Command /vis/modeling/trajectories/drawByOriginVolume-0/default/setAuxPtsSize
|
|---|
| 2338 | Guidance :
|
|---|
| 2339 | Set auxiliary points size command
|
|---|
| 2340 |
|
|---|
| 2341 | Parameter : Double
|
|---|
| 2342 | Parameter type : d
|
|---|
| 2343 | Omittable : False
|
|---|
| 2344 |
|
|---|
| 2345 |
|
|---|
| 2346 |
|
|---|
| 2347 | Command /vis/modeling/trajectories/drawByOriginVolume-0/default/setAuxPtsType
|
|---|
| 2348 | Guidance :
|
|---|
| 2349 | Set auxiliary points type.
|
|---|
| 2350 |
|
|---|
| 2351 | Parameter :
|
|---|
| 2352 | Parameter type : s
|
|---|
| 2353 | Omittable : False
|
|---|
| 2354 | Candidates : dots circles squares
|
|---|
| 2355 |
|
|---|
| 2356 |
|
|---|
| 2357 |
|
|---|
| 2358 | Command /vis/modeling/trajectories/drawByOriginVolume-0/default/setAuxPtsFillStyle
|
|---|
| 2359 | Guidance :
|
|---|
| 2360 | Set auxiliary fill style.
|
|---|
| 2361 |
|
|---|
| 2362 | Parameter :
|
|---|
| 2363 | Parameter type : s
|
|---|
| 2364 | Omittable : False
|
|---|
| 2365 | Candidates : noFill hashed filled
|
|---|
| 2366 |
|
|---|
| 2367 |
|
|---|
| 2368 |
|
|---|
| 2369 | Command /vis/modeling/trajectories/drawByOriginVolume-0/default/setTimeSliceInterval
|
|---|
| 2370 | Guidance :
|
|---|
| 2371 | Set time slice interval. Give unit, e.g., "0.1 ns"
|
|---|
| 2372 |
|
|---|
| 2373 | Parameter : DoubleAndUnit
|
|---|
| 2374 | Parameter type : d
|
|---|
| 2375 | Omittable : False
|
|---|
| 2376 |
|
|---|
| 2377 | Parameter : Unit
|
|---|
| 2378 | Parameter type : s
|
|---|
| 2379 | Omittable : False
|
|---|
| 2380 | Candidates : s ms mus ns ps second millisecond microsecond nanosecond picosecond
|
|---|
| 2381 |
|
|---|
| 2382 | Command directory path : /vis/modeling/trajectories/drawByAttribute-0/
|
|---|
| 2383 |
|
|---|
| 2384 |
|
|---|
| 2385 | Guidance :
|
|---|
| 2386 | Commands for drawByAttribute-0 model.
|
|---|
| 2387 |
|
|---|
| 2388 | Sub-directories :
|
|---|
| 2389 | /vis/modeling/trajectories/drawByAttribute-0/default/ Commands for default configuration
|
|---|
| 2390 | Commands :
|
|---|
| 2391 | verbose * Verbose command
|
|---|
| 2392 | setAttribute * Set command
|
|---|
| 2393 | addInterval * Add interval.
|
|---|
| 2394 | addValue * Add value.
|
|---|
| 2395 |
|
|---|
| 2396 |
|
|---|
| 2397 | Command /vis/modeling/trajectories/drawByAttribute-0/verbose
|
|---|
| 2398 |
|
|---|
| 2399 | Guidance :
|
|---|
| 2400 | Verbose command
|
|---|
| 2401 |
|
|---|
| 2402 | Parameter : Bool
|
|---|
| 2403 | Parameter type : b
|
|---|
| 2404 | Omittable : False
|
|---|
| 2405 |
|
|---|
| 2406 |
|
|---|
| 2407 |
|
|---|
| 2408 | Command /vis/modeling/trajectories/drawByAttribute-0/setAttribute
|
|---|
| 2409 | Guidance :
|
|---|
| 2410 | Set command
|
|---|
| 2411 |
|
|---|
| 2412 | Parameter :
|
|---|
| 2413 | Parameter type : s
|
|---|
| 2414 | Omittable : False
|
|---|
| 2415 |
|
|---|
| 2416 |
|
|---|
| 2417 |
|
|---|
| 2418 | Command /vis/modeling/trajectories/drawByAttribute-0/addInterval
|
|---|
| 2419 | Guidance :
|
|---|
| 2420 | Add interval.
|
|---|
| 2421 |
|
|---|
| 2422 | Parameter :
|
|---|
| 2423 | Parameter type : s
|
|---|
| 2424 | Omittable : False
|
|---|
| 2425 |
|
|---|
| 2426 |
|
|---|
| 2427 |
|
|---|
| 2428 | Command /vis/modeling/trajectories/drawByAttribute-0/addValue
|
|---|
| 2429 | Guidance :
|
|---|
| 2430 | Add value.
|
|---|
| 2431 |
|
|---|
| 2432 | Parameter :
|
|---|
| 2433 | Parameter type : s
|
|---|
| 2434 | Omittable : False
|
|---|
| 2435 |
|
|---|
| 2436 | Command directory path : /vis/modeling/trajectories/drawByAttribute-0/default/
|
|---|
| 2437 |
|
|---|
| 2438 |
|
|---|
| 2439 | Guidance :
|
|---|
| 2440 | Commands for default configuration
|
|---|
| 2441 |
|
|---|
| 2442 | Sub-directories :
|
|---|
| 2443 | Commands :
|
|---|
| 2444 | setDrawLine * Set draw line command
|
|---|
| 2445 | setLineVisible * Set line visibility command
|
|---|
| 2446 | setLineColour * Set colour through a string
|
|---|
| 2447 | setLineColourRGBA * Set colour through red, green, blue and alpha components
|
|---|
| 2448 | setDrawStepPts * Set draw step points command
|
|---|
| 2449 | setStepPtsVisible * Set step points visible command
|
|---|
| 2450 | setStepPtsColour * Set colour through a string
|
|---|
| 2451 | setStepPtsColourRGBA * Set colour through red, green, blue and alpha components
|
|---|
| 2452 | setStepPtsSize * Set step points size command
|
|---|
| 2453 | setStepPtsType * Set step points type.
|
|---|
| 2454 | setStepPtsFillStyle * Set step fill style type.
|
|---|
| 2455 | setDrawAuxPts * Set draw auxiliary points command
|
|---|
| 2456 | setAuxPtsVisible * Set auxiliary points visibility command
|
|---|
| 2457 | setAuxPtsColour * Set colour through a string
|
|---|
| 2458 | setAuxPtsColourRGBA * Set colour through red, green, blue and alpha components
|
|---|
| 2459 | setAuxPtsSize * Set auxiliary points size command
|
|---|
| 2460 | setAuxPtsType * Set auxiliary points type.
|
|---|
| 2461 | setAuxPtsFillStyle * Set auxiliary fill style.
|
|---|
| 2462 | setTimeSliceInterval * Set time slice interval. Give unit, e.g., "0.1 ns"
|
|---|
| 2463 |
|
|---|
| 2464 |
|
|---|
| 2465 | Command /vis/modeling/trajectories/drawByAttribute-0/default/setDrawLine
|
|---|
| 2466 | Guidance :
|
|---|
| 2467 | Set draw line command
|
|---|
| 2468 |
|
|---|
| 2469 | Parameter : Bool
|
|---|
| 2470 | Parameter type : b
|
|---|
| 2471 | Omittable : False
|
|---|
| 2472 |
|
|---|
| 2473 |
|
|---|
| 2474 |
|
|---|
| 2475 | Command /vis/modeling/trajectories/drawByAttribute-0/default/setLineVisible
|
|---|
| 2476 | Guidance :
|
|---|
| 2477 | Set line visibility command
|
|---|
| 2478 |
|
|---|
| 2479 | Parameter : Bool
|
|---|
| 2480 | Parameter type : b
|
|---|
| 2481 | Omittable : False
|
|---|
| 2482 |
|
|---|
| 2483 |
|
|---|
| 2484 |
|
|---|
| 2485 | Command /vis/modeling/trajectories/drawByAttribute-0/default/setLineColour
|
|---|
| 2486 | Guidance :
|
|---|
| 2487 | Set colour through a string
|
|---|
| 2488 |
|
|---|
| 2489 | Parameter : Variable
|
|---|
| 2490 | Parameter type : s
|
|---|
| 2491 | Omittable : False
|
|---|
| 2492 |
|
|---|
| 2493 |
|
|---|
| 2494 |
|
|---|
| 2495 | Command /vis/modeling/trajectories/drawByAttribute-0/default/setLineColourRGBA
|
|---|
| 2496 | Guidance :
|
|---|
| 2497 | Set colour through red, green, blue and alpha components
|
|---|
| 2498 | Four inputs are expected.
|
|---|
| 2499 |
|
|---|
| 2500 | Parameter : Red component
|
|---|
| 2501 | Parameter type : d
|
|---|
| 2502 | Omittable : False
|
|---|
| 2503 |
|
|---|
| 2504 | Parameter : Green component
|
|---|
| 2505 | Parameter type : d
|
|---|
| 2506 | Omittable : False
|
|---|
| 2507 |
|
|---|
| 2508 | Parameter : Blue component
|
|---|
| 2509 | Parameter type : d
|
|---|
| 2510 | Omittable : False
|
|---|
| 2511 |
|
|---|
| 2512 | Parameter : Alpha component
|
|---|
| 2513 | Parameter type : d
|
|---|
| 2514 | Omittable : False
|
|---|
| 2515 |
|
|---|
| 2516 |
|
|---|
| 2517 |
|
|---|
| 2518 | Command /vis/modeling/trajectories/drawByAttribute-0/default/setDrawStepPts
|
|---|
| 2519 | Guidance :
|
|---|
| 2520 | Set draw step points command
|
|---|
| 2521 |
|
|---|
| 2522 | Parameter : Bool
|
|---|
| 2523 | Parameter type : b
|
|---|
| 2524 | Omittable : False
|
|---|
| 2525 |
|
|---|
| 2526 |
|
|---|
| 2527 |
|
|---|
| 2528 | Command /vis/modeling/trajectories/drawByAttribute-0/default/setStepPtsVisible
|
|---|
| 2529 | Guidance :
|
|---|
| 2530 | Set step points visible command
|
|---|
| 2531 |
|
|---|
| 2532 | Parameter : Bool
|
|---|
| 2533 | Parameter type : b
|
|---|
| 2534 | Omittable : False
|
|---|
| 2535 |
|
|---|
| 2536 |
|
|---|
| 2537 |
|
|---|
| 2538 | Command /vis/modeling/trajectories/drawByAttribute-0/default/setStepPtsColour
|
|---|
| 2539 | Guidance :
|
|---|
| 2540 | Set colour through a string
|
|---|
| 2541 |
|
|---|
| 2542 | Parameter : Variable
|
|---|
| 2543 | Parameter type : s
|
|---|
| 2544 | Omittable : False
|
|---|
| 2545 |
|
|---|
| 2546 |
|
|---|
| 2547 |
|
|---|
| 2548 | Command /vis/modeling/trajectories/drawByAttribute-0/default/setStepPtsColourRGBA
|
|---|
| 2549 | Guidance :
|
|---|
| 2550 | Set colour through red, green, blue and alpha components
|
|---|
| 2551 | Four inputs are expected.
|
|---|
| 2552 |
|
|---|
| 2553 | Parameter : Red component
|
|---|
| 2554 | Parameter type : d
|
|---|
| 2555 | Omittable : False
|
|---|
| 2556 |
|
|---|
| 2557 | Parameter : Green component
|
|---|
| 2558 | Parameter type : d
|
|---|
| 2559 | Omittable : False
|
|---|
| 2560 |
|
|---|
| 2561 | Parameter : Blue component
|
|---|
| 2562 | Parameter type : d
|
|---|
| 2563 | Omittable : False
|
|---|
| 2564 |
|
|---|
| 2565 | Parameter : Alpha component
|
|---|
| 2566 | Parameter type : d
|
|---|
| 2567 | Omittable : False
|
|---|
| 2568 |
|
|---|
| 2569 |
|
|---|
| 2570 |
|
|---|
| 2571 | Command /vis/modeling/trajectories/drawByAttribute-0/default/setStepPtsSize
|
|---|
| 2572 | Guidance :
|
|---|
| 2573 | Set step points size command
|
|---|
| 2574 |
|
|---|
| 2575 | Parameter : Double
|
|---|
| 2576 | Parameter type : d
|
|---|
| 2577 | Omittable : False
|
|---|
| 2578 |
|
|---|
| 2579 |
|
|---|
| 2580 |
|
|---|
| 2581 | Command /vis/modeling/trajectories/drawByAttribute-0/default/setStepPtsType
|
|---|
| 2582 | Guidance :
|
|---|
| 2583 | Set step points type.
|
|---|
| 2584 |
|
|---|
| 2585 | Parameter :
|
|---|
| 2586 | Parameter type : s
|
|---|
| 2587 | Omittable : False
|
|---|
| 2588 | Candidates : dots circles squares
|
|---|
| 2589 |
|
|---|
| 2590 |
|
|---|
| 2591 |
|
|---|
| 2592 | Command /vis/modeling/trajectories/drawByAttribute-0/default/setStepPtsFillStyle
|
|---|
| 2593 | Guidance :
|
|---|
| 2594 | Set step fill style type.
|
|---|
| 2595 |
|
|---|
| 2596 | Parameter :
|
|---|
| 2597 | Parameter type : s
|
|---|
| 2598 | Omittable : False
|
|---|
| 2599 | Candidates : noFill hashed filled
|
|---|
| 2600 |
|
|---|
| 2601 |
|
|---|
| 2602 |
|
|---|
| 2603 | Command /vis/modeling/trajectories/drawByAttribute-0/default/setDrawAuxPts
|
|---|
| 2604 | Guidance :
|
|---|
| 2605 | Set draw auxiliary points command
|
|---|
| 2606 |
|
|---|
| 2607 | Parameter : Bool
|
|---|
| 2608 | Parameter type : b
|
|---|
| 2609 | Omittable : False
|
|---|
| 2610 |
|
|---|
| 2611 |
|
|---|
| 2612 |
|
|---|
| 2613 | Command /vis/modeling/trajectories/drawByAttribute-0/default/setAuxPtsVisible
|
|---|
| 2614 | Guidance :
|
|---|
| 2615 | Set auxiliary points visibility command
|
|---|
| 2616 |
|
|---|
| 2617 | Parameter : Bool
|
|---|
| 2618 | Parameter type : b
|
|---|
| 2619 | Omittable : False
|
|---|
| 2620 |
|
|---|
| 2621 |
|
|---|
| 2622 |
|
|---|
| 2623 | Command /vis/modeling/trajectories/drawByAttribute-0/default/setAuxPtsColour
|
|---|
| 2624 | Guidance :
|
|---|
| 2625 | Set colour through a string
|
|---|
| 2626 |
|
|---|
| 2627 | Parameter : Variable
|
|---|
| 2628 | Parameter type : s
|
|---|
| 2629 | Omittable : False
|
|---|
| 2630 |
|
|---|
| 2631 |
|
|---|
| 2632 |
|
|---|
| 2633 | Command /vis/modeling/trajectories/drawByAttribute-0/default/setAuxPtsColourRGBA
|
|---|
| 2634 | Guidance :
|
|---|
| 2635 | Set colour through red, green, blue and alpha components
|
|---|
| 2636 | Four inputs are expected.
|
|---|
| 2637 |
|
|---|
| 2638 | Parameter : Red component
|
|---|
| 2639 | Parameter type : d
|
|---|
| 2640 | Omittable : False
|
|---|
| 2641 |
|
|---|
| 2642 | Parameter : Green component
|
|---|
| 2643 | Parameter type : d
|
|---|
| 2644 | Omittable : False
|
|---|
| 2645 |
|
|---|
| 2646 | Parameter : Blue component
|
|---|
| 2647 | Parameter type : d
|
|---|
| 2648 | Omittable : False
|
|---|
| 2649 |
|
|---|
| 2650 | Parameter : Alpha component
|
|---|
| 2651 | Parameter type : d
|
|---|
| 2652 | Omittable : False
|
|---|
| 2653 |
|
|---|
| 2654 |
|
|---|
| 2655 |
|
|---|
| 2656 | Command /vis/modeling/trajectories/drawByAttribute-0/default/setAuxPtsSize
|
|---|
| 2657 | Guidance :
|
|---|
| 2658 | Set auxiliary points size command
|
|---|
| 2659 |
|
|---|
| 2660 | Parameter : Double
|
|---|
| 2661 | Parameter type : d
|
|---|
| 2662 | Omittable : False
|
|---|
| 2663 |
|
|---|
| 2664 |
|
|---|
| 2665 |
|
|---|
| 2666 | Command /vis/modeling/trajectories/drawByAttribute-0/default/setAuxPtsType
|
|---|
| 2667 | Guidance :
|
|---|
| 2668 | Set auxiliary points type.
|
|---|
| 2669 |
|
|---|
| 2670 | Parameter :
|
|---|
| 2671 | Parameter type : s
|
|---|
| 2672 | Omittable : False
|
|---|
| 2673 | Candidates : dots circles squares
|
|---|
| 2674 |
|
|---|
| 2675 |
|
|---|
| 2676 |
|
|---|
| 2677 | Command /vis/modeling/trajectories/drawByAttribute-0/default/setAuxPtsFillStyle
|
|---|
| 2678 | Guidance :
|
|---|
| 2679 | Set auxiliary fill style.
|
|---|
| 2680 |
|
|---|
| 2681 | Parameter :
|
|---|
| 2682 | Parameter type : s
|
|---|
| 2683 | Omittable : False
|
|---|
| 2684 | Candidates : noFill hashed filled
|
|---|
| 2685 |
|
|---|
| 2686 |
|
|---|
| 2687 |
|
|---|
| 2688 | Command /vis/modeling/trajectories/drawByAttribute-0/default/setTimeSliceInterval
|
|---|
| 2689 | Guidance :
|
|---|
| 2690 | Set time slice interval. Give unit, e.g., "0.1 ns"
|
|---|
| 2691 |
|
|---|
| 2692 | Parameter : DoubleAndUnit
|
|---|
| 2693 | Parameter type : d
|
|---|
| 2694 | Omittable : False
|
|---|
| 2695 |
|
|---|
| 2696 | Parameter : Unit
|
|---|
| 2697 | Parameter type : s
|
|---|
| 2698 | Omittable : False
|
|---|
| 2699 | Candidates : s ms mus ns ps second millisecond microsecond nanosecond picosecond
|
|---|
| 2700 |
|
|---|
| 2701 | Command directory path : /vis/filtering/
|
|---|
| 2702 |
|
|---|
| 2703 |
|
|---|
| 2704 | Guidance :
|
|---|
| 2705 | Filtering commands.
|
|---|
| 2706 |
|
|---|
| 2707 | Sub-directories :
|
|---|
| 2708 | /vis/filtering/trajectories/ Trajectory filtering commands.
|
|---|
| 2709 | /vis/filtering/hits/ Hit filtering commands.
|
|---|
| 2710 | Commands :
|
|---|
| 2711 | Command directory path : /vis/filtering/trajectories/
|
|---|
| 2712 |
|
|---|
| 2713 |
|
|---|
| 2714 | Guidance :
|
|---|
| 2715 | Trajectory filtering commands.
|
|---|
| 2716 |
|
|---|
| 2717 | Sub-directories :
|
|---|
| 2718 | /vis/filtering/trajectories/create/ Create trajectory filters and messengers.
|
|---|
| 2719 | /vis/filtering/trajectories/chargeFilter-0/ Commands for chargeFilter-0 model.
|
|---|
| 2720 | /vis/filtering/trajectories/particleFilter-0/ Commands for particleFilter-0 model.
|
|---|
| 2721 | /vis/filtering/trajectories/originVolumeFilter-0/ Commands for originVolumeFilter-0 model.
|
|---|
| 2722 | /vis/filtering/trajectories/attributeFilter-0/ Commands for attributeFilter-0 model.
|
|---|
| 2723 | Commands :
|
|---|
| 2724 | list * List objects registered with list manager
|
|---|
| 2725 | mode * Set mode of operation
|
|---|
| 2726 |
|
|---|
| 2727 |
|
|---|
| 2728 | Command /vis/filtering/trajectories/list
|
|---|
| 2729 | Guidance :
|
|---|
| 2730 | List objects registered with list manager
|
|---|
| 2731 |
|
|---|
| 2732 | Parameter : name
|
|---|
| 2733 | Parameter type : s
|
|---|
| 2734 | Omittable : True
|
|---|
| 2735 |
|
|---|
| 2736 |
|
|---|
| 2737 |
|
|---|
| 2738 | Command /vis/filtering/trajectories/mode
|
|---|
| 2739 | Guidance :
|
|---|
| 2740 | Set mode of operation
|
|---|
| 2741 |
|
|---|
| 2742 | Parameter : mode
|
|---|
| 2743 | Parameter type : s
|
|---|
| 2744 | Omittable : False
|
|---|
| 2745 | Candidates : soft hard
|
|---|
| 2746 |
|
|---|
| 2747 | Command directory path : /vis/filtering/trajectories/create/
|
|---|
| 2748 |
|
|---|
| 2749 |
|
|---|
| 2750 | Guidance :
|
|---|
| 2751 | Create trajectory filters and messengers.
|
|---|
| 2752 |
|
|---|
| 2753 | Sub-directories :
|
|---|
| 2754 | Commands :
|
|---|
| 2755 | chargeFilter * Create a chargeFilter model and associated messengers.
|
|---|
| 2756 | particleFilter * Create a particleFilter model and associated messengers.
|
|---|
| 2757 | originVolumeFilter * Create a originVolumeFilter model and associated messengers.
|
|---|
| 2758 | attributeFilter * Create a attributeFilter model and associated messengers.
|
|---|
| 2759 |
|
|---|
| 2760 |
|
|---|
| 2761 | Command /vis/filtering/trajectories/create/chargeFilter
|
|---|
| 2762 | Guidance :
|
|---|
| 2763 | Create a chargeFilter model and associated messengers.
|
|---|
| 2764 | Generated model becomes current.
|
|---|
| 2765 |
|
|---|
| 2766 | Parameter : model-name
|
|---|
| 2767 | Parameter type : s
|
|---|
| 2768 | Omittable : True
|
|---|
| 2769 |
|
|---|
| 2770 |
|
|---|
| 2771 |
|
|---|
| 2772 | Command /vis/filtering/trajectories/create/particleFilter
|
|---|
| 2773 | Guidance :
|
|---|
| 2774 | Create a particleFilter model and associated messengers.
|
|---|
| 2775 | Generated model becomes current.
|
|---|
| 2776 |
|
|---|
| 2777 | Parameter : model-name
|
|---|
| 2778 | Parameter type : s
|
|---|
| 2779 | Omittable : True
|
|---|
| 2780 |
|
|---|
| 2781 |
|
|---|
| 2782 |
|
|---|
| 2783 | Command /vis/filtering/trajectories/create/originVolumeFilter
|
|---|
| 2784 | Guidance :
|
|---|
| 2785 | Create a originVolumeFilter model and associated messengers.
|
|---|
| 2786 | Generated model becomes current.
|
|---|
| 2787 |
|
|---|
| 2788 | Parameter : model-name
|
|---|
| 2789 | Parameter type : s
|
|---|
| 2790 | Omittable : True
|
|---|
| 2791 |
|
|---|
| 2792 |
|
|---|
| 2793 |
|
|---|
| 2794 | Command /vis/filtering/trajectories/create/attributeFilter
|
|---|
| 2795 | Guidance :
|
|---|
| 2796 | Create a attributeFilter model and associated messengers.
|
|---|
| 2797 | Generated model becomes current.
|
|---|
| 2798 |
|
|---|
| 2799 | Parameter : model-name
|
|---|
| 2800 | Parameter type : s
|
|---|
| 2801 | Omittable : True
|
|---|
| 2802 |
|
|---|
| 2803 | Command directory path : /vis/filtering/trajectories/chargeFilter-0/
|
|---|
| 2804 |
|
|---|
| 2805 |
|
|---|
| 2806 | Guidance :
|
|---|
| 2807 | Commands for chargeFilter-0 model.
|
|---|
| 2808 |
|
|---|
| 2809 | Sub-directories :
|
|---|
| 2810 | Commands :
|
|---|
| 2811 | add * Add command
|
|---|
| 2812 | invert * Invert command
|
|---|
| 2813 | active * Active command
|
|---|
| 2814 | verbose * Verbose command
|
|---|
| 2815 | reset * Reset command
|
|---|
| 2816 |
|
|---|
| 2817 |
|
|---|
| 2818 | Command /vis/filtering/trajectories/chargeFilter-0/add
|
|---|
| 2819 | Guidance :
|
|---|
| 2820 | Add command
|
|---|
| 2821 |
|
|---|
| 2822 | Parameter :
|
|---|
| 2823 | Parameter type : s
|
|---|
| 2824 | Omittable : False
|
|---|
| 2825 |
|
|---|
| 2826 |
|
|---|
| 2827 |
|
|---|
| 2828 | Command /vis/filtering/trajectories/chargeFilter-0/invert
|
|---|
| 2829 | Guidance :
|
|---|
| 2830 | Invert command
|
|---|
| 2831 |
|
|---|
| 2832 | Parameter : Bool
|
|---|
| 2833 | Parameter type : b
|
|---|
| 2834 | Omittable : False
|
|---|
| 2835 |
|
|---|
| 2836 |
|
|---|
| 2837 |
|
|---|
| 2838 | Command /vis/filtering/trajectories/chargeFilter-0/active
|
|---|
| 2839 | Guidance :
|
|---|
| 2840 | Active command
|
|---|
| 2841 |
|
|---|
| 2842 | Parameter : Bool
|
|---|
| 2843 | Parameter type : b
|
|---|
| 2844 | Omittable : False
|
|---|
| 2845 |
|
|---|
| 2846 |
|
|---|
| 2847 |
|
|---|
| 2848 | Command /vis/filtering/trajectories/chargeFilter-0/verbose
|
|---|
| 2849 | Guidance :
|
|---|
| 2850 | Verbose command
|
|---|
| 2851 |
|
|---|
| 2852 | Parameter : Bool
|
|---|
| 2853 | Parameter type : b
|
|---|
| 2854 | Omittable : False
|
|---|
| 2855 |
|
|---|
| 2856 |
|
|---|
| 2857 |
|
|---|
| 2858 | Command /vis/filtering/trajectories/chargeFilter-0/reset
|
|---|
| 2859 | Guidance :
|
|---|
| 2860 | Reset command
|
|---|
| 2861 |
|
|---|
| 2862 | Command directory path : /vis/filtering/trajectories/particleFilter-0/
|
|---|
| 2863 |
|
|---|
| 2864 |
|
|---|
| 2865 | Guidance :
|
|---|
| 2866 | Commands for particleFilter-0 model.
|
|---|
| 2867 |
|
|---|
| 2868 | Sub-directories :
|
|---|
| 2869 | Commands :
|
|---|
| 2870 | add * Add command
|
|---|
| 2871 | invert * Invert command
|
|---|
| 2872 | active * Active command
|
|---|
| 2873 | verbose * Verbose command
|
|---|
| 2874 | reset * Reset command
|
|---|
| 2875 |
|
|---|
| 2876 |
|
|---|
| 2877 | Command /vis/filtering/trajectories/particleFilter-0/add
|
|---|
| 2878 | Guidance :
|
|---|
| 2879 | Add command
|
|---|
| 2880 |
|
|---|
| 2881 | Parameter :
|
|---|
| 2882 | Parameter type : s
|
|---|
| 2883 | Omittable : False
|
|---|
| 2884 |
|
|---|
| 2885 |
|
|---|
| 2886 |
|
|---|
| 2887 | Command /vis/filtering/trajectories/particleFilter-0/invert
|
|---|
| 2888 | Guidance :
|
|---|
| 2889 | Invert command
|
|---|
| 2890 |
|
|---|
| 2891 | Parameter : Bool
|
|---|
| 2892 | Parameter type : b
|
|---|
| 2893 | Omittable : False
|
|---|
| 2894 |
|
|---|
| 2895 |
|
|---|
| 2896 |
|
|---|
| 2897 | Command /vis/filtering/trajectories/particleFilter-0/active
|
|---|
| 2898 | Guidance :
|
|---|
| 2899 | Active command
|
|---|
| 2900 |
|
|---|
| 2901 | Parameter : Bool
|
|---|
| 2902 | Parameter type : b
|
|---|
| 2903 | Omittable : False
|
|---|
| 2904 |
|
|---|
| 2905 |
|
|---|
| 2906 |
|
|---|
| 2907 | Command /vis/filtering/trajectories/particleFilter-0/verbose
|
|---|
| 2908 | Guidance :
|
|---|
| 2909 | Verbose command
|
|---|
| 2910 |
|
|---|
| 2911 | Parameter : Bool
|
|---|
| 2912 | Parameter type : b
|
|---|
| 2913 | Omittable : False
|
|---|
| 2914 |
|
|---|
| 2915 |
|
|---|
| 2916 |
|
|---|
| 2917 | Command /vis/filtering/trajectories/particleFilter-0/reset
|
|---|
| 2918 | Guidance :
|
|---|
| 2919 | Reset command
|
|---|
| 2920 |
|
|---|
| 2921 | Command directory path : /vis/filtering/trajectories/originVolumeFilter-0/
|
|---|
| 2922 |
|
|---|
| 2923 |
|
|---|
| 2924 | Guidance :
|
|---|
| 2925 | Commands for originVolumeFilter-0 model.
|
|---|
| 2926 |
|
|---|
| 2927 | Sub-directories :
|
|---|
| 2928 | Commands :
|
|---|
| 2929 | add * Add command
|
|---|
| 2930 | invert * Invert command
|
|---|
| 2931 | active * Active command
|
|---|
| 2932 | verbose * Verbose command
|
|---|
| 2933 | reset * Reset command
|
|---|
| 2934 |
|
|---|
| 2935 |
|
|---|
| 2936 | Command /vis/filtering/trajectories/originVolumeFilter-0/add
|
|---|
| 2937 | Guidance :
|
|---|
| 2938 | Add command
|
|---|
| 2939 |
|
|---|
| 2940 | Parameter :
|
|---|
| 2941 | Parameter type : s
|
|---|
| 2942 | Omittable : False
|
|---|
| 2943 |
|
|---|
| 2944 |
|
|---|
| 2945 |
|
|---|
| 2946 | Command /vis/filtering/trajectories/originVolumeFilter-0/invert
|
|---|
| 2947 | Guidance :
|
|---|
| 2948 | Invert command
|
|---|
| 2949 |
|
|---|
| 2950 | Parameter : Bool
|
|---|
| 2951 | Parameter type : b
|
|---|
| 2952 | Omittable : False
|
|---|
| 2953 |
|
|---|
| 2954 |
|
|---|
| 2955 |
|
|---|
| 2956 | Command /vis/filtering/trajectories/originVolumeFilter-0/active
|
|---|
| 2957 | Guidance :
|
|---|
| 2958 | Active command
|
|---|
| 2959 |
|
|---|
| 2960 | Parameter : Bool
|
|---|
| 2961 | Parameter type : b
|
|---|
| 2962 | Omittable : False
|
|---|
| 2963 |
|
|---|
| 2964 |
|
|---|
| 2965 |
|
|---|
| 2966 | Command /vis/filtering/trajectories/originVolumeFilter-0/verbose
|
|---|
| 2967 | Guidance :
|
|---|
| 2968 | Verbose command
|
|---|
| 2969 |
|
|---|
| 2970 | Parameter : Bool
|
|---|
| 2971 | Parameter type : b
|
|---|
| 2972 | Omittable : False
|
|---|
| 2973 |
|
|---|
| 2974 |
|
|---|
| 2975 |
|
|---|
| 2976 | Command /vis/filtering/trajectories/originVolumeFilter-0/reset
|
|---|
| 2977 | Guidance :
|
|---|
| 2978 | Reset command
|
|---|
| 2979 |
|
|---|
| 2980 | Command directory path : /vis/filtering/trajectories/attributeFilter-0/
|
|---|
| 2981 |
|
|---|
| 2982 |
|
|---|
| 2983 | Guidance :
|
|---|
| 2984 | Commands for attributeFilter-0 model.
|
|---|
| 2985 |
|
|---|
| 2986 | Sub-directories :
|
|---|
| 2987 | Commands :
|
|---|
| 2988 | setAttribute * Set command
|
|---|
| 2989 | invert * Invert command
|
|---|
| 2990 | active * Active command
|
|---|
| 2991 | verbose * Verbose command
|
|---|
| 2992 | reset * Reset command
|
|---|
| 2993 | addInterval * Set interval.
|
|---|
| 2994 | addValue * Set value.
|
|---|
| 2995 |
|
|---|
| 2996 |
|
|---|
| 2997 | Command /vis/filtering/trajectories/attributeFilter-0/setAttribute
|
|---|
| 2998 | Guidance :
|
|---|
| 2999 | Set command
|
|---|
| 3000 |
|
|---|
| 3001 | Parameter :
|
|---|
| 3002 | Parameter type : s
|
|---|
| 3003 | Omittable : False
|
|---|
| 3004 |
|
|---|
| 3005 |
|
|---|
| 3006 |
|
|---|
| 3007 | Command /vis/filtering/trajectories/attributeFilter-0/invert
|
|---|
| 3008 | Guidance :
|
|---|
| 3009 | Invert command
|
|---|
| 3010 |
|
|---|
| 3011 | Parameter : Bool
|
|---|
| 3012 | Parameter type : b
|
|---|
| 3013 | Omittable : False
|
|---|
| 3014 |
|
|---|
| 3015 |
|
|---|
| 3016 |
|
|---|
| 3017 | Command /vis/filtering/trajectories/attributeFilter-0/active
|
|---|
| 3018 | Guidance :
|
|---|
| 3019 | Active command
|
|---|
| 3020 |
|
|---|
| 3021 | Parameter : Bool
|
|---|
| 3022 | Parameter type : b
|
|---|
| 3023 | Omittable : False
|
|---|
| 3024 |
|
|---|
| 3025 |
|
|---|
| 3026 |
|
|---|
| 3027 | Command /vis/filtering/trajectories/attributeFilter-0/verbose
|
|---|
| 3028 | Guidance :
|
|---|
| 3029 | Verbose command
|
|---|
| 3030 |
|
|---|
| 3031 | Parameter : Bool
|
|---|
| 3032 | Parameter type : b
|
|---|
| 3033 | Omittable : False
|
|---|
| 3034 |
|
|---|
| 3035 |
|
|---|
| 3036 |
|
|---|
| 3037 | Command /vis/filtering/trajectories/attributeFilter-0/reset
|
|---|
| 3038 | Guidance :
|
|---|
| 3039 | Reset command
|
|---|
| 3040 |
|
|---|
| 3041 |
|
|---|
| 3042 |
|
|---|
| 3043 | Command /vis/filtering/trajectories/attributeFilter-0/addInterval
|
|---|
| 3044 | Guidance :
|
|---|
| 3045 | Set interval.
|
|---|
| 3046 |
|
|---|
| 3047 | Parameter :
|
|---|
| 3048 | Parameter type : s
|
|---|
| 3049 | Omittable : False
|
|---|
| 3050 |
|
|---|
| 3051 |
|
|---|
| 3052 |
|
|---|
| 3053 | Command /vis/filtering/trajectories/attributeFilter-0/addValue
|
|---|
| 3054 | Guidance :
|
|---|
| 3055 | Set value.
|
|---|
| 3056 |
|
|---|
| 3057 | Parameter :
|
|---|
| 3058 | Parameter type : s
|
|---|
| 3059 | Omittable : False
|
|---|
| 3060 |
|
|---|
| 3061 | Command directory path : /vis/filtering/hits/
|
|---|
| 3062 |
|
|---|
| 3063 |
|
|---|
| 3064 | Guidance :
|
|---|
| 3065 | Hit filtering commands.
|
|---|
| 3066 |
|
|---|
| 3067 | Sub-directories :
|
|---|
| 3068 | /vis/filtering/hits/create/ Create hit filters and messengers.
|
|---|
| 3069 | /vis/filtering/hits/attributeFilter-0/ Commands for attributeFilter-0 model.
|
|---|
| 3070 | Commands :
|
|---|
| 3071 | list * List objects registered with list manager
|
|---|
| 3072 | mode * Set mode of operation
|
|---|
| 3073 |
|
|---|
| 3074 |
|
|---|
| 3075 | Command /vis/filtering/hits/list
|
|---|
| 3076 | Guidance :
|
|---|
| 3077 | List objects registered with list manager
|
|---|
| 3078 |
|
|---|
| 3079 | Parameter : name
|
|---|
| 3080 | Parameter type : s
|
|---|
| 3081 | Omittable : True
|
|---|
| 3082 |
|
|---|
| 3083 |
|
|---|
| 3084 |
|
|---|
| 3085 | Command /vis/filtering/hits/mode
|
|---|
| 3086 | Guidance :
|
|---|
| 3087 | Set mode of operation
|
|---|
| 3088 |
|
|---|
| 3089 | Parameter : mode
|
|---|
| 3090 | Parameter type : s
|
|---|
| 3091 | Omittable : False
|
|---|
| 3092 | Candidates : soft hard
|
|---|
| 3093 |
|
|---|
| 3094 | Command directory path : /vis/filtering/hits/create/
|
|---|
| 3095 |
|
|---|
| 3096 |
|
|---|
| 3097 | Guidance :
|
|---|
| 3098 | Create hit filters and messengers.
|
|---|
| 3099 |
|
|---|
| 3100 | Sub-directories :
|
|---|
| 3101 | Commands :
|
|---|
| 3102 | attributeFilter * Create a attributeFilter model and associated messengers.
|
|---|
| 3103 |
|
|---|
| 3104 |
|
|---|
| 3105 | Command /vis/filtering/hits/create/attributeFilter
|
|---|
| 3106 | Guidance :
|
|---|
| 3107 | Create a attributeFilter model and associated messengers.
|
|---|
| 3108 | Generated model becomes current.
|
|---|
| 3109 |
|
|---|
| 3110 | Parameter : model-name
|
|---|
| 3111 | Parameter type : s
|
|---|
| 3112 | Omittable : True
|
|---|
| 3113 |
|
|---|
| 3114 | Command directory path : /vis/filtering/hits/attributeFilter-0/
|
|---|
| 3115 |
|
|---|
| 3116 |
|
|---|
| 3117 | Guidance :
|
|---|
| 3118 | Commands for attributeFilter-0 model.
|
|---|
| 3119 |
|
|---|
| 3120 | Sub-directories :
|
|---|
| 3121 | Commands :
|
|---|
| 3122 | setAttribute * Set command
|
|---|
| 3123 | invert * Invert command
|
|---|
| 3124 | active * Active command
|
|---|
| 3125 | verbose * Verbose command
|
|---|
| 3126 | reset * Reset command
|
|---|
| 3127 | addInterval * Set interval.
|
|---|
| 3128 | addValue * Set value.
|
|---|
| 3129 |
|
|---|
| 3130 |
|
|---|
| 3131 | Command /vis/filtering/hits/attributeFilter-0/setAttribute
|
|---|
| 3132 | Guidance :
|
|---|
| 3133 | Set command
|
|---|
| 3134 |
|
|---|
| 3135 | Parameter :
|
|---|
| 3136 | Parameter type : s
|
|---|
| 3137 | Omittable : False
|
|---|
| 3138 |
|
|---|
| 3139 |
|
|---|
| 3140 |
|
|---|
| 3141 | Command /vis/filtering/hits/attributeFilter-0/invert
|
|---|
| 3142 | Guidance :
|
|---|
| 3143 | Invert command
|
|---|
| 3144 |
|
|---|
| 3145 | Parameter : Bool
|
|---|
| 3146 | Parameter type : b
|
|---|
| 3147 | Omittable : False
|
|---|
| 3148 |
|
|---|
| 3149 |
|
|---|
| 3150 |
|
|---|
| 3151 | Command /vis/filtering/hits/attributeFilter-0/active
|
|---|
| 3152 | Guidance :
|
|---|
| 3153 | Active command
|
|---|
| 3154 |
|
|---|
| 3155 | Parameter : Bool
|
|---|
| 3156 | Parameter type : b
|
|---|
| 3157 | Omittable : False
|
|---|
| 3158 |
|
|---|
| 3159 |
|
|---|
| 3160 |
|
|---|
| 3161 | Command /vis/filtering/hits/attributeFilter-0/verbose
|
|---|
| 3162 | Guidance :
|
|---|
| 3163 | Verbose command
|
|---|
| 3164 |
|
|---|
| 3165 | Parameter : Bool
|
|---|
| 3166 | Parameter type : b
|
|---|
| 3167 | Omittable : False
|
|---|
| 3168 |
|
|---|
| 3169 |
|
|---|
| 3170 |
|
|---|
| 3171 | Command /vis/filtering/hits/attributeFilter-0/reset
|
|---|
| 3172 | Guidance :
|
|---|
| 3173 | Reset command
|
|---|
| 3174 |
|
|---|
| 3175 |
|
|---|
| 3176 |
|
|---|
| 3177 | Command /vis/filtering/hits/attributeFilter-0/addInterval
|
|---|
| 3178 | Guidance :
|
|---|
| 3179 | Set interval.
|
|---|
| 3180 |
|
|---|
| 3181 | Parameter :
|
|---|
| 3182 | Parameter type : s
|
|---|
| 3183 | Omittable : False
|
|---|
| 3184 |
|
|---|
| 3185 |
|
|---|
| 3186 |
|
|---|
| 3187 | Command /vis/filtering/hits/attributeFilter-0/addValue
|
|---|
| 3188 | Guidance :
|
|---|
| 3189 | Set value.
|
|---|
| 3190 |
|
|---|
| 3191 | Parameter :
|
|---|
| 3192 | Parameter type : s
|
|---|
| 3193 | Omittable : False
|
|---|
| 3194 |
|
|---|
| 3195 | Command directory path : /vis/geometry/
|
|---|
| 3196 |
|
|---|
| 3197 |
|
|---|
| 3198 | Guidance :
|
|---|
| 3199 | Operations on vis attributes of Geant4 geometry.
|
|---|
| 3200 |
|
|---|
| 3201 | Sub-directories :
|
|---|
| 3202 | /vis/geometry/set/ Set vis attributes of Geant4 geometry.
|
|---|
| 3203 | Commands :
|
|---|
| 3204 | list * Lists vis attributes of logical volume(s).
|
|---|
| 3205 | restore * Restores vis attributes of logical volume(s).
|
|---|
| 3206 |
|
|---|
| 3207 |
|
|---|
| 3208 | Command /vis/geometry/list
|
|---|
| 3209 | Guidance :
|
|---|
| 3210 | Lists vis attributes of logical volume(s).
|
|---|
| 3211 | "all" lists all logical volumes.
|
|---|
| 3212 |
|
|---|
| 3213 | Parameter : logical-volume-name
|
|---|
| 3214 | Parameter type : s
|
|---|
| 3215 | Omittable : True
|
|---|
| 3216 | Default value : all
|
|---|
| 3217 |
|
|---|
| 3218 |
|
|---|
| 3219 |
|
|---|
| 3220 | Command /vis/geometry/restore
|
|---|
| 3221 | Guidance :
|
|---|
| 3222 | Restores vis attributes of logical volume(s).
|
|---|
| 3223 |
|
|---|
| 3224 | Parameter : logical-volume-name
|
|---|
| 3225 | Parameter type : s
|
|---|
| 3226 | Omittable : True
|
|---|
| 3227 | Default value : all
|
|---|
| 3228 |
|
|---|
| 3229 | Command directory path : /vis/geometry/set/
|
|---|
| 3230 |
|
|---|
| 3231 |
|
|---|
| 3232 | Guidance :
|
|---|
| 3233 | Set vis attributes of Geant4 geometry.
|
|---|
| 3234 |
|
|---|
| 3235 | Sub-directories :
|
|---|
| 3236 | Commands :
|
|---|
| 3237 | colour * Sets colour of logical volume(s).
|
|---|
| 3238 | daughtersInvisible * Sets daughters of logical volume(s) invisible.
|
|---|
| 3239 | lineStyle * Sets line style of logical volume(s) drawing.
|
|---|
| 3240 | lineWidth * Sets line width of logical volume(s) drawing.
|
|---|
| 3241 | forceAuxEdgeVisible * Sets auxiliary (soft) edges of logical volume(s) drawing visible.
|
|---|
| 3242 | forceSolid * Sets logical volume(s) drawing always to be as solid (surface drawing).
|
|---|
| 3243 | forceWireframe * Sets logical volume(s) drawing always to be as wireframe.
|
|---|
| 3244 | visibility * Sets visibility of logical volume(s).
|
|---|
| 3245 |
|
|---|
| 3246 |
|
|---|
| 3247 | Command /vis/geometry/set/colour
|
|---|
| 3248 | Guidance :
|
|---|
| 3249 | Sets colour of logical volume(s).
|
|---|
| 3250 | "all" sets all logical volumes.
|
|---|
| 3251 | Optionally propagates down hierarchy to given depth.
|
|---|
| 3252 |
|
|---|
| 3253 | Parameter : logical-volume-name
|
|---|
| 3254 | Parameter type : s
|
|---|
| 3255 | Omittable : True
|
|---|
| 3256 | Default value : all
|
|---|
| 3257 |
|
|---|
| 3258 | Parameter : depth
|
|---|
| 3259 | Depth of propagation (-1 means unlimited depth).
|
|---|
| 3260 | Parameter type : d
|
|---|
| 3261 | Omittable : True
|
|---|
| 3262 | Default value : 0
|
|---|
| 3263 |
|
|---|
| 3264 | Parameter : red
|
|---|
| 3265 | Red component or a string, e.g., "blue", in which case succeeding colour components are ignored.
|
|---|
| 3266 | Parameter type : s
|
|---|
| 3267 | Omittable : True
|
|---|
| 3268 | Default value : 1.
|
|---|
| 3269 |
|
|---|
| 3270 | Parameter : green
|
|---|
| 3271 | Parameter type : d
|
|---|
| 3272 | Omittable : True
|
|---|
| 3273 | Default value : 1
|
|---|
| 3274 |
|
|---|
| 3275 | Parameter : blue
|
|---|
| 3276 | Parameter type : d
|
|---|
| 3277 | Omittable : True
|
|---|
| 3278 | Default value : 1
|
|---|
| 3279 |
|
|---|
| 3280 | Parameter : opacity
|
|---|
| 3281 | Parameter type : d
|
|---|
| 3282 | Omittable : True
|
|---|
| 3283 | Default value : 1
|
|---|
| 3284 |
|
|---|
| 3285 |
|
|---|
| 3286 |
|
|---|
| 3287 | Command /vis/geometry/set/daughtersInvisible
|
|---|
| 3288 | Guidance :
|
|---|
| 3289 | Sets daughters of logical volume(s) invisible.
|
|---|
| 3290 | "all" sets all logical volumes.
|
|---|
| 3291 | Optionally propagates down hierarchy to given depth.
|
|---|
| 3292 |
|
|---|
| 3293 | Parameter : logical-volume-name
|
|---|
| 3294 | Parameter type : s
|
|---|
| 3295 | Omittable : True
|
|---|
| 3296 | Default value : all
|
|---|
| 3297 |
|
|---|
| 3298 | Parameter : depth
|
|---|
| 3299 | Depth of propagation (-1 means unlimited depth).
|
|---|
| 3300 | Parameter type : d
|
|---|
| 3301 | Omittable : True
|
|---|
| 3302 | Default value : 0
|
|---|
| 3303 |
|
|---|
| 3304 | Parameter : daughtersInvisible
|
|---|
| 3305 | Parameter type : b
|
|---|
| 3306 | Omittable : True
|
|---|
| 3307 | Default value : 0
|
|---|
| 3308 |
|
|---|
| 3309 |
|
|---|
| 3310 |
|
|---|
| 3311 |
|
|---|
| 3312 | Command /vis/geometry/set/lineStyle
|
|---|
| 3313 | Guidance :
|
|---|
| 3314 | Sets line style of logical volume(s) drawing.
|
|---|
| 3315 | "all" sets all logical volumes.
|
|---|
| 3316 | Optionally propagates down hierarchy to given depth.
|
|---|
| 3317 |
|
|---|
| 3318 | Parameter : logical-volume-name
|
|---|
| 3319 | Parameter type : s
|
|---|
| 3320 | Omittable : True
|
|---|
| 3321 | Default value : all
|
|---|
| 3322 |
|
|---|
| 3323 | Parameter : depth
|
|---|
| 3324 | Depth of propagation (-1 means unlimited depth).
|
|---|
| 3325 | Parameter type : d
|
|---|
| 3326 | Omittable : True
|
|---|
| 3327 | Default value : 0
|
|---|
| 3328 |
|
|---|
| 3329 | Parameter : lineStyle
|
|---|
| 3330 | Parameter type : s
|
|---|
| 3331 | Omittable : True
|
|---|
| 3332 | Default value : unbroken
|
|---|
| 3333 | Candidates : unbroken dashed dotted
|
|---|
| 3334 |
|
|---|
| 3335 |
|
|---|
| 3336 |
|
|---|
| 3337 | Command /vis/geometry/set/lineWidth
|
|---|
| 3338 | Guidance :
|
|---|
| 3339 | Sets line width of logical volume(s) drawing.
|
|---|
| 3340 | "all" sets all logical volumes.
|
|---|
| 3341 | Optionally propagates down hierarchy to given depth.
|
|---|
| 3342 |
|
|---|
| 3343 | Parameter : logical-volume-name
|
|---|
| 3344 | Parameter type : s
|
|---|
| 3345 | Omittable : True
|
|---|
| 3346 | Default value : all
|
|---|
| 3347 |
|
|---|
| 3348 | Parameter : depth
|
|---|
| 3349 | Depth of propagation (-1 means unlimited depth).
|
|---|
| 3350 | Parameter type : d
|
|---|
| 3351 | Omittable : True
|
|---|
| 3352 | Default value : 0
|
|---|
| 3353 |
|
|---|
| 3354 | Parameter : lineWidth
|
|---|
| 3355 | Parameter type : d
|
|---|
| 3356 | Omittable : True
|
|---|
| 3357 | Default value : 1
|
|---|
| 3358 |
|
|---|
| 3359 |
|
|---|
| 3360 |
|
|---|
| 3361 | Command /vis/geometry/set/forceAuxEdgeVisible
|
|---|
| 3362 | Guidance :
|
|---|
| 3363 | Sets auxiliary (soft) edges of logical volume(s) drawing visible.
|
|---|
| 3364 | "all" sets all logical volumes.
|
|---|
| 3365 | Optionally propagates down hierarchy to given depth.
|
|---|
| 3366 |
|
|---|
| 3367 | Parameter : logical-volume-name
|
|---|
| 3368 | Parameter type : s
|
|---|
| 3369 | Omittable : True
|
|---|
| 3370 | Default value : all
|
|---|
| 3371 |
|
|---|
| 3372 | Parameter : depth
|
|---|
| 3373 | Depth of propagation (-1 means unlimited depth).
|
|---|
| 3374 | Parameter type : d
|
|---|
| 3375 | Omittable : True
|
|---|
| 3376 | Default value : 0
|
|---|
| 3377 |
|
|---|
| 3378 | Parameter : forceAuxEdgeVisible
|
|---|
| 3379 | Parameter type : b
|
|---|
| 3380 | Omittable : True
|
|---|
| 3381 | Default value : 0
|
|---|
| 3382 |
|
|---|
| 3383 |
|
|---|
| 3384 |
|
|---|
| 3385 | Command /vis/geometry/set/forceSolid
|
|---|
| 3386 | Guidance :
|
|---|
| 3387 | Sets logical volume(s) drawing always to be as solid (surface drawing).
|
|---|
| 3388 | "all" sets all logical volumes.
|
|---|
| 3389 | Optionally propagates down hierarchy to given depth.
|
|---|
| 3390 |
|
|---|
| 3391 | Parameter : logical-volume-name
|
|---|
| 3392 | Parameter type : s
|
|---|
| 3393 | Omittable : True
|
|---|
| 3394 | Default value : all
|
|---|
| 3395 |
|
|---|
| 3396 | Parameter : depth
|
|---|
| 3397 | Depth of propagation (-1 means unlimited depth).
|
|---|
| 3398 | Parameter type : d
|
|---|
| 3399 | Omittable : True
|
|---|
| 3400 | Default value : 0
|
|---|
| 3401 |
|
|---|
| 3402 | Parameter : forceSolid
|
|---|
| 3403 | Parameter type : b
|
|---|
| 3404 | Omittable : True
|
|---|
| 3405 | Default value : 0
|
|---|
| 3406 |
|
|---|
| 3407 |
|
|---|
| 3408 |
|
|---|
| 3409 | Command /vis/geometry/set/forceWireframe
|
|---|
| 3410 | Guidance :
|
|---|
| 3411 | Sets logical volume(s) drawing always to be as wireframe.
|
|---|
| 3412 | "all" sets all logical volumes.
|
|---|
| 3413 | Optionally propagates down hierarchy to given depth.
|
|---|
| 3414 |
|
|---|
| 3415 | Parameter : logical-volume-name
|
|---|
| 3416 | Parameter type : s
|
|---|
| 3417 | Omittable : True
|
|---|
| 3418 | Default value : all
|
|---|
| 3419 |
|
|---|
| 3420 | Parameter : depth
|
|---|
| 3421 | Depth of propagation (-1 means unlimited depth).
|
|---|
| 3422 | Parameter type : d
|
|---|
| 3423 | Omittable : True
|
|---|
| 3424 | Default value : 0
|
|---|
| 3425 |
|
|---|
| 3426 | Parameter : forceWireframe
|
|---|
| 3427 | Parameter type : b
|
|---|
| 3428 | Omittable : True
|
|---|
| 3429 | Default value : 0
|
|---|
| 3430 |
|
|---|
| 3431 |
|
|---|
| 3432 |
|
|---|
| 3433 | Command /vis/geometry/set/visibility
|
|---|
| 3434 | Guidance :
|
|---|
| 3435 | Sets visibility of logical volume(s).
|
|---|
| 3436 | "all" sets all logical volumes.
|
|---|
| 3437 | Optionally propagates down hierarchy to given depth.
|
|---|
| 3438 |
|
|---|
| 3439 | Parameter : logical-volume-name
|
|---|
| 3440 | Parameter type : s
|
|---|
| 3441 | Omittable : True
|
|---|
| 3442 | Default value : all
|
|---|
| 3443 |
|
|---|
| 3444 | Parameter : depth
|
|---|
| 3445 | Depth of propagation (-1 means unlimited depth).
|
|---|
| 3446 | Parameter type : d
|
|---|
| 3447 | Omittable : True
|
|---|
| 3448 | Default value : 0
|
|---|
| 3449 |
|
|---|
| 3450 | Parameter : visibility
|
|---|
| 3451 | Parameter type : b
|
|---|
| 3452 | Omittable : True
|
|---|
| 3453 | Default value : 1
|
|---|
| 3454 |
|
|---|
| 3455 | Command directory path : /vis/scene/
|
|---|
| 3456 |
|
|---|
| 3457 |
|
|---|
| 3458 | Guidance :
|
|---|
| 3459 | Operations on Geant4 scenes.
|
|---|
| 3460 |
|
|---|
| 3461 | Sub-directories :
|
|---|
| 3462 | /vis/scene/add/ Add model to current scene.
|
|---|
| 3463 | Commands :
|
|---|
| 3464 | create * Creates an empty scene.
|
|---|
| 3465 | endOfEventAction * Accumulate or refresh the viewer for each new event.
|
|---|
| 3466 | endOfRunAction * Accumulate or refresh the viewer for each new run.
|
|---|
| 3467 | list * Lists scene(s).
|
|---|
| 3468 | notifyHandlers * Notifies scene handlers and forces re-rendering.
|
|---|
| 3469 | select * Selects a scene
|
|---|
| 3470 |
|
|---|
| 3471 |
|
|---|
| 3472 | Command /vis/scene/create
|
|---|
| 3473 | Guidance :
|
|---|
| 3474 | Creates an empty scene.
|
|---|
| 3475 | Invents a name if not supplied. This scene becomes current.
|
|---|
| 3476 |
|
|---|
| 3477 | Parameter : scene-name
|
|---|
| 3478 | Parameter type : s
|
|---|
| 3479 | Omittable : True
|
|---|
| 3480 |
|
|---|
| 3481 |
|
|---|
| 3482 |
|
|---|
| 3483 | Command /vis/scene/endOfEventAction
|
|---|
| 3484 | Guidance :
|
|---|
| 3485 | Accumulate or refresh the viewer for each new event.
|
|---|
| 3486 | "accumulate": viewer accumulates hits, etc., event by event, or
|
|---|
| 3487 | "refresh": viewer shows them at end of event or, for direct-screen
|
|---|
| 3488 | viewers, refreshes the screen just before drawing the next event.
|
|---|
| 3489 |
|
|---|
| 3490 | Parameter : action
|
|---|
| 3491 | Parameter type : s
|
|---|
| 3492 | Omittable : True
|
|---|
| 3493 | Default value : refresh
|
|---|
| 3494 | Candidates : accumulate refresh
|
|---|
| 3495 |
|
|---|
| 3496 | Parameter : maxNumber
|
|---|
| 3497 | Maximum number of events kept. Unlimited if negative.
|
|---|
| 3498 | Parameter type : i
|
|---|
| 3499 | Omittable : True
|
|---|
| 3500 | Default value : 100
|
|---|
| 3501 |
|
|---|
| 3502 |
|
|---|
| 3503 |
|
|---|
| 3504 | Command /vis/scene/endOfRunAction
|
|---|
| 3505 | Guidance :
|
|---|
| 3506 | Accumulate or refresh the viewer for each new run.
|
|---|
| 3507 | "accumulate": viewer accumulates hits, etc., run by run, or
|
|---|
| 3508 | "refresh": viewer shows them at end of run or, for direct-screen
|
|---|
| 3509 | viewers, refreshes the screen just before drawing the first
|
|---|
| 3510 | event of the next run.
|
|---|
| 3511 | The detector remains or is redrawn.
|
|---|
| 3512 |
|
|---|
| 3513 | Parameter : action
|
|---|
| 3514 | Parameter type : s
|
|---|
| 3515 | Omittable : True
|
|---|
| 3516 | Default value : refresh
|
|---|
| 3517 | Candidates : accumulate refresh
|
|---|
| 3518 |
|
|---|
| 3519 |
|
|---|
| 3520 |
|
|---|
| 3521 | Command /vis/scene/list
|
|---|
| 3522 | Guidance :
|
|---|
| 3523 | Lists scene(s).
|
|---|
| 3524 | "help /vis/verbose" for definition of verbosity.
|
|---|
| 3525 |
|
|---|
| 3526 | Parameter : scene-name
|
|---|
| 3527 | Parameter type : s
|
|---|
| 3528 | Omittable : True
|
|---|
| 3529 | Default value : all
|
|---|
| 3530 |
|
|---|
| 3531 | Parameter : verbosity
|
|---|
| 3532 | Parameter type : s
|
|---|
| 3533 | Omittable : True
|
|---|
| 3534 | Default value : warnings
|
|---|
| 3535 |
|
|---|
| 3536 |
|
|---|
| 3537 |
|
|---|
| 3538 | Command /vis/scene/notifyHandlers
|
|---|
| 3539 | Guidance :
|
|---|
| 3540 | Notifies scene handlers and forces re-rendering.
|
|---|
| 3541 | Notifies the handler(s) of the specified scene and forces a
|
|---|
| 3542 | reconstruction of any graphical databases.
|
|---|
| 3543 | Clears and refreshes all viewers of current scene.
|
|---|
| 3544 | The default action "refresh" does not issue "update" (see
|
|---|
| 3545 | /vis/viewer/update).
|
|---|
| 3546 | If "flush" is specified, it issues an "update" as well as
|
|---|
| 3547 | "refresh" - "update" and initiates post-processing
|
|---|
| 3548 | for graphics systems which need it.
|
|---|
| 3549 | The default for <scene-name> is the current scene name.
|
|---|
| 3550 | This command does not change current scene, scene handler or viewer.
|
|---|
| 3551 |
|
|---|
| 3552 | Parameter : scene-name
|
|---|
| 3553 | Parameter type : s
|
|---|
| 3554 | Omittable : True
|
|---|
| 3555 | Default value : taken from the current value
|
|---|
| 3556 |
|
|---|
| 3557 | Parameter : refresh-flush
|
|---|
| 3558 | Parameter type : s
|
|---|
| 3559 | Omittable : True
|
|---|
| 3560 | Default value : refresh
|
|---|
| 3561 | Candidates : r refresh f flush
|
|---|
| 3562 |
|
|---|
| 3563 |
|
|---|
| 3564 |
|
|---|
| 3565 | Command /vis/scene/select
|
|---|
| 3566 | Guidance :
|
|---|
| 3567 | Selects a scene
|
|---|
| 3568 | Makes the scene current. "/vis/scene/list" to see
|
|---|
| 3569 | possible scene names.
|
|---|
| 3570 |
|
|---|
| 3571 | Parameter : scene-name
|
|---|
| 3572 | Parameter type : s
|
|---|
| 3573 | Omittable : False
|
|---|
| 3574 |
|
|---|
| 3575 | Command directory path : /vis/scene/add/
|
|---|
| 3576 |
|
|---|
| 3577 |
|
|---|
| 3578 | Guidance :
|
|---|
| 3579 | Add model to current scene.
|
|---|
| 3580 |
|
|---|
| 3581 | Sub-directories :
|
|---|
| 3582 | Commands :
|
|---|
| 3583 | axes * Add axes.
|
|---|
| 3584 | eventID * Adds eventID to current scene.
|
|---|
| 3585 | ghosts * Adds ghost volumes (G4FlavoredParallelWorld) to the current scene.
|
|---|
| 3586 | hits * Adds hits to current scene.
|
|---|
| 3587 | logicalVolume * Adds a logical volume to the current scene,
|
|---|
| 3588 | logo * Adds a G4 logo to the current scene.
|
|---|
| 3589 | scale * Adds an annotated scale line to the current scene.
|
|---|
| 3590 | text * Adds text to current scene.
|
|---|
| 3591 | trajectories * Adds trajectories to current scene.
|
|---|
| 3592 | userAction * Add Vis User Action, if any, to current scene.
|
|---|
| 3593 | volume * Adds a physical volume to current scene, with optional clipping volume.
|
|---|
| 3594 |
|
|---|
| 3595 |
|
|---|
| 3596 | Command /vis/scene/add/axes
|
|---|
| 3597 | Guidance :
|
|---|
| 3598 | Add axes.
|
|---|
| 3599 | Draws axes at (x0, y0, z0) of given length.
|
|---|
| 3600 |
|
|---|
| 3601 | Parameter : x0
|
|---|
| 3602 | Parameter type : d
|
|---|
| 3603 | Omittable : True
|
|---|
| 3604 | Default value : 0
|
|---|
| 3605 |
|
|---|
| 3606 | Parameter : y0
|
|---|
| 3607 | Parameter type : d
|
|---|
| 3608 | Omittable : True
|
|---|
| 3609 | Default value : 0
|
|---|
| 3610 |
|
|---|
| 3611 | Parameter : z0
|
|---|
| 3612 | Parameter type : d
|
|---|
| 3613 | Omittable : True
|
|---|
| 3614 | Default value : 0
|
|---|
| 3615 |
|
|---|
| 3616 | Parameter : length
|
|---|
| 3617 | Parameter type : d
|
|---|
| 3618 | Omittable : True
|
|---|
| 3619 | Default value : 1
|
|---|
| 3620 |
|
|---|
| 3621 | Parameter : unit
|
|---|
| 3622 | Parameter type : s
|
|---|
| 3623 | Omittable : True
|
|---|
| 3624 | Default value : m
|
|---|
| 3625 |
|
|---|
| 3626 |
|
|---|
| 3627 |
|
|---|
| 3628 | Command /vis/scene/add/eventID
|
|---|
| 3629 | Guidance :
|
|---|
| 3630 | Adds eventID to current scene.
|
|---|
| 3631 | Run and event numbers are drawn at end of event or run when
|
|---|
| 3632 | the scene in which they are added is current.
|
|---|
| 3633 |
|
|---|
| 3634 | Parameter : size
|
|---|
| 3635 | Screen size of text in pixels.
|
|---|
| 3636 | Parameter type : i
|
|---|
| 3637 | Omittable : True
|
|---|
| 3638 | Default value : 18
|
|---|
| 3639 |
|
|---|
| 3640 | Parameter : x-position
|
|---|
| 3641 | x screen position in range -1 < x < 1.
|
|---|
| 3642 | Parameter type : d
|
|---|
| 3643 | Omittable : True
|
|---|
| 3644 | Default value : -0.95
|
|---|
| 3645 |
|
|---|
| 3646 | Parameter : y-position
|
|---|
| 3647 | y screen position in range -1 < y < 1.
|
|---|
| 3648 | Parameter type : d
|
|---|
| 3649 | Omittable : True
|
|---|
| 3650 | Default value : 0.9
|
|---|
| 3651 |
|
|---|
| 3652 |
|
|---|
| 3653 |
|
|---|
| 3654 | Command /vis/scene/add/ghosts
|
|---|
| 3655 | Guidance :
|
|---|
| 3656 | Adds ghost volumes (G4FlavoredParallelWorld) to the current scene.
|
|---|
| 3657 | Selects by particle.
|
|---|
| 3658 |
|
|---|
| 3659 | Parameter : particle
|
|---|
| 3660 | Parameter type : s
|
|---|
| 3661 | Omittable : True
|
|---|
| 3662 | Default value : all
|
|---|
| 3663 |
|
|---|
| 3664 |
|
|---|
| 3665 |
|
|---|
| 3666 | Command /vis/scene/add/hits
|
|---|
| 3667 | Guidance :
|
|---|
| 3668 | Adds hits to current scene.
|
|---|
| 3669 | Hits are drawn at end of event when the scene in which
|
|---|
| 3670 | they are added is current.
|
|---|
| 3671 |
|
|---|
| 3672 |
|
|---|
| 3673 |
|
|---|
| 3674 | Command /vis/scene/add/logicalVolume
|
|---|
| 3675 | Guidance :
|
|---|
| 3676 | Adds a logical volume to the current scene,
|
|---|
| 3677 | Shows boolean components (if any), voxels (if any) and readout geometry
|
|---|
| 3678 | (if any). Note: voxels are not constructed until start of run -
|
|---|
| 3679 | "/run/beamOn".
|
|---|
| 3680 |
|
|---|
| 3681 | Parameter : logical-volume-name
|
|---|
| 3682 | Parameter type : s
|
|---|
| 3683 | Omittable : False
|
|---|
| 3684 |
|
|---|
| 3685 | Parameter : depth-of-descent
|
|---|
| 3686 | Depth of descent of geometry hierarchy.
|
|---|
| 3687 | Parameter type : i
|
|---|
| 3688 | Omittable : True
|
|---|
| 3689 | Default value : 1
|
|---|
| 3690 |
|
|---|
| 3691 | Parameter : booleans-flag
|
|---|
| 3692 | Parameter type : b
|
|---|
| 3693 | Omittable : True
|
|---|
| 3694 | Default value : 1
|
|---|
| 3695 |
|
|---|
| 3696 | Parameter : voxels-flag
|
|---|
| 3697 | Parameter type : b
|
|---|
| 3698 | Omittable : True
|
|---|
| 3699 | Default value : 1
|
|---|
| 3700 |
|
|---|
| 3701 | Parameter : readout-flag
|
|---|
| 3702 | Parameter type : b
|
|---|
| 3703 | Omittable : True
|
|---|
| 3704 | Default value : 1
|
|---|
| 3705 |
|
|---|
| 3706 |
|
|---|
| 3707 |
|
|---|
| 3708 | Command /vis/scene/add/logo
|
|---|
| 3709 | Guidance :
|
|---|
| 3710 | Adds a G4 logo to the current scene.
|
|---|
| 3711 | The placement, if automatic, is similar to that of scale -
|
|---|
| 3712 | "help /vis/scene/add/scale" for more information.
|
|---|
| 3713 |
|
|---|
| 3714 | Parameter : height
|
|---|
| 3715 | Parameter type : d
|
|---|
| 3716 | Omittable : True
|
|---|
| 3717 | Default value : 1
|
|---|
| 3718 |
|
|---|
| 3719 | Parameter : unit
|
|---|
| 3720 | Parameter type : s
|
|---|
| 3721 | Omittable : True
|
|---|
| 3722 | Default value : m
|
|---|
| 3723 |
|
|---|
| 3724 | Parameter : direction
|
|---|
| 3725 | 'x', 'y' or 'z' - otherwise defaults to 'x'.
|
|---|
| 3726 | Parameter type : s
|
|---|
| 3727 | Omittable : True
|
|---|
| 3728 | Default value : x
|
|---|
| 3729 |
|
|---|
| 3730 | Parameter : red
|
|---|
| 3731 | Parameter type : d
|
|---|
| 3732 | Omittable : True
|
|---|
| 3733 | Default value : 0
|
|---|
| 3734 |
|
|---|
| 3735 | Parameter : green
|
|---|
| 3736 | Parameter type : d
|
|---|
| 3737 | Omittable : True
|
|---|
| 3738 | Default value : 1
|
|---|
| 3739 |
|
|---|
| 3740 | Parameter : blue
|
|---|
| 3741 | Parameter type : d
|
|---|
| 3742 | Omittable : True
|
|---|
| 3743 | Default value : 0
|
|---|
| 3744 |
|
|---|
| 3745 | Parameter : auto|manual
|
|---|
| 3746 | Automatic placement or manual placement at (xmid,ymid,zmid).
|
|---|
| 3747 | Parameter type : s
|
|---|
| 3748 | Omittable : True
|
|---|
| 3749 | Default value : auto
|
|---|
| 3750 | Candidates : auto manual
|
|---|
| 3751 |
|
|---|
| 3752 | Parameter : xmid
|
|---|
| 3753 | Parameter type : d
|
|---|
| 3754 | Omittable : True
|
|---|
| 3755 | Default value : 0
|
|---|
| 3756 |
|
|---|
| 3757 | Parameter : ymid
|
|---|
| 3758 | Parameter type : d
|
|---|
| 3759 | Omittable : True
|
|---|
| 3760 | Default value : 0
|
|---|
| 3761 |
|
|---|
| 3762 | Parameter : zmid
|
|---|
| 3763 | Parameter type : d
|
|---|
| 3764 | Omittable : True
|
|---|
| 3765 | Default value : 0
|
|---|
| 3766 |
|
|---|
| 3767 | Parameter : unit
|
|---|
| 3768 | Parameter type : s
|
|---|
| 3769 | Omittable : True
|
|---|
| 3770 | Default value : m
|
|---|
| 3771 |
|
|---|
| 3772 |
|
|---|
| 3773 |
|
|---|
| 3774 | Command /vis/scene/add/scale
|
|---|
| 3775 | Guidance :
|
|---|
| 3776 | Adds an annotated scale line to the current scene.
|
|---|
| 3777 | An annotated line in the specified direction with tick marks at the
|
|---|
| 3778 | end. If autoPlacing is true it is required to be centred at the
|
|---|
| 3779 | front, right, bottom corner of the world space, comfortably outside
|
|---|
| 3780 | the existing bounding box/sphere so that existing objects do not
|
|---|
| 3781 | obscure it. Otherwise it is required to be drawn with mid-point at
|
|---|
| 3782 | (xmid, ymid, zmid).
|
|---|
| 3783 |
|
|---|
| 3784 | The auto placing algorithm might be:
|
|---|
| 3785 | x = xmin + (1 + comfort) * (xmax - xmin);
|
|---|
| 3786 | y = ymin - comfort * (ymax - ymin);
|
|---|
| 3787 | z = zmin + (1 + comfort) * (zmax - zmin);
|
|---|
| 3788 | if direction == x then (x - length,y,z) to (x,y,z);
|
|---|
| 3789 | if direction == y then (x,y,z) to (x,y + length,z);
|
|---|
| 3790 | if direction == z then (x,y,z - length) to (x,y,z);
|
|---|
| 3791 |
|
|---|
| 3792 | Parameter : length
|
|---|
| 3793 | Parameter type : d
|
|---|
| 3794 | Omittable : True
|
|---|
| 3795 | Default value : 1
|
|---|
| 3796 |
|
|---|
| 3797 | Parameter : unit
|
|---|
| 3798 | Parameter type : s
|
|---|
| 3799 | Omittable : True
|
|---|
| 3800 | Default value : m
|
|---|
| 3801 |
|
|---|
| 3802 | Parameter : direction
|
|---|
| 3803 | 'x', 'y' or 'z' - otherwise defaults to 'x'.
|
|---|
| 3804 | Parameter type : s
|
|---|
| 3805 | Omittable : True
|
|---|
| 3806 | Default value : x
|
|---|
| 3807 |
|
|---|
| 3808 | Parameter : red
|
|---|
| 3809 | Parameter type : d
|
|---|
| 3810 | Omittable : True
|
|---|
| 3811 | Default value : 1
|
|---|
| 3812 |
|
|---|
| 3813 | Parameter : green
|
|---|
| 3814 | Parameter type : d
|
|---|
| 3815 | Omittable : True
|
|---|
| 3816 | Default value : 0
|
|---|
| 3817 |
|
|---|
| 3818 | Parameter : blue
|
|---|
| 3819 | Parameter type : d
|
|---|
| 3820 | Omittable : True
|
|---|
| 3821 | Default value : 0
|
|---|
| 3822 |
|
|---|
| 3823 | Parameter : auto|manual
|
|---|
| 3824 | Automatic placement or manual placement at (xmid,ymid,zmid).
|
|---|
| 3825 | Parameter type : s
|
|---|
| 3826 | Omittable : True
|
|---|
| 3827 | Default value : auto
|
|---|
| 3828 | Candidates : auto manual
|
|---|
| 3829 |
|
|---|
| 3830 | Parameter : xmid
|
|---|
| 3831 | Parameter type : d
|
|---|
| 3832 | Omittable : True
|
|---|
| 3833 | Default value : 0
|
|---|
| 3834 |
|
|---|
| 3835 | Parameter : ymid
|
|---|
| 3836 | Parameter type : d
|
|---|
| 3837 | Omittable : True
|
|---|
| 3838 | Default value : 0
|
|---|
| 3839 |
|
|---|
| 3840 | Parameter : zmid
|
|---|
| 3841 | Parameter type : d
|
|---|
| 3842 | Omittable : True
|
|---|
| 3843 | Default value : 0
|
|---|
| 3844 |
|
|---|
| 3845 | Parameter : unit
|
|---|
| 3846 | Parameter type : s
|
|---|
| 3847 | Omittable : True
|
|---|
| 3848 | Default value : m
|
|---|
| 3849 |
|
|---|
| 3850 |
|
|---|
| 3851 |
|
|---|
| 3852 | Command /vis/scene/add/text
|
|---|
| 3853 | Guidance :
|
|---|
| 3854 | Adds text to current scene.
|
|---|
| 3855 |
|
|---|
| 3856 | Parameter : x
|
|---|
| 3857 | x
|
|---|
| 3858 | Parameter type : d
|
|---|
| 3859 | Omittable : True
|
|---|
| 3860 | Default value : 0
|
|---|
| 3861 |
|
|---|
| 3862 | Parameter : y
|
|---|
| 3863 | y
|
|---|
| 3864 | Parameter type : d
|
|---|
| 3865 | Omittable : True
|
|---|
| 3866 | Default value : 0
|
|---|
| 3867 |
|
|---|
| 3868 | Parameter : z
|
|---|
| 3869 | z
|
|---|
| 3870 | Parameter type : d
|
|---|
| 3871 | Omittable : True
|
|---|
| 3872 | Default value : 0
|
|---|
| 3873 |
|
|---|
| 3874 | Parameter : unit
|
|---|
| 3875 | Parameter type : s
|
|---|
| 3876 | Omittable : True
|
|---|
| 3877 | Default value : m
|
|---|
| 3878 |
|
|---|
| 3879 | Parameter : font_size
|
|---|
| 3880 | pixels
|
|---|
| 3881 | Parameter type : d
|
|---|
| 3882 | Omittable : True
|
|---|
| 3883 | Default value : 12
|
|---|
| 3884 |
|
|---|
| 3885 | Parameter : x_offset
|
|---|
| 3886 | pixels
|
|---|
| 3887 | Parameter type : d
|
|---|
| 3888 | Omittable : True
|
|---|
| 3889 | Default value : 0
|
|---|
| 3890 |
|
|---|
| 3891 | Parameter : y_offset
|
|---|
| 3892 | pixels
|
|---|
| 3893 | Parameter type : d
|
|---|
| 3894 | Omittable : True
|
|---|
| 3895 | Default value : 0
|
|---|
| 3896 |
|
|---|
| 3897 | Parameter : text
|
|---|
| 3898 | The rest of the line is text.
|
|---|
| 3899 | Parameter type : s
|
|---|
| 3900 | Omittable : True
|
|---|
| 3901 | Default value : Hello G4
|
|---|
| 3902 |
|
|---|
| 3903 |
|
|---|
| 3904 |
|
|---|
| 3905 | Command /vis/scene/add/trajectories
|
|---|
| 3906 | Guidance :
|
|---|
| 3907 | Adds trajectories to current scene.
|
|---|
| 3908 | Causes trajectories, if any, to be drawn at the end of processing an
|
|---|
| 3909 | event. Switches on trajectory storing and sets the
|
|---|
| 3910 | default trajectory type.
|
|---|
| 3911 | The command line parameter list determines the default trajectory type.
|
|---|
| 3912 | If it contains the string "smooth", auxiliary inter-step points will
|
|---|
| 3913 | be inserted to improve the smoothness of the drawing of a curved
|
|---|
| 3914 | trajectory.
|
|---|
| 3915 | If it contains the string "rich", significant extra information will
|
|---|
| 3916 | be stored in the trajectory (G4RichTrajectory) amenable to modeling
|
|---|
| 3917 | and filtering with "/vis/modeling/trajectories/create/drawByAttribute"
|
|---|
| 3918 | and "/vis/filtering/trajectories/create/attributeFilter" commands.
|
|---|
| 3919 | It may contain both strings in any order.
|
|---|
| 3920 |
|
|---|
| 3921 | To switch off trajectory storing: "/tracking/storeTrajectory 0".
|
|---|
| 3922 | See also "/vis/scene/endOfEventAction".
|
|---|
| 3923 | Note: This only sets the default. Independently of the result of this
|
|---|
| 3924 | command, a user may instantiate a trajectory that overrides this default
|
|---|
| 3925 | in PreUserTrackingAction.
|
|---|
| 3926 |
|
|---|
| 3927 | Parameter : default-trajectory-type
|
|---|
| 3928 | Parameter type : s
|
|---|
| 3929 | Omittable : True
|
|---|
| 3930 |
|
|---|
| 3931 |
|
|---|
| 3932 |
|
|---|
| 3933 | Command /vis/scene/add/userAction
|
|---|
| 3934 | Guidance :
|
|---|
| 3935 | Add Vis User Action, if any, to current scene.
|
|---|
| 3936 | Optional arguments define the extent of the callback drawing. You may
|
|---|
| 3937 | not need this if the extent has been defined in the original
|
|---|
| 3938 | SetUserAction or is defined by other components of the scene. But if
|
|---|
| 3939 | the user action is the only component of the scene, you will certainly
|
|---|
| 3940 | need to set the extent either in SetUserAction or here. A scene must
|
|---|
| 3941 | have an extent one way or another so that the viewer can calculate
|
|---|
| 3942 | how to point the camera.
|
|---|
| 3943 |
|
|---|
| 3944 | Parameter : xmin
|
|---|
| 3945 | Parameter type : d
|
|---|
| 3946 | Omittable : True
|
|---|
| 3947 | Default value : 0
|
|---|
| 3948 |
|
|---|
| 3949 | Parameter : xmax
|
|---|
| 3950 | Parameter type : d
|
|---|
| 3951 | Omittable : True
|
|---|
| 3952 | Default value : 0
|
|---|
| 3953 |
|
|---|
| 3954 | Parameter : ymin
|
|---|
| 3955 | Parameter type : d
|
|---|
| 3956 | Omittable : True
|
|---|
| 3957 | Default value : 0
|
|---|
| 3958 |
|
|---|
| 3959 | Parameter : ymax
|
|---|
| 3960 | Parameter type : d
|
|---|
| 3961 | Omittable : True
|
|---|
| 3962 | Default value : 0
|
|---|
| 3963 |
|
|---|
| 3964 | Parameter : zmin
|
|---|
| 3965 | Parameter type : d
|
|---|
| 3966 | Omittable : True
|
|---|
| 3967 | Default value : 0
|
|---|
| 3968 |
|
|---|
| 3969 | Parameter : zmax
|
|---|
| 3970 | Parameter type : d
|
|---|
| 3971 | Omittable : True
|
|---|
| 3972 | Default value : 0
|
|---|
| 3973 |
|
|---|
| 3974 | Parameter : unit
|
|---|
| 3975 | Parameter type : s
|
|---|
| 3976 | Omittable : True
|
|---|
| 3977 | Default value : cm
|
|---|
| 3978 |
|
|---|
| 3979 |
|
|---|
| 3980 |
|
|---|
| 3981 | Command /vis/scene/add/volume
|
|---|
| 3982 | Guidance :
|
|---|
| 3983 | Adds a physical volume to current scene, with optional clipping volume.
|
|---|
| 3984 | If physical-volume-name is "world" (the default), the top of the
|
|---|
| 3985 | main geometry tree (material world) is added. If "worlds", the
|
|---|
| 3986 | top of all worlds - material world and parallel worlds, if any - are
|
|---|
| 3987 | added. Otherwise a search of all worlds is made, taking the first
|
|---|
| 3988 | matching occurence only. To see a representation of the geometry
|
|---|
| 3989 | hierarchy of the worlds, try "/vis/drawTree [worlds]" or one of the
|
|---|
| 3990 | driver/browser combinations that have the required functionality,
|
|---|
| 3991 | e.g., HepRepFile/XML with the WIRED3/4 browser.
|
|---|
| 3992 | If clip-volume-type is specified, the subsequent parameters are used to
|
|---|
| 3993 | to define a clipping volume. For example,
|
|---|
| 3994 | "vis/scene/add/volume ! ! ! -box km 0 1 0 1 0 1" will draw the world
|
|---|
| 3995 | with the positive octant cut away.
|
|---|
| 3996 | If clip-volume-type is prepended with '-', the clip-volume is subtracted
|
|---|
| 3997 | (cutaway). (This is the default if there is no prepended character.)
|
|---|
| 3998 | If '*' is prepended, the intersection of the physical-volume and the
|
|---|
| 3999 | clip-volume is made. (You can make a section/DCUT with a thin box, for
|
|---|
| 4000 | example).
|
|---|
| 4001 | For "box", the parameters are xmin,xmax,ymin,ymax,zmin,zmax.
|
|---|
| 4002 | Only "box" is programmed at present.
|
|---|
| 4003 |
|
|---|
| 4004 | Parameter : physical-volume-name
|
|---|
| 4005 | Parameter type : s
|
|---|
| 4006 | Omittable : True
|
|---|
| 4007 | Default value : world
|
|---|
| 4008 |
|
|---|
| 4009 | Parameter : copy-no
|
|---|
| 4010 | If negative, matches any copy no. First name match is taken.
|
|---|
| 4011 | Parameter type : i
|
|---|
| 4012 | Omittable : True
|
|---|
| 4013 | Default value : -1
|
|---|
| 4014 |
|
|---|
| 4015 | Parameter : depth-of-descent
|
|---|
| 4016 | Depth of descent of geometry hierarchy. Default = unlimited depth.
|
|---|
| 4017 | Parameter type : i
|
|---|
| 4018 | Omittable : True
|
|---|
| 4019 | Default value : -1
|
|---|
| 4020 |
|
|---|
| 4021 | Parameter : clip-volume-type
|
|---|
| 4022 | [-|*]type. See general guidance.
|
|---|
| 4023 | Parameter type : s
|
|---|
| 4024 | Omittable : True
|
|---|
| 4025 | Default value : none
|
|---|
| 4026 | Candidates : none box -box *box
|
|---|
| 4027 |
|
|---|
| 4028 | Parameter : parameter-unit
|
|---|
| 4029 | Parameter type : s
|
|---|
| 4030 | Omittable : True
|
|---|
| 4031 | Default value : m
|
|---|
| 4032 |
|
|---|
| 4033 | Parameter : parameter-1
|
|---|
| 4034 | Parameter type : d
|
|---|
| 4035 | Omittable : True
|
|---|
| 4036 | Default value : 0
|
|---|
| 4037 |
|
|---|
| 4038 | Parameter : parameter-2
|
|---|
| 4039 | Parameter type : d
|
|---|
| 4040 | Omittable : True
|
|---|
| 4041 | Default value : 0
|
|---|
| 4042 |
|
|---|
| 4043 | Parameter : parameter-3
|
|---|
| 4044 | Parameter type : d
|
|---|
| 4045 | Omittable : True
|
|---|
| 4046 | Default value : 0
|
|---|
| 4047 |
|
|---|
| 4048 | Parameter : parameter-4
|
|---|
| 4049 | Parameter type : d
|
|---|
| 4050 | Omittable : True
|
|---|
| 4051 | Default value : 0
|
|---|
| 4052 |
|
|---|
| 4053 | Parameter : parameter-5
|
|---|
| 4054 | Parameter type : d
|
|---|
| 4055 | Omittable : True
|
|---|
| 4056 | Default value : 0
|
|---|
| 4057 |
|
|---|
| 4058 | Parameter : parameter-6
|
|---|
| 4059 | Parameter type : d
|
|---|
| 4060 | Omittable : True
|
|---|
| 4061 | Default value : 0
|
|---|
| 4062 |
|
|---|
| 4063 | Command directory path : /vis/sceneHandler/
|
|---|
| 4064 |
|
|---|
| 4065 |
|
|---|
| 4066 | Guidance :
|
|---|
| 4067 | Operations on Geant4 scene handlers.
|
|---|
| 4068 |
|
|---|
| 4069 | Sub-directories :
|
|---|
| 4070 | Commands :
|
|---|
| 4071 | attach * Attaches scene to current scene handler.
|
|---|
| 4072 | create * Creates an scene handler for a specific graphics system.
|
|---|
| 4073 | list * Lists scene handler(s).
|
|---|
| 4074 | select * Selects a scene handler.
|
|---|
| 4075 |
|
|---|
| 4076 |
|
|---|
| 4077 | Command /vis/sceneHandler/attach
|
|---|
| 4078 | Guidance :
|
|---|
| 4079 | Attaches scene to current scene handler.
|
|---|
| 4080 | If scene-name is omitted, current scene is attached. To see scenes and
|
|---|
| 4081 | scene handlers, use "/vis/scene/list" and "/vis/sceneHandler/list"
|
|---|
| 4082 |
|
|---|
| 4083 | Parameter : scene-name
|
|---|
| 4084 | Parameter type : s
|
|---|
| 4085 | Omittable : True
|
|---|
| 4086 | Default value : taken from the current value
|
|---|
| 4087 |
|
|---|
| 4088 |
|
|---|
| 4089 |
|
|---|
| 4090 | Command /vis/sceneHandler/create
|
|---|
| 4091 | Guidance :
|
|---|
| 4092 | Creates an scene handler for a specific graphics system.
|
|---|
| 4093 | Attaches current scene, if any. (You can change attached scenes with
|
|---|
| 4094 | "/vis/sceneHandler/attach".) Invents a scene handler name if not
|
|---|
| 4095 |
|
|---|
| 4096 | supplied. This scene handler becomes current.
|
|---|
| 4097 |
|
|---|
| 4098 | Parameter : graphics-system-name
|
|---|
| 4099 | Parameter type : s
|
|---|
| 4100 | Omittable : False
|
|---|
| 4101 | Candidates : XXX XXXFile XXXStored XXXSG ATree DAWNFILE GAGTree HepRepXML HepRepFile RayTracer VRML1FILE VRML2FILE DAWN OGLIX OGLSX OGLIXm OGLSXm OIX RayTracerX VRML1 VRML2
|
|---|
| 4102 |
|
|---|
| 4103 | Parameter : scene-handler-name
|
|---|
| 4104 | Parameter type : s
|
|---|
| 4105 | Omittable : True
|
|---|
| 4106 | Default value : taken from the current value
|
|---|
| 4107 |
|
|---|
| 4108 |
|
|---|
| 4109 |
|
|---|
| 4110 | Command /vis/sceneHandler/list
|
|---|
| 4111 | Guidance :
|
|---|
| 4112 | Lists scene handler(s).
|
|---|
| 4113 | "help /vis/verbose" for definition of verbosity.
|
|---|
| 4114 |
|
|---|
| 4115 | Parameter : scene-handler-name
|
|---|
| 4116 | Parameter type : s
|
|---|
| 4117 | Omittable : True
|
|---|
| 4118 | Default value : all
|
|---|
| 4119 |
|
|---|
| 4120 | Parameter : verbosity
|
|---|
| 4121 | Parameter type : s
|
|---|
| 4122 | Omittable : True
|
|---|
| 4123 | Default value : warnings
|
|---|
| 4124 |
|
|---|
| 4125 |
|
|---|
| 4126 |
|
|---|
| 4127 | Command /vis/sceneHandler/select
|
|---|
| 4128 | Guidance :
|
|---|
| 4129 | Selects a scene handler.
|
|---|
| 4130 | Makes the scene handler current. "/vis/sceneHandler/list" to see
|
|---|
| 4131 | possible scene handler names.
|
|---|
| 4132 |
|
|---|
| 4133 | Parameter : scene-handler-name
|
|---|
| 4134 | Parameter type : s
|
|---|
| 4135 | Omittable : False
|
|---|
| 4136 |
|
|---|
| 4137 | Command directory path : /vis/viewer/
|
|---|
| 4138 |
|
|---|
| 4139 |
|
|---|
| 4140 | Guidance :
|
|---|
| 4141 | Operations on Geant4 viewers.
|
|---|
| 4142 |
|
|---|
| 4143 | Sub-directories :
|
|---|
| 4144 | /vis/viewer/set/ Set view parameters of current viewer.
|
|---|
| 4145 | Commands :
|
|---|
| 4146 | addCutawayPlane * Add cutaway plane A*x + B*y + C*z + D = 0 to current viewer.
|
|---|
| 4147 | changeCutawayPlane * Change cutaway plane.
|
|---|
| 4148 | clear * Clears viewer.
|
|---|
| 4149 | clearCutawayPlanes * Clear cutaway planes of current viewer.
|
|---|
| 4150 | clearTransients * Clears transients from viewer.
|
|---|
| 4151 | clone * Clones viewer.
|
|---|
| 4152 | create * Creates a viewer for the specified scene handler.
|
|---|
| 4153 | dolly * Incremental dolly.
|
|---|
| 4154 | dollyTo * Dolly to specific coordinate.
|
|---|
| 4155 | flush * Compound command: "/vis/viewer/refresh" + "/vis/viewer/update".
|
|---|
| 4156 | list * Lists viewers(s).
|
|---|
| 4157 | pan * Incremental pan.
|
|---|
| 4158 | panTo * Pan to specific coordinate.
|
|---|
| 4159 | rebuild * Forces rebuild of graphical database.
|
|---|
| 4160 | refresh * Refreshes viewer.
|
|---|
| 4161 | reset * Resets viewer.
|
|---|
| 4162 | scale * Incremental (non-uniform) scaling.
|
|---|
| 4163 | scaleTo * Absolute (non-uniform) scaling.
|
|---|
| 4164 | select * Selects viewer.
|
|---|
| 4165 | update * Triggers graphical database post-processing for viewers
|
|---|
| 4166 | using that technique.
|
|---|
| 4167 | zoom * Incremental zoom.
|
|---|
| 4168 | zoomTo * Absolute zoom.
|
|---|
| 4169 |
|
|---|
| 4170 |
|
|---|
| 4171 | Command /vis/viewer/addCutawayPlane
|
|---|
| 4172 | Guidance :
|
|---|
| 4173 | Add cutaway plane A*x + B*y + C*z + D = 0 to current viewer.
|
|---|
| 4174 |
|
|---|
| 4175 | Parameter : x
|
|---|
| 4176 | Coordinate of point on the plane.
|
|---|
| 4177 | Parameter type : d
|
|---|
| 4178 | Omittable : True
|
|---|
| 4179 | Default value : 0
|
|---|
| 4180 |
|
|---|
| 4181 | Parameter : y
|
|---|
| 4182 | Coordinate of point on the plane.
|
|---|
| 4183 | Parameter type : d
|
|---|
| 4184 | Omittable : True
|
|---|
| 4185 | Default value : 0
|
|---|
| 4186 |
|
|---|
| 4187 | Parameter : z
|
|---|
| 4188 | Coordinate of point on the plane.
|
|---|
| 4189 | Parameter type : d
|
|---|
| 4190 | Omittable : True
|
|---|
| 4191 | Default value : 0
|
|---|
| 4192 |
|
|---|
| 4193 | Parameter : unit
|
|---|
| 4194 | Unit of point on the plane.
|
|---|
| 4195 | Parameter type : s
|
|---|
| 4196 | Omittable : True
|
|---|
| 4197 | Default value : m
|
|---|
| 4198 |
|
|---|
| 4199 | Parameter : nx
|
|---|
| 4200 | Component of plane normal.
|
|---|
| 4201 | Parameter type : d
|
|---|
| 4202 | Omittable : True
|
|---|
| 4203 | Default value : 1
|
|---|
| 4204 |
|
|---|
| 4205 | Parameter : ny
|
|---|
| 4206 | Component of plane normal.
|
|---|
| 4207 | Parameter type : d
|
|---|
| 4208 | Omittable : True
|
|---|
| 4209 | Default value : 0
|
|---|
| 4210 |
|
|---|
| 4211 | Parameter : nz
|
|---|
| 4212 | Component of plane normal.
|
|---|
| 4213 | Parameter type : d
|
|---|
| 4214 | Omittable : True
|
|---|
| 4215 | Default value : 0
|
|---|
| 4216 |
|
|---|
| 4217 |
|
|---|
| 4218 |
|
|---|
| 4219 | Command /vis/viewer/changeCutawayPlane
|
|---|
| 4220 | Guidance :
|
|---|
| 4221 | Change cutaway plane.
|
|---|
| 4222 |
|
|---|
| 4223 | Parameter : index
|
|---|
| 4224 | Index of plane: 0, 1, 2.
|
|---|
| 4225 | Parameter type : i
|
|---|
| 4226 | Omittable : False
|
|---|
| 4227 |
|
|---|
| 4228 | Parameter : x
|
|---|
| 4229 | Coordinate of point on the plane.
|
|---|
| 4230 | Parameter type : d
|
|---|
| 4231 | Omittable : True
|
|---|
| 4232 | Default value : 0
|
|---|
| 4233 |
|
|---|
| 4234 | Parameter : y
|
|---|
| 4235 | Coordinate of point on the plane.
|
|---|
| 4236 | Parameter type : d
|
|---|
| 4237 | Omittable : True
|
|---|
| 4238 | Default value : 0
|
|---|
| 4239 |
|
|---|
| 4240 | Parameter : z
|
|---|
| 4241 | Coordinate of point on the plane.
|
|---|
| 4242 | Parameter type : d
|
|---|
| 4243 | Omittable : True
|
|---|
| 4244 | Default value : 0
|
|---|
| 4245 |
|
|---|
| 4246 | Parameter : unit
|
|---|
| 4247 | Unit of point on the plane.
|
|---|
| 4248 | Parameter type : s
|
|---|
| 4249 | Omittable : True
|
|---|
| 4250 | Default value : m
|
|---|
| 4251 |
|
|---|
| 4252 | Parameter : nx
|
|---|
| 4253 | Component of plane normal.
|
|---|
| 4254 | Parameter type : d
|
|---|
| 4255 | Omittable : True
|
|---|
| 4256 | Default value : 1
|
|---|
| 4257 |
|
|---|
| 4258 | Parameter : ny
|
|---|
| 4259 | Component of plane normal.
|
|---|
| 4260 | Parameter type : d
|
|---|
| 4261 | Omittable : True
|
|---|
| 4262 | Default value : 0
|
|---|
| 4263 |
|
|---|
| 4264 | Parameter : nz
|
|---|
| 4265 | Component of plane normal.
|
|---|
| 4266 | Parameter type : d
|
|---|
| 4267 | Omittable : True
|
|---|
| 4268 | Default value : 0
|
|---|
| 4269 |
|
|---|
| 4270 |
|
|---|
| 4271 |
|
|---|
| 4272 | Command /vis/viewer/clear
|
|---|
| 4273 | Guidance :
|
|---|
| 4274 | Clears viewer.
|
|---|
| 4275 | By default, clears current viewer. Specified viewer becomes current.
|
|---|
| 4276 | "/vis/viewer/list" to see possible viewer names.
|
|---|
| 4277 |
|
|---|
| 4278 | Parameter : viewer-name
|
|---|
| 4279 | Parameter type : s
|
|---|
| 4280 | Omittable : True
|
|---|
| 4281 | Default value : taken from the current value
|
|---|
| 4282 |
|
|---|
| 4283 |
|
|---|
| 4284 |
|
|---|
| 4285 | Command /vis/viewer/clearCutawayPlanes
|
|---|
| 4286 | Guidance :
|
|---|
| 4287 | Clear cutaway planes of current viewer.
|
|---|
| 4288 |
|
|---|
| 4289 |
|
|---|
| 4290 |
|
|---|
| 4291 | Command /vis/viewer/clearTransients
|
|---|
| 4292 | Guidance :
|
|---|
| 4293 | Clears transients from viewer.
|
|---|
| 4294 | By default, operates on current viewer. Specified viewer becomes current.
|
|---|
| 4295 | "/vis/viewer/list" to see possible viewer names.
|
|---|
| 4296 |
|
|---|
| 4297 | Parameter : viewer-name
|
|---|
| 4298 | Parameter type : s
|
|---|
| 4299 | Omittable : True
|
|---|
| 4300 | Default value : taken from the current value
|
|---|
| 4301 |
|
|---|
| 4302 |
|
|---|
| 4303 |
|
|---|
| 4304 | Command /vis/viewer/clone
|
|---|
| 4305 | Guidance :
|
|---|
| 4306 | Clones viewer.
|
|---|
| 4307 | By default, clones current viewer. Clone becomes current.
|
|---|
| 4308 | Clone name, if not provided, is derived from the original name.
|
|---|
| 4309 | "/vis/viewer/list" to see possible viewer names.
|
|---|
| 4310 |
|
|---|
| 4311 | Parameter : original-viewer-name
|
|---|
| 4312 | Parameter type : s
|
|---|
| 4313 | Omittable : True
|
|---|
| 4314 | Default value : taken from the current value
|
|---|
| 4315 |
|
|---|
| 4316 | Parameter : clone-name
|
|---|
| 4317 | Parameter type : s
|
|---|
| 4318 | Omittable : True
|
|---|
| 4319 | Default value : none
|
|---|
| 4320 |
|
|---|
| 4321 |
|
|---|
| 4322 |
|
|---|
| 4323 | Command /vis/viewer/create
|
|---|
| 4324 | Guidance :
|
|---|
| 4325 | Creates a viewer for the specified scene handler.
|
|---|
| 4326 | Default scene handler is the current scene handler. Invents a name
|
|---|
| 4327 | if not supplied. (Note: the system adds information to the name
|
|---|
| 4328 | for identification - only the characters up to the first blank are
|
|---|
| 4329 | used for removing, selecting, etc.) This scene handler and viewer
|
|---|
| 4330 | become current.
|
|---|
| 4331 |
|
|---|
| 4332 | Parameter : scene-handler
|
|---|
| 4333 | Parameter type : s
|
|---|
| 4334 | Omittable : True
|
|---|
| 4335 | Default value : taken from the current value
|
|---|
| 4336 |
|
|---|
| 4337 | Parameter : viewer-name
|
|---|
| 4338 | Parameter type : s
|
|---|
| 4339 | Omittable : True
|
|---|
| 4340 | Default value : taken from the current value
|
|---|
| 4341 |
|
|---|
| 4342 | Parameter : window-size-hint
|
|---|
| 4343 | integer (pixels) for square window placed by window manager or X-Windows-type geometry string, e.g. 600x600-100+100
|
|---|
| 4344 | Parameter type : s
|
|---|
| 4345 | Omittable : True
|
|---|
| 4346 | Default value : 600
|
|---|
| 4347 |
|
|---|
| 4348 |
|
|---|
| 4349 |
|
|---|
| 4350 | Command /vis/viewer/dolly
|
|---|
| 4351 | Guidance :
|
|---|
| 4352 | Incremental dolly.
|
|---|
| 4353 | Moves the camera incrementally towards target point.
|
|---|
| 4354 |
|
|---|
| 4355 | Parameter : increment
|
|---|
| 4356 | Parameter type : d
|
|---|
| 4357 | Omittable : True
|
|---|
| 4358 | Default value : taken from the current value
|
|---|
| 4359 |
|
|---|
| 4360 | Parameter : Unit
|
|---|
| 4361 | Parameter type : s
|
|---|
| 4362 | Omittable : True
|
|---|
| 4363 | Default value : m
|
|---|
| 4364 | Candidates : pc km m cm mm um nm Ang fm parsec kilometer meter centimeter millimeter micrometer nanometer angstrom fermi
|
|---|
| 4365 |
|
|---|
| 4366 |
|
|---|
| 4367 |
|
|---|
| 4368 | Command /vis/viewer/dollyTo
|
|---|
| 4369 | Guidance :
|
|---|
| 4370 | Dolly to specific coordinate.
|
|---|
| 4371 | Places the camera towards target point relative to standard camera point.
|
|---|
| 4372 |
|
|---|
| 4373 | Parameter : distance
|
|---|
| 4374 | Parameter type : d
|
|---|
| 4375 | Omittable : True
|
|---|
| 4376 | Default value : taken from the current value
|
|---|
| 4377 |
|
|---|
| 4378 | Parameter : Unit
|
|---|
| 4379 | Parameter type : s
|
|---|
| 4380 | Omittable : True
|
|---|
| 4381 | Default value : m
|
|---|
| 4382 | Candidates : pc km m cm mm um nm Ang fm parsec kilometer meter centimeter millimeter micrometer nanometer angstrom fermi
|
|---|
| 4383 |
|
|---|
| 4384 |
|
|---|
| 4385 |
|
|---|
| 4386 | Command /vis/viewer/flush
|
|---|
| 4387 | Guidance :
|
|---|
| 4388 | Compound command: "/vis/viewer/refresh" + "/vis/viewer/update".
|
|---|
| 4389 | Useful for refreshing and initiating post-processing for graphics
|
|---|
| 4390 | systems which need post-processing. By default, acts on current
|
|---|
| 4391 | viewer. "/vis/viewer/list" to see possible viewers. Viewer
|
|---|
| 4392 | becomes current.
|
|---|
| 4393 |
|
|---|
| 4394 | Parameter : viewer-name
|
|---|
| 4395 | Parameter type : s
|
|---|
| 4396 | Omittable : True
|
|---|
| 4397 | Default value : taken from the current value
|
|---|
| 4398 |
|
|---|
| 4399 |
|
|---|
| 4400 |
|
|---|
| 4401 | Command /vis/viewer/list
|
|---|
| 4402 | Guidance :
|
|---|
| 4403 | Lists viewers(s).
|
|---|
| 4404 | See "/vis/verbose" for definition of verbosity.
|
|---|
| 4405 |
|
|---|
| 4406 | Parameter : viewer-name
|
|---|
| 4407 | Parameter type : s
|
|---|
| 4408 | Omittable : True
|
|---|
| 4409 | Default value : all
|
|---|
| 4410 |
|
|---|
| 4411 | Parameter : verbosity
|
|---|
| 4412 | Parameter type : s
|
|---|
| 4413 | Omittable : True
|
|---|
| 4414 | Default value : warnings
|
|---|
| 4415 |
|
|---|
| 4416 |
|
|---|
| 4417 |
|
|---|
| 4418 | Command /vis/viewer/pan
|
|---|
| 4419 | Guidance :
|
|---|
| 4420 | Incremental pan.
|
|---|
| 4421 | Moves the camera incrementally right and up by these amounts (as seen
|
|---|
| 4422 | from viewpoint direction).
|
|---|
| 4423 |
|
|---|
| 4424 | Parameter : right-increment
|
|---|
| 4425 | Parameter type : d
|
|---|
| 4426 | Omittable : True
|
|---|
| 4427 | Default value : taken from the current value
|
|---|
| 4428 |
|
|---|
| 4429 | Parameter : up-increment
|
|---|
| 4430 | Parameter type : d
|
|---|
| 4431 | Omittable : True
|
|---|
| 4432 | Default value : taken from the current value
|
|---|
| 4433 |
|
|---|
| 4434 | Parameter : unit
|
|---|
| 4435 | Parameter type : s
|
|---|
| 4436 | Omittable : True
|
|---|
| 4437 | Default value : m
|
|---|
| 4438 |
|
|---|
| 4439 |
|
|---|
| 4440 |
|
|---|
| 4441 | Command /vis/viewer/panTo
|
|---|
| 4442 | Guidance :
|
|---|
| 4443 | Pan to specific coordinate.
|
|---|
| 4444 | Places the camera in this position right and up relative to standard
|
|---|
| 4445 | target point (as seen from viewpoint direction).
|
|---|
| 4446 |
|
|---|
| 4447 | Parameter : right
|
|---|
| 4448 | Parameter type : d
|
|---|
| 4449 | Omittable : True
|
|---|
| 4450 | Default value : taken from the current value
|
|---|
| 4451 |
|
|---|
| 4452 | Parameter : up
|
|---|
| 4453 | Parameter type : d
|
|---|
| 4454 | Omittable : True
|
|---|
| 4455 | Default value : taken from the current value
|
|---|
| 4456 |
|
|---|
| 4457 | Parameter : unit
|
|---|
| 4458 | Parameter type : s
|
|---|
| 4459 | Omittable : True
|
|---|
| 4460 | Default value : m
|
|---|
| 4461 |
|
|---|
| 4462 |
|
|---|
| 4463 |
|
|---|
| 4464 | Command /vis/viewer/rebuild
|
|---|
| 4465 | Guidance :
|
|---|
| 4466 | Forces rebuild of graphical database.
|
|---|
| 4467 | By default, acts on current viewer. "/vis/viewer/list"
|
|---|
| 4468 | to see possible viewers. Viewer becomes current.
|
|---|
| 4469 |
|
|---|
| 4470 | Parameter : viewer-name
|
|---|
| 4471 | Parameter type : s
|
|---|
| 4472 | Omittable : True
|
|---|
| 4473 | Default value : taken from the current value
|
|---|
| 4474 |
|
|---|
| 4475 |
|
|---|
| 4476 |
|
|---|
| 4477 | Command /vis/viewer/refresh
|
|---|
| 4478 | Guidance :
|
|---|
| 4479 | Refreshes viewer.
|
|---|
| 4480 | By default, acts on current viewer. "/vis/viewer/list"
|
|---|
| 4481 | to see possible viewers. Viewer becomes current.
|
|---|
| 4482 |
|
|---|
| 4483 | Parameter : viewer-name
|
|---|
| 4484 | Parameter type : s
|
|---|
| 4485 | Omittable : True
|
|---|
| 4486 | Default value : taken from the current value
|
|---|
| 4487 |
|
|---|
| 4488 |
|
|---|
| 4489 |
|
|---|
| 4490 | Command /vis/viewer/reset
|
|---|
| 4491 | Guidance :
|
|---|
| 4492 | Resets viewer.
|
|---|
| 4493 | By default, acts on current viewer. "/vis/viewer/list"
|
|---|
| 4494 | to see possible viewers. Viewer becomes current.
|
|---|
| 4495 |
|
|---|
| 4496 | Parameter : viewer-name
|
|---|
| 4497 | Parameter type : s
|
|---|
| 4498 | Omittable : True
|
|---|
| 4499 | Default value : taken from the current value
|
|---|
| 4500 |
|
|---|
| 4501 |
|
|---|
| 4502 |
|
|---|
| 4503 | Command /vis/viewer/scale
|
|---|
| 4504 | Guidance :
|
|---|
| 4505 | Incremental (non-uniform) scaling.
|
|---|
| 4506 | Multiplies components of current scaling by components of this factor.
|
|---|
| 4507 | Scales (x,y,z) by corresponding components of the resulting factor.
|
|---|
| 4508 |
|
|---|
| 4509 |
|
|---|
| 4510 | Parameter : x-scale-multiplier
|
|---|
| 4511 | Parameter type : d
|
|---|
| 4512 | Omittable : True
|
|---|
| 4513 | Default value : taken from the current value
|
|---|
| 4514 |
|
|---|
| 4515 | Parameter : y-scale-multiplier
|
|---|
| 4516 | Parameter type : d
|
|---|
| 4517 | Omittable : True
|
|---|
| 4518 |
|
|---|
| 4519 | Default value : taken from the current value
|
|---|
| 4520 |
|
|---|
| 4521 | Parameter : z-scale-multiplier
|
|---|
| 4522 | Parameter type : d
|
|---|
| 4523 | Omittable : True
|
|---|
| 4524 | Default value : taken from the current value
|
|---|
| 4525 |
|
|---|
| 4526 |
|
|---|
| 4527 |
|
|---|
| 4528 | Command /vis/viewer/scaleTo
|
|---|
| 4529 | Guidance :
|
|---|
| 4530 | Absolute (non-uniform) scaling.
|
|---|
| 4531 | Scales (x,y,z) by corresponding components of this factor.
|
|---|
| 4532 |
|
|---|
| 4533 | Parameter : x-scale-factor
|
|---|
| 4534 | Parameter type : d
|
|---|
| 4535 | Omittable : True
|
|---|
| 4536 | Default value : taken from the current value
|
|---|
| 4537 |
|
|---|
| 4538 | Parameter : y-scale-factor
|
|---|
| 4539 | Parameter type : d
|
|---|
| 4540 | Omittable : True
|
|---|
| 4541 | Default value : taken from the current value
|
|---|
| 4542 |
|
|---|
| 4543 | Parameter : z-scale-factor
|
|---|
| 4544 | Parameter type : d
|
|---|
| 4545 | Omittable : True
|
|---|
| 4546 | Default value : taken from the current value
|
|---|
| 4547 |
|
|---|
| 4548 |
|
|---|
| 4549 |
|
|---|
| 4550 | Command /vis/viewer/select
|
|---|
| 4551 | Guidance :
|
|---|
| 4552 | Selects viewer.
|
|---|
| 4553 | Specify viewer by name. "/vis/viewer/list" to see possible viewers.
|
|---|
| 4554 |
|
|---|
| 4555 | Parameter : viewer-name
|
|---|
| 4556 | Parameter type : s
|
|---|
| 4557 | Omittable : False
|
|---|
| 4558 |
|
|---|
| 4559 |
|
|---|
| 4560 |
|
|---|
| 4561 | Command /vis/viewer/update
|
|---|
| 4562 | Guidance :
|
|---|
| 4563 | Triggers graphical database post-processing for viewers
|
|---|
| 4564 | using that technique.
|
|---|
| 4565 | For such viewers the view only becomes visible with this command.
|
|---|
| 4566 | By default, acts on current viewer. "/vis/viewer/list"
|
|---|
| 4567 | to see possible viewers. Viewer becomes current.
|
|---|
| 4568 |
|
|---|
| 4569 | Parameter : viewer-name
|
|---|
| 4570 | Parameter type : s
|
|---|
| 4571 | Omittable : True
|
|---|
| 4572 | Default value : taken from the current value
|
|---|
| 4573 |
|
|---|
| 4574 |
|
|---|
| 4575 |
|
|---|
| 4576 | Command /vis/viewer/zoom
|
|---|
| 4577 | Guidance :
|
|---|
| 4578 | Incremental zoom.
|
|---|
| 4579 | Multiplies current magnification by this factor.
|
|---|
| 4580 |
|
|---|
| 4581 | Parameter : multiplier
|
|---|
| 4582 | Parameter type : d
|
|---|
| 4583 | Omittable : True
|
|---|
| 4584 | Default value : taken from the current value
|
|---|
| 4585 |
|
|---|
| 4586 |
|
|---|
| 4587 |
|
|---|
| 4588 | Command /vis/viewer/zoomTo
|
|---|
| 4589 | Guidance :
|
|---|
| 4590 | Absolute zoom.
|
|---|
| 4591 | Magnifies standard magnification by this factor.
|
|---|
| 4592 |
|
|---|
| 4593 | Parameter : factor
|
|---|
| 4594 | Parameter type : d
|
|---|
| 4595 | Omittable : True
|
|---|
| 4596 | Default value : taken from the current value
|
|---|
| 4597 |
|
|---|
| 4598 | Command directory path : /vis/viewer/set/
|
|---|
| 4599 |
|
|---|
| 4600 |
|
|---|
| 4601 | Guidance :
|
|---|
| 4602 | Set view parameters of current viewer.
|
|---|
| 4603 |
|
|---|
| 4604 | Sub-directories :
|
|---|
| 4605 | Commands :
|
|---|
| 4606 | all * Copies view parameters.
|
|---|
| 4607 | autoRefresh * Sets auto-refresh.
|
|---|
| 4608 | auxiliaryEdge * Sets visibility of auxiliary edges
|
|---|
| 4609 | background * Set background colour and transparency (default black and opaque).
|
|---|
| 4610 | culling * Set culling options.
|
|---|
| 4611 | cutawayMode * Sets cutaway mode - add (union) or multiply (intersection).
|
|---|
| 4612 | edge * Edges become visible/invisible in surface mode.
|
|---|
| 4613 | explodeFactor * Moves top-level drawn volumes by this factor from this centre.
|
|---|
| 4614 | globalLineWidthScale * Multiplies line widths by this factor.
|
|---|
| 4615 | globalMarkerScale * Multiplies marker sizes by this factor.
|
|---|
| 4616 | hiddenEdge * Edges become hidden/seen in wireframe or surface mode.
|
|---|
| 4617 | hiddenMarker * If true, closer objects hide markers. Otherwise, markers always show.
|
|---|
| 4618 | lightsMove * Lights move with camera or with object
|
|---|
| 4619 | lightsThetaPhi * Set direction from target to lights.
|
|---|
| 4620 | lightsVector * Set direction from target to lights.
|
|---|
| 4621 | lineSegmentsPerCircle * Set number of sides per circle for polygon/polyhedron drawing.
|
|---|
| 4622 | projection * Orthogonal or perspective projection.
|
|---|
| 4623 | sectionPlane * Set plane for drawing section (DCUT).
|
|---|
| 4624 | style * Set style of drawing - w[ireframe] or s[urface].
|
|---|
| 4625 | upThetaPhi * Set up vector.
|
|---|
| 4626 | upVector * Set up vector.
|
|---|
| 4627 | viewpointThetaPhi * Set direction from target to camera.
|
|---|
| 4628 | viewpointVector * Set direction from target to camera.
|
|---|
| 4629 |
|
|---|
| 4630 |
|
|---|
| 4631 | Command /vis/viewer/set/all
|
|---|
| 4632 | Guidance :
|
|---|
| 4633 | Copies view parameters.
|
|---|
| 4634 | Copies view parameters (except the autoRefresh status) from
|
|---|
| 4635 | from-viewer to current viewer.
|
|---|
| 4636 |
|
|---|
| 4637 | Parameter : from-viewer-name
|
|---|
| 4638 | Parameter type : s
|
|---|
| 4639 | Omittable : False
|
|---|
| 4640 |
|
|---|
| 4641 |
|
|---|
| 4642 |
|
|---|
| 4643 | Command /vis/viewer/set/autoRefresh
|
|---|
| 4644 | Guidance :
|
|---|
| 4645 | Sets auto-refresh.
|
|---|
| 4646 | If true, view is automatically refreshed after a change of
|
|---|
| 4647 | view parameters.
|
|---|
| 4648 |
|
|---|
| 4649 | Parameter : auto-refresh
|
|---|
| 4650 | Parameter type : b
|
|---|
| 4651 | Omittable : True
|
|---|
| 4652 | Default value : 0
|
|---|
| 4653 |
|
|---|
| 4654 |
|
|---|
| 4655 |
|
|---|
| 4656 | Command /vis/viewer/set/auxiliaryEdge
|
|---|
| 4657 | Guidance :
|
|---|
| 4658 | Sets visibility of auxiliary edges
|
|---|
| 4659 | Auxiliary edges, i.e., those that are part of a curved surface,
|
|---|
| 4660 | sometimes called soft edges, become visible/invisible.
|
|---|
| 4661 |
|
|---|
| 4662 | Parameter : edge
|
|---|
| 4663 | Parameter type : b
|
|---|
| 4664 | Omittable : True
|
|---|
| 4665 | Default value : 0
|
|---|
| 4666 |
|
|---|
| 4667 |
|
|---|
| 4668 |
|
|---|
| 4669 |
|
|---|
| 4670 | Command /vis/viewer/set/background
|
|---|
| 4671 | Guidance :
|
|---|
| 4672 | Set background colour and transparency (default black and opaque).
|
|---|
| 4673 | Accepts (a) RGB triplet. e.g., ".3 .4 .5", or
|
|---|
| 4674 | (b) string such as "white", "black", "grey", "red"...
|
|---|
| 4675 | (c) an additional number for opacity, e.g., ".3 .4 .5 .6"
|
|---|
| 4676 | or "grey ! ! .6" (note "!"'s for unused green and blue parameters),
|
|---|
| 4677 | e.g. "! ! ! 0." for a transparent background.
|
|---|
| 4678 |
|
|---|
| 4679 | Parameter : red_or_string
|
|---|
| 4680 | Parameter type : s
|
|---|
| 4681 | Omittable : True
|
|---|
| 4682 | Default value : 0.
|
|---|
| 4683 |
|
|---|
| 4684 | Parameter : green
|
|---|
| 4685 | Parameter type : d
|
|---|
| 4686 | Omittable : True
|
|---|
| 4687 | Default value : 0
|
|---|
| 4688 |
|
|---|
| 4689 | Parameter : blue
|
|---|
| 4690 | Parameter type : d
|
|---|
| 4691 | Omittable : True
|
|---|
| 4692 | Default value : 0
|
|---|
| 4693 |
|
|---|
| 4694 | Parameter : opacity
|
|---|
| 4695 | Parameter type : d
|
|---|
| 4696 | Omittable : True
|
|---|
| 4697 | Default value : 1
|
|---|
| 4698 |
|
|---|
| 4699 |
|
|---|
| 4700 |
|
|---|
| 4701 | Command /vis/viewer/set/culling
|
|---|
| 4702 | Guidance :
|
|---|
| 4703 | Set culling options.
|
|---|
| 4704 | "global": enables/disables all other culling options.
|
|---|
| 4705 | "coveredDaughters": culls, i.e., eliminates, volumes that would not
|
|---|
| 4706 | be seen because covered by ancester volumes in surface drawing mode,
|
|---|
| 4707 | and then only if the ancesters are visible and opaque, and then only
|
|---|
| 4708 | if no sections or cutaways are in operation. Intended solely to
|
|---|
| 4709 | improve the speed of rendering visible volumes.
|
|---|
| 4710 | "invisible": culls objects with the invisible attribute set.
|
|---|
| 4711 | "density": culls volumes with density lower than threshold. Useful
|
|---|
| 4712 | for eliminating "container volumes" with no physical correspondence,
|
|---|
| 4713 | whose material is usually air. If this is selected, provide threshold
|
|---|
| 4714 | density and unit (g/cm3 mg/cm3 or kg/m3).
|
|---|
| 4715 |
|
|---|
| 4716 | Parameter : culling-option
|
|---|
| 4717 | Parameter type : s
|
|---|
| 4718 | Omittable : False
|
|---|
| 4719 | Candidates : global coveredDaughters invisible density
|
|---|
| 4720 |
|
|---|
| 4721 | Parameter : action
|
|---|
| 4722 | Parameter type : b
|
|---|
| 4723 | Omittable : True
|
|---|
| 4724 | Default value : 1
|
|---|
| 4725 |
|
|---|
| 4726 | Parameter : density-threshold
|
|---|
| 4727 | Parameter type : d
|
|---|
| 4728 | Omittable : True
|
|---|
| 4729 | Default value : 0.01
|
|---|
| 4730 |
|
|---|
| 4731 | Parameter : unit
|
|---|
| 4732 | Parameter type : s
|
|---|
| 4733 | Omittable : True
|
|---|
| 4734 | Default value : g/cm3
|
|---|
| 4735 | Candidates : g/cm3, mg/cm3 kg/m3
|
|---|
| 4736 |
|
|---|
| 4737 |
|
|---|
| 4738 |
|
|---|
| 4739 | Command /vis/viewer/set/cutawayMode
|
|---|
| 4740 | Guidance :
|
|---|
| 4741 | Sets cutaway mode - add (union) or multiply (intersection).
|
|---|
| 4742 |
|
|---|
| 4743 | Parameter : cutaway-mode
|
|---|
| 4744 | Parameter type : s
|
|---|
| 4745 | Omittable : False
|
|---|
| 4746 | Default value : union
|
|---|
| 4747 | Candidates : add union multiply intersection
|
|---|
| 4748 |
|
|---|
| 4749 |
|
|---|
| 4750 |
|
|---|
| 4751 | Command /vis/viewer/set/edge
|
|---|
| 4752 | Guidance :
|
|---|
| 4753 | Edges become visible/invisible in surface mode.
|
|---|
| 4754 |
|
|---|
| 4755 | Parameter : edge
|
|---|
| 4756 | Parameter type : b
|
|---|
| 4757 | Omittable : True
|
|---|
| 4758 | Default value : 1
|
|---|
| 4759 |
|
|---|
| 4760 |
|
|---|
| 4761 |
|
|---|
| 4762 | Command /vis/viewer/set/explodeFactor
|
|---|
| 4763 | Guidance :
|
|---|
| 4764 | Moves top-level drawn volumes by this factor from this centre.
|
|---|
| 4765 |
|
|---|
| 4766 | Parameter : explodeFactor
|
|---|
| 4767 | Parameter type : d
|
|---|
| 4768 | Omittable : True
|
|---|
| 4769 | Default value : 1
|
|---|
| 4770 | Parameter range : explodeFactor>=1.
|
|---|
| 4771 |
|
|---|
| 4772 | Parameter : x
|
|---|
| 4773 | Coordinate of explode centre.
|
|---|
| 4774 | Parameter type : d
|
|---|
| 4775 | Omittable : True
|
|---|
| 4776 | Default value : 0
|
|---|
| 4777 |
|
|---|
| 4778 | Parameter : y
|
|---|
| 4779 | Coordinate of explode centre.
|
|---|
| 4780 | Parameter type : d
|
|---|
| 4781 | Omittable : True
|
|---|
| 4782 | Default value : 0
|
|---|
| 4783 |
|
|---|
| 4784 | Parameter : z
|
|---|
| 4785 | Coordinate of explode centre.
|
|---|
| 4786 | Parameter type : d
|
|---|
| 4787 | Omittable : True
|
|---|
| 4788 | Default value : 0
|
|---|
| 4789 |
|
|---|
| 4790 | Parameter : unit
|
|---|
| 4791 | Unit of explode centre.
|
|---|
| 4792 | Parameter type : s
|
|---|
| 4793 | Omittable : True
|
|---|
| 4794 | Default value : m
|
|---|
| 4795 |
|
|---|
| 4796 |
|
|---|
| 4797 |
|
|---|
| 4798 | Command /vis/viewer/set/globalLineWidthScale
|
|---|
| 4799 | Guidance :
|
|---|
| 4800 | Multiplies line widths by this factor.
|
|---|
| 4801 |
|
|---|
| 4802 | Parameter : scale-factor
|
|---|
| 4803 | Parameter type : d
|
|---|
| 4804 | Omittable : True
|
|---|
| 4805 | Default value : 1
|
|---|
| 4806 |
|
|---|
| 4807 |
|
|---|
| 4808 |
|
|---|
| 4809 | Command /vis/viewer/set/globalMarkerScale
|
|---|
| 4810 | Guidance :
|
|---|
| 4811 | Multiplies marker sizes by this factor.
|
|---|
| 4812 |
|
|---|
| 4813 | Parameter : scale-factor
|
|---|
| 4814 | Parameter type : d
|
|---|
| 4815 | Omittable : True
|
|---|
| 4816 | Default value : 1
|
|---|
| 4817 |
|
|---|
| 4818 |
|
|---|
| 4819 |
|
|---|
| 4820 | Command /vis/viewer/set/hiddenEdge
|
|---|
| 4821 | Guidance :
|
|---|
| 4822 | Edges become hidden/seen in wireframe or surface mode.
|
|---|
| 4823 |
|
|---|
| 4824 | Parameter : hidden-edge
|
|---|
| 4825 | Parameter type : b
|
|---|
| 4826 | Omittable : True
|
|---|
| 4827 | Default value : 1
|
|---|
| 4828 |
|
|---|
| 4829 |
|
|---|
| 4830 |
|
|---|
| 4831 | Command /vis/viewer/set/hiddenMarker
|
|---|
| 4832 | Guidance :
|
|---|
| 4833 | If true, closer objects hide markers. Otherwise, markers always show.
|
|---|
| 4834 |
|
|---|
| 4835 | Parameter : hidden-marker
|
|---|
| 4836 | Parameter type : b
|
|---|
| 4837 | Omittable : True
|
|---|
| 4838 | Default value : 1
|
|---|
| 4839 |
|
|---|
| 4840 |
|
|---|
| 4841 |
|
|---|
| 4842 | Command /vis/viewer/set/lightsMove
|
|---|
| 4843 | Guidance :
|
|---|
| 4844 | Lights move with camera or with object
|
|---|
| 4845 |
|
|---|
| 4846 | Parameter : lightsMove
|
|---|
| 4847 | Parameter type : s
|
|---|
| 4848 | Omittable : False
|
|---|
| 4849 | Candidates : cam camera with-camera obj object with-object
|
|---|
| 4850 |
|
|---|
| 4851 |
|
|---|
| 4852 |
|
|---|
| 4853 | Command /vis/viewer/set/lightsThetaPhi
|
|---|
| 4854 | Guidance :
|
|---|
| 4855 | Set direction from target to lights.
|
|---|
| 4856 |
|
|---|
| 4857 | Parameter : theta
|
|---|
| 4858 | Parameter type : d
|
|---|
| 4859 | Omittable : True
|
|---|
| 4860 | Default value : 60
|
|---|
| 4861 |
|
|---|
| 4862 | Parameter : phi
|
|---|
| 4863 | Parameter type : d
|
|---|
| 4864 | Omittable : True
|
|---|
| 4865 | Default value : 45
|
|---|
| 4866 |
|
|---|
| 4867 | Parameter : unit
|
|---|
| 4868 | Parameter type : s
|
|---|
| 4869 | Omittable : True
|
|---|
| 4870 | Default value : deg
|
|---|
| 4871 |
|
|---|
| 4872 |
|
|---|
| 4873 |
|
|---|
| 4874 | Command /vis/viewer/set/lightsVector
|
|---|
| 4875 | Guidance :
|
|---|
| 4876 | Set direction from target to lights.
|
|---|
| 4877 |
|
|---|
| 4878 | Parameter : x
|
|---|
| 4879 | Parameter type : d
|
|---|
| 4880 | Omittable : True
|
|---|
| 4881 | Default value : 1
|
|---|
| 4882 |
|
|---|
| 4883 | Parameter : y
|
|---|
| 4884 | Parameter type : d
|
|---|
| 4885 | Omittable : True
|
|---|
| 4886 | Default value : 1
|
|---|
| 4887 |
|
|---|
| 4888 | Parameter : z
|
|---|
| 4889 | Parameter type : d
|
|---|
| 4890 | Omittable : True
|
|---|
| 4891 | Default value : 1
|
|---|
| 4892 |
|
|---|
| 4893 |
|
|---|
| 4894 |
|
|---|
| 4895 | Command /vis/viewer/set/lineSegmentsPerCircle
|
|---|
| 4896 | Guidance :
|
|---|
| 4897 | Set number of sides per circle for polygon/polyhedron drawing.
|
|---|
| 4898 | Refers to graphical representation of objects with curved lines/surfaces.
|
|---|
| 4899 |
|
|---|
| 4900 | Parameter : line-segments
|
|---|
| 4901 | Parameter type : i
|
|---|
| 4902 | Omittable : True
|
|---|
| 4903 | Default value : 24
|
|---|
| 4904 |
|
|---|
| 4905 |
|
|---|
| 4906 |
|
|---|
| 4907 | Command /vis/viewer/set/projection
|
|---|
| 4908 | Guidance :
|
|---|
| 4909 | Orthogonal or perspective projection.
|
|---|
| 4910 |
|
|---|
| 4911 | Parameter : projection
|
|---|
| 4912 | Parameter type : s
|
|---|
| 4913 | Omittable : True
|
|---|
| 4914 | Default value : orthogonal
|
|---|
| 4915 | Candidates : o orthogonal p perspective
|
|---|
| 4916 |
|
|---|
| 4917 | Parameter : field-half-angle
|
|---|
| 4918 | Parameter type : d
|
|---|
| 4919 | Omittable : True
|
|---|
| 4920 | Default value : 30
|
|---|
| 4921 |
|
|---|
| 4922 | Parameter : unit
|
|---|
| 4923 | Parameter type : s
|
|---|
| 4924 | Omittable : True
|
|---|
| 4925 | Default value : deg
|
|---|
| 4926 |
|
|---|
| 4927 |
|
|---|
| 4928 |
|
|---|
| 4929 | Command /vis/viewer/set/sectionPlane
|
|---|
| 4930 | Guidance :
|
|---|
| 4931 | Set plane for drawing section (DCUT).
|
|---|
| 4932 | E.g., for a y-z plane at x = 1 cm:
|
|---|
| 4933 | "/vis/viewer/set/sectionPlane on 1 0 0 cm 1 0 0".
|
|---|
| 4934 | To turn off: /vis/viewer/set/sectionPlane off
|
|---|
| 4935 |
|
|---|
| 4936 | Parameter : Selector
|
|---|
| 4937 | Parameter type : c
|
|---|
| 4938 | Omittable : True
|
|---|
| 4939 | Default value : on
|
|---|
| 4940 |
|
|---|
| 4941 | Parameter : x
|
|---|
| 4942 | Coordinate of point on the plane.
|
|---|
| 4943 | Parameter type : d
|
|---|
| 4944 | Omittable : True
|
|---|
| 4945 | Default value : 0
|
|---|
| 4946 |
|
|---|
| 4947 | Parameter : y
|
|---|
| 4948 | Coordinate of point on the plane.
|
|---|
| 4949 | Parameter type : d
|
|---|
| 4950 | Omittable : True
|
|---|
| 4951 | Default value : 0
|
|---|
| 4952 |
|
|---|
| 4953 | Parameter : z
|
|---|
| 4954 | Coordinate of point on the plane.
|
|---|
| 4955 | Parameter type : d
|
|---|
| 4956 | Omittable : True
|
|---|
| 4957 | Default value : 0
|
|---|
| 4958 |
|
|---|
| 4959 | Parameter : unit
|
|---|
| 4960 | Unit of point on the plane.
|
|---|
| 4961 | Parameter type : s
|
|---|
| 4962 | Omittable : True
|
|---|
| 4963 | Default value : m
|
|---|
| 4964 |
|
|---|
| 4965 | Parameter : nx
|
|---|
| 4966 | Component of plane normal.
|
|---|
| 4967 | Parameter type : d
|
|---|
| 4968 | Omittable : True
|
|---|
| 4969 | Default value : 1
|
|---|
| 4970 |
|
|---|
| 4971 | Parameter : ny
|
|---|
| 4972 | Component of plane normal.
|
|---|
| 4973 | Parameter type : d
|
|---|
| 4974 | Omittable : True
|
|---|
| 4975 | Default value : 0
|
|---|
| 4976 |
|
|---|
| 4977 | Parameter : nz
|
|---|
| 4978 | Component of plane normal.
|
|---|
| 4979 | Parameter type : d
|
|---|
| 4980 | Omittable : True
|
|---|
| 4981 | Default value : 0
|
|---|
| 4982 |
|
|---|
| 4983 |
|
|---|
| 4984 |
|
|---|
| 4985 | Command /vis/viewer/set/style
|
|---|
| 4986 | Guidance :
|
|---|
| 4987 | Set style of drawing - w[ireframe] or s[urface].
|
|---|
| 4988 | (Hidden line drawing is controlled by "/vis/viewer/set/hiddenEdge".)
|
|---|
| 4989 |
|
|---|
| 4990 | Parameter : style
|
|---|
| 4991 | Parameter type : s
|
|---|
| 4992 | Omittable : False
|
|---|
| 4993 |
|
|---|
| 4994 |
|
|---|
| 4995 |
|
|---|
| 4996 | Command /vis/viewer/set/upThetaPhi
|
|---|
| 4997 | Guidance :
|
|---|
| 4998 | Set up vector.
|
|---|
| 4999 | Viewer will attempt always to show this direction upwards.
|
|---|
| 5000 |
|
|---|
| 5001 | Parameter : theta
|
|---|
| 5002 | Parameter type : d
|
|---|
| 5003 | Omittable : True
|
|---|
| 5004 | Default value : 90
|
|---|
| 5005 |
|
|---|
| 5006 | Parameter : phi
|
|---|
| 5007 | Parameter type : d
|
|---|
| 5008 | Omittable : True
|
|---|
| 5009 | Default value : 90
|
|---|
| 5010 |
|
|---|
| 5011 | Parameter : unit
|
|---|
| 5012 | Parameter type : s
|
|---|
| 5013 | Omittable : True
|
|---|
| 5014 | Default value : deg
|
|---|
| 5015 |
|
|---|
| 5016 |
|
|---|
| 5017 |
|
|---|
| 5018 | Command /vis/viewer/set/upVector
|
|---|
| 5019 | Guidance :
|
|---|
| 5020 | Set up vector.
|
|---|
| 5021 | Viewer will attempt always to show this direction upwards.
|
|---|
| 5022 |
|
|---|
| 5023 | Parameter : x
|
|---|
| 5024 | Parameter type : d
|
|---|
| 5025 | Omittable : True
|
|---|
| 5026 | Default value : 0
|
|---|
| 5027 |
|
|---|
| 5028 | Parameter : y
|
|---|
| 5029 | Parameter type : d
|
|---|
| 5030 | Omittable : True
|
|---|
| 5031 | Default value : 1
|
|---|
| 5032 |
|
|---|
| 5033 | Parameter : z
|
|---|
| 5034 | Parameter type : d
|
|---|
| 5035 | Omittable : True
|
|---|
| 5036 | Default value : 0
|
|---|
| 5037 |
|
|---|
| 5038 |
|
|---|
| 5039 |
|
|---|
| 5040 | Command /vis/viewer/set/viewpointThetaPhi
|
|---|
| 5041 | Guidance :
|
|---|
| 5042 | Set direction from target to camera.
|
|---|
| 5043 | Also changes lightpoint direction if lights are set to move with camera.
|
|---|
| 5044 |
|
|---|
| 5045 | Parameter : theta
|
|---|
| 5046 | Parameter type : d
|
|---|
| 5047 | Omittable : True
|
|---|
| 5048 | Default value : 60
|
|---|
| 5049 |
|
|---|
| 5050 | Parameter : phi
|
|---|
| 5051 | Parameter type : d
|
|---|
| 5052 |
|
|---|
| 5053 | Omittable : True
|
|---|
| 5054 | Default value : 45
|
|---|
| 5055 |
|
|---|
| 5056 | Parameter : unit
|
|---|
| 5057 | Parameter type : s
|
|---|
| 5058 | Omittable : True
|
|---|
| 5059 | Default value : deg
|
|---|
| 5060 |
|
|---|
| 5061 |
|
|---|
| 5062 |
|
|---|
| 5063 | Command /vis/viewer/set/viewpointVector
|
|---|
| 5064 | Guidance :
|
|---|
| 5065 | Set direction from target to camera.
|
|---|
| 5066 | Also changes lightpoint direction if lights are set to move with camera.
|
|---|
| 5067 |
|
|---|
| 5068 | Parameter : x
|
|---|
| 5069 | Parameter type : d
|
|---|
| 5070 | Omittable : True
|
|---|
| 5071 | Default value : 1
|
|---|
| 5072 |
|
|---|
| 5073 | Parameter : y
|
|---|
| 5074 | Parameter type : d
|
|---|
| 5075 | Omittable : True
|
|---|
| 5076 | Default value : 1
|
|---|
| 5077 |
|
|---|
| 5078 | Parameter : z
|
|---|
| 5079 | Parameter type : d
|
|---|
| 5080 | Omittable : True
|
|---|
| 5081 | Default value : 1
|
|---|
| 5082 |
|
|---|