51 (
"/vis/touchable/set/colour",
this);
52 fpCommandSetColour->SetGuidance(
"Set colour of current touchable.");
53 fpCommandSetColour->SetGuidance
54 (
"Use \"/vis/set/touchable\" to set current touchable.");
58 fpCommandSetColour->SetParameter(parameter);
61 fpCommandSetColour->SetParameter(parameter);
64 fpCommandSetColour->SetParameter(parameter);
65 parameter =
new G4UIparameter(
"opacity",
'd', omitable =
true);
67 fpCommandSetColour->SetParameter(parameter);
70 (
"/vis/touchable/set/daughtersInvisible",
this);
71 fpCommandSetDaughtersInvisible->SetGuidance
72 (
"Daughters of current touchable invisible: true/false.");
73 fpCommandSetDaughtersInvisible->SetGuidance
74 (
"Use \"/vis/set/touchable\" to set current touchable.");
75 fpCommandSetDaughtersInvisible->SetParameterName(
"daughtersInvisible", omitable =
true);
76 fpCommandSetDaughtersInvisible->SetDefaultValue(
true);
79 (
"/vis/touchable/set/forceAuxEdgeVisible",
this);
80 fpCommandSetForceAuxEdgeVisible->SetGuidance
81 (
"Force auxiliary (soft) edges of current touchable to be visible: true/false.");
82 fpCommandSetForceAuxEdgeVisible->SetGuidance
83 (
"Use \"/vis/set/touchable\" to set current touchable.");
84 fpCommandSetForceAuxEdgeVisible->SetParameterName(
"forceAuxEdgeVisible", omitable =
true);
85 fpCommandSetForceAuxEdgeVisible->SetDefaultValue(
true);
88 (
"/vis/touchable/set/forceCloud",
this);
89 fpCommandSetForceCloud->SetGuidance
90 (
"Force current touchable always to be drawn as a cloud.");
91 fpCommandSetForceCloud->SetGuidance
92 (
"Use \"/vis/set/touchable\" to set current touchable.");
93 fpCommandSetForceCloud->SetParameterName(
"force", omitable =
true);
94 fpCommandSetForceCloud->SetDefaultValue(
true);
97 (
"/vis/touchable/set/forceSolid",
this);
98 fpCommandSetForceSolid->SetGuidance
99 (
"Force current touchable always to be drawn solid (surface drawing).");
100 fpCommandSetForceSolid->SetGuidance
101 (
"Use \"/vis/set/touchable\" to set current touchable.");
102 fpCommandSetForceSolid->SetParameterName(
"force", omitable =
true);
103 fpCommandSetForceSolid->SetDefaultValue(
true);
106 (
"/vis/touchable/set/forceWireframe",
this);
107 fpCommandSetForceWireframe->SetGuidance
108 (
"Force current touchable always to be drawn as wireframe.");
109 fpCommandSetForceWireframe->SetGuidance
110 (
"Use \"/vis/set/touchable\" to set current touchable.");
111 fpCommandSetForceWireframe->SetParameterName(
"forceWireframe", omitable =
true);
112 fpCommandSetForceWireframe->SetDefaultValue(
true);
115 (
"/vis/touchable/set/lineSegmentsPerCircle",
this);
116 fpCommandSetLineSegmentsPerCircle->SetGuidance
117 (
"For current touchable, set number of line segments per circle, the"
118 "\nprecision with which a curved line or surface is represented by a"
119 "\npolygon or polyhedron, regardless of the view parameters."
120 "\nNegative to pick up G4Polyhedron default value.");
121 fpCommandSetLineSegmentsPerCircle->SetGuidance
122 (
"Use \"/vis/set/touchable\" to set current touchable.");
123 fpCommandSetLineSegmentsPerCircle->SetParameterName(
"lineSegmentsPerCircle", omitable =
true);
124 fpCommandSetLineSegmentsPerCircle->SetDefaultValue(0);
127 (
"/vis/touchable/set/lineStyle",
this);
128 fpCommandSetLineStyle->SetGuidance(
"Set line style of current touchable drawing.");
129 fpCommandSetLineStyle->SetGuidance
130 (
"Use \"/vis/set/touchable\" to set current touchable.");
131 fpCommandSetLineStyle->SetParameterName(
"lineStyle", omitable =
true);
132 fpCommandSetLineStyle->SetCandidates(
"unbroken dashed dotted");
133 fpCommandSetLineStyle->SetDefaultValue(
"unbroken");
136 (
"/vis/touchable/set/lineWidth",
this);
137 fpCommandSetLineWidth->SetGuidance(
"Set line width of current touchable.");
138 fpCommandSetLineWidth->SetGuidance
139 (
"Use \"/vis/set/touchable\" to set current touchable.");
140 fpCommandSetLineWidth->SetParameterName(
"lineWidth", omitable =
true);
141 fpCommandSetLineWidth->SetDefaultValue(1.);
144 (
"/vis/touchable/set/numberOfCloudPoints",
this);
145 fpCommandSetNumberOfCloudPoints->SetGuidance
146 (
"For current touchable, set number of cloud points for cloud drawing."
147 "\n<= 0 means under control of viewer.");
148 fpCommandSetNumberOfCloudPoints->SetGuidance
149 (
"Use \"/vis/set/touchable\" to set current touchable.");
150 fpCommandSetNumberOfCloudPoints->SetParameterName(
"numberOfCloudPoints", omitable =
true);
151 fpCommandSetNumberOfCloudPoints->SetDefaultValue(0);
154 (
"/vis/touchable/set/visibility",
this);
155 fpCommandSetVisibility->SetGuidance
156 (
"Set visibility of current touchable: true/false.");
157 fpCommandSetVisibility->SetGuidance
158 (
"Use \"/vis/set/touchable\" to set current touchable.");
159 fpCommandSetVisibility->SetParameterName(
"visibility", omitable =
true);
160 fpCommandSetVisibility->SetDefaultValue(
true);
187 if (!currentViewer) {
190 "ERROR: G4VisCommandsTouchableSet::SetNewValue: no current viewer."
199 if (command == fpCommandSetColour)
203 std::istringstream iss(newValue);
204 iss >> redOrString >> green >> blue >> opacity;
215 else if (command == fpCommandSetDaughtersInvisible) {
224 else if (command == fpCommandSetForceAuxEdgeVisible) {
233 else if (command == fpCommandSetLineSegmentsPerCircle) {
243 else if (command == fpCommandSetForceCloud) {
252 else if (command == fpCommandSetForceSolid) {
261 else if (command == fpCommandSetForceWireframe) {
270 else if (command == fpCommandSetLineStyle) {
272 if (newValue ==
"dashed") {
274 }
else if (newValue ==
"dotted") {
286 else if (command == fpCommandSetLineWidth) {
295 else if (command == fpCommandSetNumberOfCloudPoints) {
305 else if (command == fpCommandSetVisibility) {
313 static G4bool first =
true;
316 G4warn <<
"WARNING: If \"/vis/touchable/set/visibility\" does not appear to"
317 "\n work, check that opacity (4th component of colour) is non-zero." <<
G4endl;
318 G4warn <<
"ALSO: The volume must be in a requested physical volume tree,"
319 "\n not in the \"base path\". E.g., if"
320 "\n /vis/drawVolume volume-name"
321 "\n there is no way to make a parent of volume-name visible except by"
322 "\n explicitly adding the parent:"
323 "\n /vis/scene/add/volume parent-name" <<
G4endl;
331 "ERROR: G4VisCommandsTouchableSet::SetNewValue: unrecognised command."