Problem 477 - /vis/viewer/set/sectionPlane problem
Summary: /vis/viewer/set/sectionPlane problem
Status: RESOLVED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: visualization (show other problems)
Version: other
Hardware: PC Linux
: P1 critical
Assignee: John.Allison
URL:
Depends on:
Blocks:
 
Reported: 2003-04-07 15:20 CEST by linn
Modified: 2004-04-05 03:59 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
Description linn 2003-04-07 15:20:27 CEST
Trying to draw detector (ExN04) in section view. It seems that sectionPlane is
not implemented correctly. Am using g4.5 with latest patch.
#
# draw scene
#
/vis/viewer/set/sectionPlane 2.0 2.0 2.0 cm 0.0 1.0 0.0
cm: double value expected.
***** Illegal parameter (3) </vis/viewer/set/sectionPlane 2.0 2.0 2.0 cm 0.0
1.0 0.0> *****
***** Command ignored *****
Comment 1 John.Allison 2004-04-05 03:59:59 CEST
The parameter "on" is missing.  See guidance.
  /vis/viewer/set/sectionPlane on 2.0 2.0 2.0 cm 0.0 1.0 0.0
Actually, it the documentation in the Application
Developer's Guide that is wrong.  It will be corrected.