Problem 477

Summary: /vis/viewer/set/sectionPlane problem
Product: Geant4 Reporter: linn
Component: visualizationAssignee: John.Allison
Status: RESOLVED FIXED    
Severity: critical    
Priority: P1    
Version: other   
Hardware: PC   
OS: Linux   

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.