diff --git a/doc/salome/gui/GEOM/arc.htm b/doc/salome/gui/GEOM/arc.htm index 7d62f043c..738480e99 100755 --- a/doc/salome/gui/GEOM/arc.htm +++ b/doc/salome/gui/GEOM/arc.htm @@ -86,12 +86,12 @@ else
-
You can define - an Arc by by three - Points that lie on it. Point1 is the starting point of - the arc, Point2 is a middle point of the arc and Point3 is the ending - point of the arc.
+You can + define an Arc by three + Points that lie on it, where + Point1 is the starting point and Point3 is the ending point + of the arc.
The
Result of the operation will be a
diff --git a/doc/salome/gui/GEOM/archimede.htm b/doc/salome/gui/GEOM/archimede.htm
index bc1c43e8b..fef374bd8 100755
--- a/doc/salome/gui/GEOM/archimede.htm
+++ b/doc/salome/gui/GEOM/archimede.htm
@@ -19,9 +19,9 @@ p.whs2 { font-size:12pt; }
p.whs3 { font-family:'Times New Roman' , serif; font-size:12pt; }
p.whs4 { font-size:12pt; margin-left:40px; }
img_whs5 { border:none; width:312px; height:367px; float:none; border-style:none; }
-img_whs6 { border:none; float:none; width:199px; height:184px; border-style:none; }
-img_whs7 { border:none; float:none; width:186px; height:183px; border-style:none; }
-img_whs8 { border:none; float:none; width:181px; height:181px; border-style:none; }
+img_whs6 { border:none; float:none; width:200px; height:180px; border-style:none; }
+img_whs7 { border:none; float:none; width:185px; height:180px; border-style:none; }
+img_whs8 { border:none; float:none; width:180px; height:180px; border-style:none; }
-->
-Changing Displaying Parameters
+Changing Display Parameters
-Changing Color
+Changing Display Mode
+
+
import + salome
+ +import geompy
+ +box = geompy.MakeBox(0,0,0, + 50,50,50)
+ ++ +
sphere = geompy.MakeSphere(50,50,50, + 30)
+ +fuse = geompy.MakeBoolean(box,sphere,3)
+ +fuse_id = geompy.addToStudy(fuse,"Fuse")
+ ++ +
gg = salome.ImportComponentGUI("GEOM")
+ +gg.createAndDisplayGO(fuse_id)
+ +gg.setDisplayMode(fuse_id,1) +
+ ++ +
import salome
@@ -103,37 +133,9 @@ else-
import - salome
- -import geompy
- -box = geompy.MakeBox(0,0,0, - 50,50,50)
--
sphere = geompy.MakeSphere(50,50,50, - 30)
- -fuse = geompy.MakeBoolean(box,sphere,3)
- -fuse_id = geompy.addToStudy(fuse,"Fuse")
- -- -
gg = salome.ImportComponentGUI("GEOM")
- -gg.createAndDisplayGO(fuse_id)
- -gg.setDisplayMode(fuse_id,1) -
- -- -
import salome
diff --git a/doc/salome/gui/GEOM/changing_displaying_parameters.htm b/doc/salome/gui/GEOM/changing_displaying_parameters.htm index 42ab05be2..683769b8c 100755 --- a/doc/salome/gui/GEOM/changing_displaying_parameters.htm +++ b/doc/salome/gui/GEOM/changing_displaying_parameters.htm @@ -31,8 +31,6 @@ img_whs14 { border:none; width:354px; height:177px; float:none; border-style:non p.whs15 { margin-left:40px; font-size:12pt; } img_whs16 { border:none; width:397px; height:428px; float:none; border-style:none; } img_whs17 { border:none; width:401px; height:429px; float:none; border-style:none; } -img_whs18 { border:none; width:255px; height:150px; float:none; border-style:none; } -img_whs19 { border:none; width:377px; height:426px; float:none; border-style:none; } --> + + + + + + + + +You can change the filling color of your object in the standard Select Color menu accessible by right-clicking + on an object and selecting Color + in the pop-up menu box.
+ ++ +
TUI + Command: gg.setColor(ID, Short, Short, Short)
+ ++ + + +
+ +
Our TUI Scripts provide you with useful examples + of Changing Display + Parameters.
+ ++ + + +