Go to the documentation of this file.
44 fpCommand->
SetGuidance(
"Default hiddenEdge drawing for future viewers.");
46 (
"Edges become hidden/seen in wireframe or surface mode.");
70 switch (existingStyle) {
84 switch (existingStyle) {
112 fpCommand->
SetGuidance(
"Default drawing style for future viewers.");
114 (
"Set style of drawing - w[ireframe] or s[urface].");
116 (
"(Default hidden line drawing is controlled by \"/vis/viewer/default/hiddenEdge\".)");
138 const size_t iPos0 = 0;
139 if (newValue[iPos0] ==
'w') {
140 switch (existingStyle) {
153 else if (newValue[iPos0] ==
's') {
154 switch (existingStyle) {
169 G4cout <<
"ERROR: \"" << newValue <<
"\" not recognised."
170 " Looking for 'w' or 's' first character." <<
G4endl;