Description:
- The common part of 2 shapes is cut and transformed into an independent
+ The common part of two shapes is cut and transformed into an independent
geometrical object.
Visualization is available in both, OCC and VTK viewers.
These viewers work independently, i.e. visibility of objects and their
- graphic attributes may differ in OCC and VTK viewer. It
- is reasonable to use the OCC viewer for GEOM module.
+ graphic attributes may differ in OCC and VTK viewer. It is reasonable to use the OCC viewer for
+ GEOM module.
Result: Display
- the inertia axis values in the form of Python Tuple (I11, I12, I13,
+ the matrix and moments of inretia in the form of Python Tuple (I11, I12,
+ I13,
-
I21,
+
I21,
I22, I23,
-
I31,
+
I31,
I32, I33,
-
Ix,
+
Ix,
Iy, Iz).
@@ -342,9 +295,9 @@ else
Dialog Box:
-
+
-
+
@@ -368,7 +321,7 @@ else
-
TUI command: geompy.BoundingBox(Shape)TUI command: geompy.BoundingBox(Shape), where Shape is a shape for which a bounding
box is computed.
@@ -383,7 +336,7 @@ else
-
+
@@ -405,11 +358,11 @@ else
-
TUI command: geompy.MinDistance(Shape1,
+
TUI command: geompy.MinDistance(Shape1,
Shape2), where Shape1 and Shape2
are shapes between which the minimal distance computed.
-
+
Arguments:
2 shapes.
@@ -420,7 +373,7 @@ else
-
+
@@ -443,7 +396,7 @@ else
-
TUI command: geompy.Tolerance(Shape)TUI command: geompy.Tolerance(Shape), where Shape is a shape for which minimal
and maximal tolerances are returned.
The operations Suppress
+ faces, Close contour, Suppress internal wires, Suppress holes and
+ Add point on edge are
+ available only if you are using OCC
+ viewer.
SplitAngle.MaxTolerance maximal possible
tolerance on result shape
-
-
+
+
2
-
+
SplitClosedFaces
this operator is intended for dividing all closed faces in the shape
according to the number of points.
SplitClosedFaces.NbSplitPoints number of
points for cutting each closed faces.
-
-
+
+
3
-
+
FixFaceSize
this operator is intended for removing small faces (case of the spot
face and strip face)
FixFaceSize.Tolerance work tolerance defining
which faces will be removed.
-
-
+
+
4
-
+
DropSmallEdges
this operator is intended for removing small edges or merging with neigbour.
DropSmallEdges.Tolerance3d work tolerance
for detection and removing small edges.
-
-
+
+
5
-
+
BsplineRestriction
this operator is intended for re-approximation BSplines curves and surfaces
or conversion of the curves and surfaces to BSplines with specified parameters.
@@ -357,10 +320,10 @@ if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4))
BSplineRestriction.RequiredNbSegments - required
maximum number of segments of resultant BSplines.
-
-
+
+
6
-
+
SplitContinuity
this operator is intended for splitting shapes to achieve continuities
of curves and surfaces less than specified ones.
User specified internal
- wires (lying on this face except for its boundary), or, in case the "Remove
- all internal wires" box is checked, all internal wires
+ wires (lying on this face except for its boundary), or, in case the Remove all internal wires box is checked,
+ all internal wires
Arguments: Name + 1 shape + Wires which
+ should be removed.
-
-
-
1st
- Constructor : 1 shape + 1 selection of 1 face (Local Context) + 1
- selection of a wire in the selected face + 1 selection of the back face
- (if the hole is traversing).
-
-
2nd
- Constructor : 1 shape (face or shell) + 1 selection of a wire in a
- face.
-
+
Remove all
+ holes checkbox allows to fill all holes of a definite shape.
+
+
Detect button
+ allows to display the number of free boundaries in your shape:
Description:
Glues faces that are coincident with respect to the given tolerance
-
value.
+
value.
-
+
-
Result:
+
Result:
GEOM_Object.
-
+
-
TUI Command
+
TUI Command
: geompy.MakeGlueFaces(theShape,
theTolerance), where theShape is a compound of shapesto be glued,
theTolerance is a maximum distance between two faces, which can be considered
as coincident.
Description:
Each point is translated along a local normal by a given distance (signed
@@ -458,10 +460,13 @@ else
-
Arguments:
+
Arguments:
+
Name of the resulting
+ object
+
GEOM_Object (face, shell,
solid, compound)
@@ -474,13 +479,13 @@ else
-
+
-
Example:
+
Example:
-
+
@@ -528,11 +533,12 @@ else
1st
Constructor (in one direction):
- 1 shape + 1 edge (for direction) + 1 step value + 1 value (repetition).
+ Name + 1 shape + 1 vector (for direction) + 1 step value + 1 value (repetition).
2nd
Constructor (in two directions):
- 1 shape + 2 edges + 2 step values + 2 values (repetitions).
+ Name + 1 shape + 2 vectors defining the direction + 2 step values + 2
+ values (repetitions).
@@ -541,7 +547,7 @@ else
-
+
@@ -553,7 +559,7 @@ else
-
+
@@ -561,7 +567,7 @@ else
-
+
@@ -607,12 +613,13 @@ else
1st
Constructor (in one direction):
- 1 shape + 1 edge + 1 value (repetition).
+ Name + 1 shape + 1 vector for direction + 1 value (repetition).
-
2nd
- Constructor (in two directions):
- 1 shape + 1 edge + 1 angle + 1 value (repetition) + 1 step value + 1 value
- (repetition).
+
2nd Constructor (in two directions): Name + 1
+ shape + 1 vector for direction + 1 angle + 1 value (repetition) + 1 step
+ value + 1 value (repetition); Reverse
+ checkbox allows to set the direction of rotation.
@@ -621,7 +628,7 @@ else
-
+
@@ -634,7 +641,7 @@ else
-
+
@@ -642,7 +649,7 @@ else
-
+
@@ -655,5 +662,4 @@ if (window.writeIntopicBar)
//-->
-
diff --git a/doc/salome/gui/GEOM/geom.htm b/doc/salome/gui/GEOM/geom.htm
new file mode 100755
index 000000000..46797c73d
--- /dev/null
+++ b/doc/salome/gui/GEOM/geom.htm
@@ -0,0 +1,139 @@
+
+
+
+ GEOM reference manual
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/doc/salome/gui/GEOM/geom.log b/doc/salome/gui/GEOM/geom.log
new file mode 100755
index 000000000..f9810dcef
--- /dev/null
+++ b/doc/salome/gui/GEOM/geom.log
@@ -0,0 +1,476 @@
+|SourceProjectName:GEOM.hpr
+|DestinationProjectName:geom.htm
+whhost.js
+whmsg.js
+whmozemu.js
+whproxy.js
+whstub.js
+whutils.js
+whver.js
+whform.js
+whphost.js
+whstart.js
+whtopic.js
+whframes.js
+whlang.js
+whskin_info.htm
+whskin_blank.htm
+whskin_pickup.htm
+whskin_homepage.htm
+whskin_tw.htm
+whnjs.htm
+whthost.js
+whtdhtml.htm
+whihost.js
+whibody.htm
+whiform.htm
+whfhost.js
+whfbody.htm
+whfform.htm
+whghost.js
+whgbody.htm
+whgdhtml.htm
+whgdef.htm
+whproj.js
+whproj.xml
+whproj.htm
+whxdata\whtoc.xml
+whxdata\whidx.xml
+whxdata\whfts.xml
+whxdata\whglo.xml
+whdata\whtoc.js
+whdata\whtoc.htm
+whdata\whtdata.js
+whdata\whidx.js
+whdata\whidx.htm
+whdata\whidata.js
+whdata\whfts.js
+whdata\whfts.htm
+whdata\whglo.js
+whdata\whglo.htm
+whdata\whgdata.js
+whdata\whftdata.js
+whdata\whfwdata.js
+whres.xml
+webhelp.jar
+webhelp.cab
+whgdata\whnvp30.htm
+whgdata\whnvp31.htm
+whgdata\whnvp32.htm
+whgdata\whnvp33.htm
+whgdata\whnvt30.htm
+whgdata\whnvt31.htm
+whgdata\whnvt32.htm
+whgdata\whnvt33.htm
+whgdata\whnvf30.htm
+whgdata\whnvf31.htm
+whgdata\whnvf32.htm
+whgdata\whnvf33.htm
+whgdata\whnvl31.htm
+whgdata\whnvl32.htm
+whgdata\whnvl33.htm
+whgdata\whexpbar.gif
+cshdat_webhelp.htm
+whcsh_home.htm
+whcshdata.htm
+cshdat_robohelp.htm
+wht_tab0.gif
+wht_tab1.gif
+wht_tab2.gif
+wht_tab3.gif
+wht_tab4.gif
+wht_tab5.gif
+wht_tab6.gif
+wht_tab7.gif
+wht_tab8.gif
+wht_glo_h.gif
+wht_glo_n.gif
+wht_fts_h.gif
+wht_fts_n.gif
+wht_idx_h.gif
+wht_idx_n.gif
+wht_toc_h.gif
+wht_toc_n.gif
+wht_ws.gif
+wht_ws_g.gif
+wht_logo1.gif
+wht_logo2.gif
+wht_abgw.jpg
+wht_abgi.jpg
+wht_abge.jpg
+wht_abtw.jpg
+wht_abte.jpg
+wht_abti.jpg
+wht_spac.gif
+wht_next.gif
+wht_next_g.gif
+wht_prev.gif
+wht_prev_g.gif
+wht_sync.gif
+wht_hide.gif
+wht_go.gif
+whstart.ico
+whestart.ico
+whrstart.ico
+whidhtml.htm
+whfdhtml.htm
+whskin_banner.htm
+whtbar.js
+whskin_pdhtml.htm
+whskin_papplet.htm
+whskin_plist.htm
+whskin_tbars.htm
+whskin_mbars.htm
+wht_toc4.gif
+wht_toc1.gif
+wht_toc2.gif
+wht_toc3.gif
+whskin_frmset010.htm
+whst_topics.xml
+whskin_frmset01.htm
+geom_hha.hhk
+geom.hhc
+geom.hhk
+blocks.htm
+changing_displaying_parameters.htm
+files\introduction_to_geom.htm
+files\salome2_sp3_basicgui_functions.htm
+files\salome2_sp3_booleangui_functions.htm
+files\salome2_sp3_buildgui_functions.htm
+files\salome2_sp3_displaygui_functions.htm
+files\salome2_sp3_generationgui_functions.htm
+files\salome2_sp3_geomtoolsgui_functions.htm
+files\salome2_sp3_measuregui_functions.htm
+files\salome2_sp3_operationgui_functions.htm
+files\salome2_sp3_primitivegui_functions.htm
+files\salome2_sp3_repairgui_functions.htm
+files\salome2_sp3_transformationgui_functions.htm
+newentity_blocks.htm
+sketcher.htm
+working_with_groups.htm
+ehelp.xml
+geom.glo
+default.css
+image290.jpg
+image219.jpg
+image208.jpg
+image61.gif
+image191.jpg
+image180.jpg
+image109.jpg
+image97.jpg
+image53.jpg
+files\salome2_sp3_transformationgui_functions_salome2_sp3_transformationgui_functions_image131.gif
+files\salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image31.gif
+image291.jpg
+image280.jpg
+image209.jpg
+image192.jpg
+image181.jpg
+image51.gif
+image170.jpg
+image98.jpg
+image76.jpg
+image54.jpg
+image10.jpg
+files\salome2_sp3_transformationgui_functions_salome2_sp3_transformationgui_functions_image132.gif
+files\salome2_sp3_repairgui_functions_salome2_sp3_repairgui_functions_image121.gif
+files\salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image32.gif
+image292.jpg
+image281.jpg
+image270.jpg
+image193.jpg
+image52.gif
+image171.jpg
+image160.jpg
+image41.gif
+image11.jpg
+files\salome2_sp3_transformationgui_functions_salome2_sp3_transformationgui_functions_image133.gif
+files\salome2_sp3_repairgui_functions_salome2_sp3_repairgui_functions_image122.gif
+files\salome2_sp3_operationgui_functions_salome2_sp3_operationgui_functions_image87.gif
+image3.jpg
+files\salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image33.gif
+image293.jpg
+image64.gif
+image282.jpg
+image271.jpg
+image260.jpg
+image194.jpg
+image53.gif
+image172.jpg
+image42.gif
+image150.jpg
+image78.jpg
+image20.gif
+image67.jpg
+image12.jpg
+files\salome2_sp3_operationgui_functions_salome2_sp3_operationgui_functions_image88.gif
+files\salome2_sp3_booleangui_functions_salome2_sp3_booleangui_functions_image1.gif
+files\salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image34.gif
+image294.jpg
+image283.jpg
+image261.jpg
+image272.jpg
+image250.jpg
+image151.jpg
+image32.gif
+image140.jpg
+image79.jpg
+image21.gif
+image2.gif
+image5.jpg
+files\salome2_sp3_operationgui_functions_salome2_sp3_operationgui_functions_image89.gif
+files\salome2_sp3_booleangui_functions_salome2_sp3_booleangui_functions_image2.gif
+image295.jpg
+image284.jpg
+image262.jpg
+image273.jpg
+image251.jpg
+image240.jpg
+image196.jpg
+image185.jpg
+image44.gif
+image163.jpg
+image141.jpg
+image130.jpg
+image22.gif
+files\salome2_sp3_displaygui_functions_salome2_sp3_displaygui_functions_image51.gif
+image11.gif
+files\salome2_sp3_generationgui_functions_salome2_sp3_generationgui_functions_image56.gif
+files\salome2_sp3_booleangui_functions_salome2_sp3_booleangui_functions_image3.gif
+image296.jpg
+image285.jpg
+image274.jpg
+image263.jpg
+image252.jpg
+image241.jpg
+image230.jpg
+image197.jpg
+image56.gif
+image164.jpg
+image142.jpg
+image23.gif
+image12.gif
+image7.jpg
+image4.gif
+files\salome2_sp3_generationgui_functions_salome2_sp3_generationgui_functions_image57.gif
+files\salome2_sp3_displaygui_functions_salome2_sp3_displaygui_functions_image52.gif
+files\salome2_sp3_booleangui_functions_salome2_sp3_booleangui_functions_image4.gif
+salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image13.gif
+image297.jpg
+image286.jpg
+image275.jpg
+image264.jpg
+image253.jpg
+image242.jpg
+image231.jpg
+image220.jpg
+image57.gif
+image154.jpg
+image35.gif
+image24.gif
+image121.jpg
+image110.jpg
+image27.jpg
+image13.gif
+image8.jpg
+image5.gif
+files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image71.gif
+files\salome2_sp3_generationgui_functions_salome2_sp3_generationgui_functions_image58.gif
+files\salome2_sp3_displaygui_functions_salome2_sp3_displaygui_functions_image53.gif
+files\salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image27.gif
+salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image14.gif
+image298.jpg
+image287.jpg
+image276.jpg
+image265.jpg
+image254.jpg
+image243.jpg
+image221.jpg
+image210.jpg
+image199.jpg
+image188.jpg
+image133.jpg
+image25.gif
+image122.jpg
+image14.gif
+image9.jpg
+image6.gif
+files\salome2_sp3_transformationgui_functions_salome2_sp3_transformationgui_functions_image128.gif
+files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image72.gif
+files\salome2_sp3_generationgui_functions_salome2_sp3_generationgui_functions_image59.gif
+files\salome2_sp3_displaygui_functions_salome2_sp3_displaygui_functions_image54.gif
+files\salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image28.gif
+salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image15.gif
+i_blue.jpg
+image299.jpg
+image288.jpg
+image277.jpg
+image266.jpg
+image255.jpg
+image244.jpg
+image233.jpg
+image222.jpg
+image211.jpg
+image59.gif
+image189.jpg
+image167.jpg
+image156.jpg
+image37.gif
+image145.jpg
+image134.jpg
+image112.jpg
+image15.gif
+image18.jpg
+image7.gif
+files\salome2_sp3_transformationgui_functions_salome2_sp3_transformationgui_functions_image129.gif
+files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image73.gif
+files\salome2_sp3_displaygui_functions_salome2_sp3_displaygui_functions_image55.gif
+files\salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image29.gif
+salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image16.gif
+image300.jpg
+image289.jpg
+image278.jpg
+image267.jpg
+image256.jpg
+image245.jpg
+image234.jpg
+image223.jpg
+image212.jpg
+image201.jpg
+image49.gif
+image168.jpg
+image135.jpg
+image124.jpg
+image113.jpg
+image16.gif
+image8.gif
+files\salome2_sp3_repairgui_functions_salome2_sp3_repairgui_functions_image119.gif
+files\salome2_sp3_primitivegui_functions_salome2_sp3_primitivegui_functions_image100.gif
+files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image74.gif
+salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image17.gif
+image279.jpg
+image268.jpg
+image257.jpg
+image246.jpg
+image235.jpg
+image224.jpg
+image213.jpg
+image202.jpg
+image158.jpg
+image147.jpg
+image136.jpg
+image80.jpg
+image17.gif
+image9.gif
+files\salome2_sp3_primitivegui_functions_salome2_sp3_primitivegui_functions_image101.gif
+files\salome2_sp3_operationgui_functions_salome2_sp3_operationgui_functions_image90.gif
+files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image75.gif
+salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image18.gif
+image269.jpg
+image258.jpg
+image247.jpg
+image236.jpg
+image225.jpg
+image214.jpg
+image203.jpg
+image29.gif
+image137.jpg
+image81.jpg
+files\salome2_sp3_primitivegui_functions_salome2_sp3_primitivegui_functions_image102.gif
+files\salome2_sp3_primitivegui_functions_salome2_sp3_primitivegui_functions_image99.gif
+files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image76.gif
+salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image19.gif
+image259.jpg
+image248.jpg
+image237.jpg
+image226.jpg
+image215.jpg
+image204.jpg
+image149.jpg
+image138.jpg
+image127.jpg
+image82.jpg
+image19.gif
+files\salome2_sp3_primitivegui_functions_salome2_sp3_primitivegui_functions_image103.gif
+files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image77.gif
+image249.jpg
+image238.jpg
+image227.jpg
+image216.jpg
+image205.jpg
+image139.jpg
+image128.jpg
+image94.jpg
+image83.jpg
+files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image78.gif
+image239.jpg
+image228.jpg
+image217.jpg
+image206.jpg
+image129.jpg
+image95.jpg
+image84.jpg
+image229.jpg
+image218.jpg
+image207.jpg
+image96.jpg
+image85.jpg
+image52.jpg
+files\salome2_sp3_transformationgui_functions_salome2_sp3_transformationgui_functions_image130.gif
+files\salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image30.gif
+ehlpdhtm.js
+geom.ppf
+default_ns.css
+whxdata\whtdata0.xml
+whxdata\whftdata0.xml
+whxdata\whfwdata0.xml
+whxdata\whfwdata1.xml
+whxdata\whfwdata2.xml
+whxdata\whgdata0.xml
+whdata\whtdata0.htm
+whdata\whftdata0.htm
+whdata\whfwdata0.htm
+whdata\whfwdata1.htm
+whdata\whfwdata2.htm
+whdata\whgdata0.htm
+whgdata\whlstt0.htm
+whgdata\whlstt1.htm
+whgdata\whlstt2.htm
+whgdata\whlstt3.htm
+whgdata\whlstt4.htm
+whgdata\whlsti0.htm
+whgdata\whlstfl0.htm
+whgdata\whlstfl1.htm
+whgdata\whlstfl2.htm
+whgdata\whlstfl3.htm
+whgdata\whlstfl4.htm
+whgdata\whlstfl5.htm
+whgdata\whlstfl6.htm
+whgdata\whlstfl7.htm
+whgdata\whlstfl8.htm
+whgdata\whlstfl9.htm
+whgdata\whlstfl10.htm
+whgdata\whlstfl11.htm
+whgdata\whlstfl12.htm
+whgdata\whlstfl13.htm
+whgdata\whlstfl14.htm
+whgdata\whlstfl15.htm
+whgdata\whlstfl16.htm
+whgdata\whlstfl17.htm
+whgdata\whlstfl18.htm
+whgdata\whlstfl19.htm
+whgdata\whlstfl20.htm
+whgdata\whlstfl21.htm
+whgdata\whlstfl22.htm
+whgdata\whlstfl23.htm
+whgdata\whlstf0.htm
+whgdata\whlstf1.htm
+whgdata\whlstf2.htm
+whgdata\whlstf3.htm
+whgdata\whlstf4.htm
+whgdata\whlstf5.htm
+whgdata\whlstg0.htm
+geom.htm
+geom_csh.htm
+geom_rhc.htm
diff --git a/doc/salome/gui/GEOM/geom_csh.htm b/doc/salome/gui/GEOM/geom_csh.htm
new file mode 100755
index 000000000..24b1d19ff
--- /dev/null
+++ b/doc/salome/gui/GEOM/geom_csh.htm
@@ -0,0 +1,106 @@
+
+
+GEOM reference manual
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/doc/salome/gui/GEOM/geom_rhc.htm b/doc/salome/gui/GEOM/geom_rhc.htm
new file mode 100755
index 000000000..3f33cfe19
--- /dev/null
+++ b/doc/salome/gui/GEOM/geom_rhc.htm
@@ -0,0 +1,106 @@
+
+
+GEOM reference manual
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/doc/salome/gui/GEOM/image221.jpg b/doc/salome/gui/GEOM/image221.jpg
new file mode 100755
index 000000000..076b54104
Binary files /dev/null and b/doc/salome/gui/GEOM/image221.jpg differ
diff --git a/doc/salome/gui/GEOM/image222.jpg b/doc/salome/gui/GEOM/image222.jpg
new file mode 100755
index 000000000..570bafe22
Binary files /dev/null and b/doc/salome/gui/GEOM/image222.jpg differ
diff --git a/doc/salome/gui/GEOM/image223.jpg b/doc/salome/gui/GEOM/image223.jpg
new file mode 100755
index 000000000..f0ed47fb8
Binary files /dev/null and b/doc/salome/gui/GEOM/image223.jpg differ
diff --git a/doc/salome/gui/GEOM/image224.jpg b/doc/salome/gui/GEOM/image224.jpg
new file mode 100755
index 000000000..1516d1503
Binary files /dev/null and b/doc/salome/gui/GEOM/image224.jpg differ
diff --git a/doc/salome/gui/GEOM/image225.jpg b/doc/salome/gui/GEOM/image225.jpg
new file mode 100755
index 000000000..cd1e60949
Binary files /dev/null and b/doc/salome/gui/GEOM/image225.jpg differ
diff --git a/doc/salome/gui/GEOM/image226.jpg b/doc/salome/gui/GEOM/image226.jpg
new file mode 100755
index 000000000..e17d41669
Binary files /dev/null and b/doc/salome/gui/GEOM/image226.jpg differ
diff --git a/doc/salome/gui/GEOM/image227.jpg b/doc/salome/gui/GEOM/image227.jpg
new file mode 100755
index 000000000..6764a27ca
Binary files /dev/null and b/doc/salome/gui/GEOM/image227.jpg differ
diff --git a/doc/salome/gui/GEOM/image228.jpg b/doc/salome/gui/GEOM/image228.jpg
new file mode 100755
index 000000000..e04e921fb
Binary files /dev/null and b/doc/salome/gui/GEOM/image228.jpg differ
diff --git a/doc/salome/gui/GEOM/image229.jpg b/doc/salome/gui/GEOM/image229.jpg
new file mode 100755
index 000000000..3067b984f
Binary files /dev/null and b/doc/salome/gui/GEOM/image229.jpg differ
diff --git a/doc/salome/gui/GEOM/image230.jpg b/doc/salome/gui/GEOM/image230.jpg
new file mode 100755
index 000000000..8e68cec8c
Binary files /dev/null and b/doc/salome/gui/GEOM/image230.jpg differ
diff --git a/doc/salome/gui/GEOM/image231.jpg b/doc/salome/gui/GEOM/image231.jpg
new file mode 100755
index 000000000..8bb972b1e
Binary files /dev/null and b/doc/salome/gui/GEOM/image231.jpg differ
diff --git a/doc/salome/gui/GEOM/image233.jpg b/doc/salome/gui/GEOM/image233.jpg
new file mode 100755
index 000000000..a4295de38
Binary files /dev/null and b/doc/salome/gui/GEOM/image233.jpg differ
diff --git a/doc/salome/gui/GEOM/image234.jpg b/doc/salome/gui/GEOM/image234.jpg
new file mode 100755
index 000000000..f68e18e6e
Binary files /dev/null and b/doc/salome/gui/GEOM/image234.jpg differ
diff --git a/doc/salome/gui/GEOM/image235.jpg b/doc/salome/gui/GEOM/image235.jpg
new file mode 100755
index 000000000..0b0429d29
Binary files /dev/null and b/doc/salome/gui/GEOM/image235.jpg differ
diff --git a/doc/salome/gui/GEOM/image236.jpg b/doc/salome/gui/GEOM/image236.jpg
new file mode 100755
index 000000000..bc88cf094
Binary files /dev/null and b/doc/salome/gui/GEOM/image236.jpg differ
diff --git a/doc/salome/gui/GEOM/image237.jpg b/doc/salome/gui/GEOM/image237.jpg
new file mode 100755
index 000000000..9f0eb98c8
Binary files /dev/null and b/doc/salome/gui/GEOM/image237.jpg differ
diff --git a/doc/salome/gui/GEOM/image238.jpg b/doc/salome/gui/GEOM/image238.jpg
new file mode 100755
index 000000000..70be93046
Binary files /dev/null and b/doc/salome/gui/GEOM/image238.jpg differ
diff --git a/doc/salome/gui/GEOM/image239.jpg b/doc/salome/gui/GEOM/image239.jpg
new file mode 100755
index 000000000..3d6ca9160
Binary files /dev/null and b/doc/salome/gui/GEOM/image239.jpg differ
diff --git a/doc/salome/gui/GEOM/image240.jpg b/doc/salome/gui/GEOM/image240.jpg
new file mode 100755
index 000000000..06ef70fb7
Binary files /dev/null and b/doc/salome/gui/GEOM/image240.jpg differ
diff --git a/doc/salome/gui/GEOM/image241.jpg b/doc/salome/gui/GEOM/image241.jpg
new file mode 100755
index 000000000..b0b7dd72a
Binary files /dev/null and b/doc/salome/gui/GEOM/image241.jpg differ
diff --git a/doc/salome/gui/GEOM/image242.jpg b/doc/salome/gui/GEOM/image242.jpg
new file mode 100755
index 000000000..f25a99400
Binary files /dev/null and b/doc/salome/gui/GEOM/image242.jpg differ
diff --git a/doc/salome/gui/GEOM/image243.jpg b/doc/salome/gui/GEOM/image243.jpg
new file mode 100755
index 000000000..b0eaee2c0
Binary files /dev/null and b/doc/salome/gui/GEOM/image243.jpg differ
diff --git a/doc/salome/gui/GEOM/image244.jpg b/doc/salome/gui/GEOM/image244.jpg
new file mode 100755
index 000000000..f07716e5e
Binary files /dev/null and b/doc/salome/gui/GEOM/image244.jpg differ
diff --git a/doc/salome/gui/GEOM/image245.jpg b/doc/salome/gui/GEOM/image245.jpg
new file mode 100755
index 000000000..511fe86d3
Binary files /dev/null and b/doc/salome/gui/GEOM/image245.jpg differ
diff --git a/doc/salome/gui/GEOM/image246.jpg b/doc/salome/gui/GEOM/image246.jpg
new file mode 100755
index 000000000..c2f661b85
Binary files /dev/null and b/doc/salome/gui/GEOM/image246.jpg differ
diff --git a/doc/salome/gui/GEOM/image247.jpg b/doc/salome/gui/GEOM/image247.jpg
new file mode 100755
index 000000000..3e9050b5c
Binary files /dev/null and b/doc/salome/gui/GEOM/image247.jpg differ
diff --git a/doc/salome/gui/GEOM/image248.jpg b/doc/salome/gui/GEOM/image248.jpg
new file mode 100755
index 000000000..8430ef079
Binary files /dev/null and b/doc/salome/gui/GEOM/image248.jpg differ
diff --git a/doc/salome/gui/GEOM/image249.jpg b/doc/salome/gui/GEOM/image249.jpg
new file mode 100755
index 000000000..a9a6b8ccb
Binary files /dev/null and b/doc/salome/gui/GEOM/image249.jpg differ
diff --git a/doc/salome/gui/GEOM/image250.jpg b/doc/salome/gui/GEOM/image250.jpg
new file mode 100755
index 000000000..f7bee5360
Binary files /dev/null and b/doc/salome/gui/GEOM/image250.jpg differ
diff --git a/doc/salome/gui/GEOM/image251.jpg b/doc/salome/gui/GEOM/image251.jpg
new file mode 100755
index 000000000..9b010ccad
Binary files /dev/null and b/doc/salome/gui/GEOM/image251.jpg differ
diff --git a/doc/salome/gui/GEOM/image252.jpg b/doc/salome/gui/GEOM/image252.jpg
new file mode 100755
index 000000000..21624acb7
Binary files /dev/null and b/doc/salome/gui/GEOM/image252.jpg differ
diff --git a/doc/salome/gui/GEOM/image253.jpg b/doc/salome/gui/GEOM/image253.jpg
new file mode 100755
index 000000000..145e0656a
Binary files /dev/null and b/doc/salome/gui/GEOM/image253.jpg differ
diff --git a/doc/salome/gui/GEOM/image254.jpg b/doc/salome/gui/GEOM/image254.jpg
new file mode 100755
index 000000000..70a85ee20
Binary files /dev/null and b/doc/salome/gui/GEOM/image254.jpg differ
diff --git a/doc/salome/gui/GEOM/image255.jpg b/doc/salome/gui/GEOM/image255.jpg
new file mode 100755
index 000000000..ef09ed827
Binary files /dev/null and b/doc/salome/gui/GEOM/image255.jpg differ
diff --git a/doc/salome/gui/GEOM/image256.jpg b/doc/salome/gui/GEOM/image256.jpg
new file mode 100755
index 000000000..df838f3c1
Binary files /dev/null and b/doc/salome/gui/GEOM/image256.jpg differ
diff --git a/doc/salome/gui/GEOM/image257.jpg b/doc/salome/gui/GEOM/image257.jpg
new file mode 100755
index 000000000..3a3146ed9
Binary files /dev/null and b/doc/salome/gui/GEOM/image257.jpg differ
diff --git a/doc/salome/gui/GEOM/image258.jpg b/doc/salome/gui/GEOM/image258.jpg
new file mode 100755
index 000000000..b21aca565
Binary files /dev/null and b/doc/salome/gui/GEOM/image258.jpg differ
diff --git a/doc/salome/gui/GEOM/image259.jpg b/doc/salome/gui/GEOM/image259.jpg
new file mode 100755
index 000000000..34708def6
Binary files /dev/null and b/doc/salome/gui/GEOM/image259.jpg differ
diff --git a/doc/salome/gui/GEOM/image260.jpg b/doc/salome/gui/GEOM/image260.jpg
new file mode 100755
index 000000000..035e5bb33
Binary files /dev/null and b/doc/salome/gui/GEOM/image260.jpg differ
diff --git a/doc/salome/gui/GEOM/image261.jpg b/doc/salome/gui/GEOM/image261.jpg
new file mode 100755
index 000000000..3543abad9
Binary files /dev/null and b/doc/salome/gui/GEOM/image261.jpg differ
diff --git a/doc/salome/gui/GEOM/image262.jpg b/doc/salome/gui/GEOM/image262.jpg
new file mode 100755
index 000000000..349d11d56
Binary files /dev/null and b/doc/salome/gui/GEOM/image262.jpg differ
diff --git a/doc/salome/gui/GEOM/image263.jpg b/doc/salome/gui/GEOM/image263.jpg
new file mode 100755
index 000000000..bfbd62163
Binary files /dev/null and b/doc/salome/gui/GEOM/image263.jpg differ
diff --git a/doc/salome/gui/GEOM/image264.jpg b/doc/salome/gui/GEOM/image264.jpg
new file mode 100755
index 000000000..15fe048d7
Binary files /dev/null and b/doc/salome/gui/GEOM/image264.jpg differ
diff --git a/doc/salome/gui/GEOM/image265.jpg b/doc/salome/gui/GEOM/image265.jpg
new file mode 100755
index 000000000..e8f6e60f9
Binary files /dev/null and b/doc/salome/gui/GEOM/image265.jpg differ
diff --git a/doc/salome/gui/GEOM/image266.jpg b/doc/salome/gui/GEOM/image266.jpg
new file mode 100755
index 000000000..30fe5d7e1
Binary files /dev/null and b/doc/salome/gui/GEOM/image266.jpg differ
diff --git a/doc/salome/gui/GEOM/image267.jpg b/doc/salome/gui/GEOM/image267.jpg
new file mode 100755
index 000000000..7a8e0d323
Binary files /dev/null and b/doc/salome/gui/GEOM/image267.jpg differ
diff --git a/doc/salome/gui/GEOM/image268.jpg b/doc/salome/gui/GEOM/image268.jpg
new file mode 100755
index 000000000..03326bceb
Binary files /dev/null and b/doc/salome/gui/GEOM/image268.jpg differ
diff --git a/doc/salome/gui/GEOM/image269.jpg b/doc/salome/gui/GEOM/image269.jpg
new file mode 100755
index 000000000..8b390465e
Binary files /dev/null and b/doc/salome/gui/GEOM/image269.jpg differ
diff --git a/doc/salome/gui/GEOM/image270.jpg b/doc/salome/gui/GEOM/image270.jpg
new file mode 100755
index 000000000..8c7d7d5e5
Binary files /dev/null and b/doc/salome/gui/GEOM/image270.jpg differ
diff --git a/doc/salome/gui/GEOM/image271.jpg b/doc/salome/gui/GEOM/image271.jpg
new file mode 100755
index 000000000..8cabff6be
Binary files /dev/null and b/doc/salome/gui/GEOM/image271.jpg differ
diff --git a/doc/salome/gui/GEOM/image272.jpg b/doc/salome/gui/GEOM/image272.jpg
new file mode 100755
index 000000000..27b24c4e3
Binary files /dev/null and b/doc/salome/gui/GEOM/image272.jpg differ
diff --git a/doc/salome/gui/GEOM/image273.jpg b/doc/salome/gui/GEOM/image273.jpg
new file mode 100755
index 000000000..98c3af5df
Binary files /dev/null and b/doc/salome/gui/GEOM/image273.jpg differ
diff --git a/doc/salome/gui/GEOM/image274.jpg b/doc/salome/gui/GEOM/image274.jpg
new file mode 100755
index 000000000..195c762b0
Binary files /dev/null and b/doc/salome/gui/GEOM/image274.jpg differ
diff --git a/doc/salome/gui/GEOM/image275.jpg b/doc/salome/gui/GEOM/image275.jpg
new file mode 100755
index 000000000..543d6f6ad
Binary files /dev/null and b/doc/salome/gui/GEOM/image275.jpg differ
diff --git a/doc/salome/gui/GEOM/image276.jpg b/doc/salome/gui/GEOM/image276.jpg
new file mode 100755
index 000000000..07fbf3858
Binary files /dev/null and b/doc/salome/gui/GEOM/image276.jpg differ
diff --git a/doc/salome/gui/GEOM/image277.jpg b/doc/salome/gui/GEOM/image277.jpg
new file mode 100755
index 000000000..f6b0d459d
Binary files /dev/null and b/doc/salome/gui/GEOM/image277.jpg differ
diff --git a/doc/salome/gui/GEOM/image278.jpg b/doc/salome/gui/GEOM/image278.jpg
new file mode 100755
index 000000000..2713794be
Binary files /dev/null and b/doc/salome/gui/GEOM/image278.jpg differ
diff --git a/doc/salome/gui/GEOM/image279.jpg b/doc/salome/gui/GEOM/image279.jpg
new file mode 100755
index 000000000..14663b959
Binary files /dev/null and b/doc/salome/gui/GEOM/image279.jpg differ
diff --git a/doc/salome/gui/GEOM/image280.jpg b/doc/salome/gui/GEOM/image280.jpg
new file mode 100755
index 000000000..cc066aa9b
Binary files /dev/null and b/doc/salome/gui/GEOM/image280.jpg differ
diff --git a/doc/salome/gui/GEOM/image281.jpg b/doc/salome/gui/GEOM/image281.jpg
new file mode 100755
index 000000000..cd35b0546
Binary files /dev/null and b/doc/salome/gui/GEOM/image281.jpg differ
diff --git a/doc/salome/gui/GEOM/image282.jpg b/doc/salome/gui/GEOM/image282.jpg
new file mode 100755
index 000000000..e0c2932f8
Binary files /dev/null and b/doc/salome/gui/GEOM/image282.jpg differ
diff --git a/doc/salome/gui/GEOM/image283.jpg b/doc/salome/gui/GEOM/image283.jpg
new file mode 100755
index 000000000..eda3dc070
Binary files /dev/null and b/doc/salome/gui/GEOM/image283.jpg differ
diff --git a/doc/salome/gui/GEOM/image284.jpg b/doc/salome/gui/GEOM/image284.jpg
new file mode 100755
index 000000000..dcf2f39a1
Binary files /dev/null and b/doc/salome/gui/GEOM/image284.jpg differ
diff --git a/doc/salome/gui/GEOM/image285.jpg b/doc/salome/gui/GEOM/image285.jpg
new file mode 100755
index 000000000..4b854a929
Binary files /dev/null and b/doc/salome/gui/GEOM/image285.jpg differ
diff --git a/doc/salome/gui/GEOM/image286.jpg b/doc/salome/gui/GEOM/image286.jpg
new file mode 100755
index 000000000..0ffe3be2c
Binary files /dev/null and b/doc/salome/gui/GEOM/image286.jpg differ
diff --git a/doc/salome/gui/GEOM/image287.jpg b/doc/salome/gui/GEOM/image287.jpg
new file mode 100755
index 000000000..6d6b3ae7b
Binary files /dev/null and b/doc/salome/gui/GEOM/image287.jpg differ
diff --git a/doc/salome/gui/GEOM/image288.jpg b/doc/salome/gui/GEOM/image288.jpg
new file mode 100755
index 000000000..7d2621480
Binary files /dev/null and b/doc/salome/gui/GEOM/image288.jpg differ
diff --git a/doc/salome/gui/GEOM/image289.jpg b/doc/salome/gui/GEOM/image289.jpg
new file mode 100755
index 000000000..f3d90f41c
Binary files /dev/null and b/doc/salome/gui/GEOM/image289.jpg differ
diff --git a/doc/salome/gui/GEOM/image290.jpg b/doc/salome/gui/GEOM/image290.jpg
new file mode 100755
index 000000000..e88097d02
Binary files /dev/null and b/doc/salome/gui/GEOM/image290.jpg differ
diff --git a/doc/salome/gui/GEOM/image291.jpg b/doc/salome/gui/GEOM/image291.jpg
new file mode 100755
index 000000000..954ec541a
Binary files /dev/null and b/doc/salome/gui/GEOM/image291.jpg differ
diff --git a/doc/salome/gui/GEOM/image292.jpg b/doc/salome/gui/GEOM/image292.jpg
new file mode 100755
index 000000000..0a4ca53d6
Binary files /dev/null and b/doc/salome/gui/GEOM/image292.jpg differ
diff --git a/doc/salome/gui/GEOM/image293.jpg b/doc/salome/gui/GEOM/image293.jpg
new file mode 100755
index 000000000..ca1c655eb
Binary files /dev/null and b/doc/salome/gui/GEOM/image293.jpg differ
diff --git a/doc/salome/gui/GEOM/image294.jpg b/doc/salome/gui/GEOM/image294.jpg
new file mode 100755
index 000000000..8f2cb46ca
Binary files /dev/null and b/doc/salome/gui/GEOM/image294.jpg differ
diff --git a/doc/salome/gui/GEOM/image295.jpg b/doc/salome/gui/GEOM/image295.jpg
new file mode 100755
index 000000000..34be1d4a6
Binary files /dev/null and b/doc/salome/gui/GEOM/image295.jpg differ
diff --git a/doc/salome/gui/GEOM/image296.jpg b/doc/salome/gui/GEOM/image296.jpg
new file mode 100755
index 000000000..1edb39e5f
Binary files /dev/null and b/doc/salome/gui/GEOM/image296.jpg differ
diff --git a/doc/salome/gui/GEOM/image297.jpg b/doc/salome/gui/GEOM/image297.jpg
new file mode 100755
index 000000000..e324a2b5d
Binary files /dev/null and b/doc/salome/gui/GEOM/image297.jpg differ
diff --git a/doc/salome/gui/GEOM/image298.jpg b/doc/salome/gui/GEOM/image298.jpg
new file mode 100755
index 000000000..2a86720b2
Binary files /dev/null and b/doc/salome/gui/GEOM/image298.jpg differ
diff --git a/doc/salome/gui/GEOM/image299.jpg b/doc/salome/gui/GEOM/image299.jpg
new file mode 100755
index 000000000..198bd3fa1
Binary files /dev/null and b/doc/salome/gui/GEOM/image299.jpg differ
diff --git a/doc/salome/gui/GEOM/image300.jpg b/doc/salome/gui/GEOM/image300.jpg
new file mode 100755
index 000000000..cbc1124eb
Binary files /dev/null and b/doc/salome/gui/GEOM/image300.jpg differ
diff --git a/doc/salome/gui/GEOM/image64.gif b/doc/salome/gui/GEOM/image64.gif
new file mode 100755
index 000000000..031ab8bbd
Binary files /dev/null and b/doc/salome/gui/GEOM/image64.gif differ
diff --git a/doc/salome/gui/GEOM/newentity_blocks.htm b/doc/salome/gui/GEOM/newentity_blocks.htm
index 8fb6b1511..183b87789 100755
--- a/doc/salome/gui/GEOM/newentity_blocks.htm
+++ b/doc/salome/gui/GEOM/newentity_blocks.htm
@@ -2,31 +2,11 @@
-
-
-
-
-
Blocks
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
diff --git a/doc/salome/gui/GEOM/whgdata/whlstg0.htm b/doc/salome/gui/GEOM/whgdata/whlstg0.htm
index e4212415e..a9d3f26ba 100755
--- a/doc/salome/gui/GEOM/whgdata/whlstg0.htm
+++ b/doc/salome/gui/GEOM/whgdata/whlstg0.htm
@@ -1,9 +1,9 @@
Glossary words list
-
+
-
+
-
-
-
-
-Cell
-Element of a mesh. Cells are determined by their connectivity. They can have 0,1,2 or 3 dimension.
-
-
-Component
-One integer or real value can correspond to each component of a field and to each entity of a mesh
-
-
-Descendant connectivity
-It is a description of the entities of the mesh with dimension N. This description is made by an ordered list of geometrical entities (nodes, edges, or faces) with dimension N-1.
-
-
-Edge
-An edge of a volumetric or surface mesh. It is composed of 2 or 3 nodes (2 vertex nodes and optionally one middle node).
-
-
-Entity of a mesh
-Geometrical component of the mesh: node, cell, face and edge. Faces and edges are only intermediate entities allowing to define the cells in descendant connectivity.
-
-
-Equivalence
-Equivalence represents a list of correspondance 2 by 2 of the entities of the same dimension.
-
-
-Face
-Face of a volumetrical cell (triangle, quadrangle).
-
-
-Family
-Entities of a mesh are described by a certain number of characteristics (boundary conditions, groups membership). Families represent classes equivalent to these characteristics (two entities of a mesh can belong to the same family if they have the same characteristics). Every family is determined by a set of attributes and a list of groups membership.
-
-
-Field
-Field consists of one or several scalar components. One definite type is associated to the given field and the values corresponding to different components are all of the same type.
-
-
-Field profile
-Fields can be defined only on one part of the mesh. Profile of the field or profile of the component of a field indicates which entities of the mesh contain values.
-
-
-Group
-Unordered set of entities of a mesh. One entity can belong to several groups.
-
-
-Mesh
-Mesh is described by its geometry: list of nodes and list of cells which constitute this mesh. Supplementary information is added with the help of families (initial, boundary conditions).
-
-
-Nodal connectivity
-It is a description of an entity of the mesh by an ordered list of nodes constituting this entity.
-
-
-Node
-Node can be an isolated node of a mesh, a vertex or middle node of an edge. A node is associated to a point.
-
-
-Point
-Geometrical entity determined by its coordinates in the space.
-
-
-Reference connectivity
-For each type of entity of a mesh, reference connectivity define the topology of an entity.
-
-
-Result
-List of fields referring to one mesh.
-
-
-Study
-Study represents a chain of sequences of calculations.
-
+
+
Cell
+
Element of a mesh. Cells are determined by their connectivity. They can have 0,1,2 or 3 dimension.
+
Component
+
One integer or real value can correspond to each component of a field and to each entity of a mesh
+
Descendant connectivity
+
It is a description of the entities of the mesh with dimension N. This description is made by an ordered list of geometrical entities (nodes, edges, or faces) with dimension N-1.
+
Edge
+
An edge of a volumetric or surface mesh. It is composed of 2 or 3 nodes (2 vertex nodes and optionally one middle node).
+
Entity of a mesh
+
Geometrical component of the mesh: node, cell, face and edge. Faces and edges are only intermediate entities allowing to define the cells in descendant connectivity.
+
Equivalence
+
Equivalence represents a list of correspondance 2 by 2 of the entities of the same dimension.
+
Face
+
Face of a volumetrical cell (triangle, quadrangle).
+
Family
+
Entities of a mesh are described by a certain number of characteristics (boundary conditions, groups membership). Families represent classes equivalent to these characteristics (two entities of a mesh can belong to the same family if they have the same characteristics). Every family is determined by a set of attributes and a list of groups membership.
+
Field
+
Field consists of one or several scalar components. One definite type is associated to the given field and the values corresponding to different components are all of the same type.
+
Field profile
+
Fields can be defined only on one part of the mesh. Profile of the field or profile of the component of a field indicates which entities of the mesh contain values.
+
Group
+
Unordered set of entities of a mesh. One entity can belong to several groups.
+
Mesh
+
Mesh is described by its geometry: list of nodes and list of cells which constitute this mesh. Supplementary information is added with the help of families (initial, boundary conditions).
+
Nodal connectivity
+
It is a description of an entity of the mesh by an ordered list of nodes constituting this entity.
+
Node
+
Node can be an isolated node of a mesh, a vertex or middle node of an edge. A node is associated to a point.
+
Point
+
Geometrical entity determined by its coordinates in the space.
+
Reference connectivity
+
For each type of entity of a mesh, reference connectivity define the topology of an entity.
+
Result
+
List of fields referring to one mesh.
+
Study
+
Study represents a chain of sequences of calculations.
+
diff --git a/doc/salome/gui/GEOM/whgdata/whlsti0.htm b/doc/salome/gui/GEOM/whgdata/whlsti0.htm
index 2c881badc..48844c087 100755
--- a/doc/salome/gui/GEOM/whgdata/whlsti0.htm
+++ b/doc/salome/gui/GEOM/whgdata/whlsti0.htm
@@ -1,10 +1,11 @@
-
+
Index words list
-
-
+
+
+
-
+
+