From: mkr Date: Wed, 24 May 2006 08:00:05 +0000 (+0000) Subject: Update GUI and TUI documentation for Geometry module. X-Git-Tag: V3_2_0rc~12 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e3dcf2e005408e35f3f7a7b66a4e76f20e52f78e;p=modules%2Fgeom.git Update GUI and TUI documentation for Geometry module. --- diff --git a/doc/Makefile.in b/doc/Makefile.in index 59e6c5962..c6bd633b6 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -38,6 +38,17 @@ docs: @@SETX@; for d in $(SUBDIRS); do \ (cd $$d && $(MAKE) $@) || exit 1; \ done + +usr_docs: + @@SETX@; for d in $(SUBDIRS); do \ + (cd $$d && $(MAKE) $@) || exit 1; \ + done + +dev_docs: + @@SETX@; for d in $(SUBDIRS); do \ + (cd $$d && $(MAKE) $@) || exit 1; \ + done + clean: @@SETX@; for d in $(SUBDIRS); do \ (cd $$d && $(MAKE) $@) || exit 1; \ diff --git a/doc/salome/GEOM_index_v3.1.0.html b/doc/salome/GEOM_index_v3.1.0.html deleted file mode 100644 index e4488ebbc..000000000 --- a/doc/salome/GEOM_index_v3.1.0.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - Geometry Module Documentation - - - -
  -
-
                   -   
- - - - - - - - - -
- - - -
- -
-
-
-

Geometry MODULE Documentation

-
-
- - - - - -
-
- -
-

Application-About.png -     

-
- -
- - - - -
-
-
-
-
- -
- -
GUI Documentation
- -
- -
- -

-
- -
- -
TUI Documentation
- -
- -
- -

-
-
-
-
-
-
- - diff --git a/doc/salome/Makefile.in b/doc/salome/Makefile.in index 2af65570b..2429812a0 100644 --- a/doc/salome/Makefile.in +++ b/doc/salome/Makefile.in @@ -13,6 +13,8 @@ srcdir=@srcdir@ VPATH=.:@srcdir@ SUBDIRS= tui gui +SUBDIRSGUI= gui +SUBDIRSTUI= tui @COMMENCE@ @@ -20,7 +22,16 @@ docs: @@SETX@; for d in $(SUBDIRS); do \ (cd $$d && $(MAKE) $@) || exit 1; \ done; \ - cp -f $(srcdir)/GEOM_index_v3.1.0.html GEOM_index_v3.1.0.html + +usr_docs: + @@SETX@; for d in $(SUBDIRSGUI); do \ + (cd $$d && $(MAKE) $@) || exit 1; \ + done; \ + +dev_docs: + @@SETX@; for d in $(SUBDIRSTUI); do \ + (cd $$d && $(MAKE) $@) || exit 1; \ + done; \ clean: @@SETX@; for d in $(SUBDIRS); do \ @@ -36,10 +47,8 @@ install: $(MAKE) docs (cd tui && $(MAKE) install); (cd gui && $(MAKE) install); - cp -f GEOM_index_v3.1.0.html $(docdir) uninstall: @@SETX@; for d in $(SUBDIRS); do \ (cd $$d && $(MAKE) $@) || exit 1; \ done; \ - rm -fr $(docdir)/GEOM_index_v3.1.0.html diff --git a/doc/salome/gui/GEOM/add_point_on_edge.htm b/doc/salome/gui/GEOM/add_point_on_edge.htm index 4e8e4cd24..454e1b3d1 100755 --- a/doc/salome/gui/GEOM/add_point_on_edge.htm +++ b/doc/salome/gui/GEOM/add_point_on_edge.htm @@ -57,43 +57,48 @@ onerror = null; - - + +

Add Point on Edge

To - - + +

Arc

To create an - - + +

Archimede

To produce diff --git a/doc/salome/gui/GEOM/basic_geometrical_objects.htm b/doc/salome/gui/GEOM/basic_geometrical_objects.htm index 0cbed2126..b25b5cb41 100755 --- a/doc/salome/gui/GEOM/basic_geometrical_objects.htm +++ b/doc/salome/gui/GEOM/basic_geometrical_objects.htm @@ -33,43 +33,48 @@ onerror = null; - - + +

Basic Geometrical Objects

Creation of a Point

diff --git a/doc/salome/gui/GEOM/basic_operations.htm b/doc/salome/gui/GEOM/basic_operations.htm index 129732658..ba7a0c611 100755 --- a/doc/salome/gui/GEOM/basic_operations.htm +++ b/doc/salome/gui/GEOM/basic_operations.htm @@ -33,43 +33,48 @@ onerror = null; - - + +

Basic Operations

Partition

diff --git a/doc/salome/gui/GEOM/blocks_operations.htm b/doc/salome/gui/GEOM/blocks_operations.htm index dd9f31a7e..ece24133c 100755 --- a/doc/salome/gui/GEOM/blocks_operations.htm +++ b/doc/salome/gui/GEOM/blocks_operations.htm @@ -33,43 +33,48 @@ onerror = null; - - + +

Blocks Operations

Multi Transformation

diff --git a/doc/salome/gui/GEOM/boolean_operations.htm b/doc/salome/gui/GEOM/boolean_operations.htm index 8e40f39d1..bb2aaee73 100755 --- a/doc/salome/gui/GEOM/boolean_operations.htm +++ b/doc/salome/gui/GEOM/boolean_operations.htm @@ -33,43 +33,48 @@ onerror = null; - - + +

Boolean Operations

Fuse

diff --git a/doc/salome/gui/GEOM/box.htm b/doc/salome/gui/GEOM/box.htm index 27267cd21..6342a165b 100755 --- a/doc/salome/gui/GEOM/box.htm +++ b/doc/salome/gui/GEOM/box.htm @@ -44,43 +44,48 @@ onerror = null; - - + +

Box

To create a Box diff --git a/doc/salome/gui/GEOM/building_by_blocks.htm b/doc/salome/gui/GEOM/building_by_blocks.htm index 7099303ae..7f4ea3e97 100755 --- a/doc/salome/gui/GEOM/building_by_blocks.htm +++ b/doc/salome/gui/GEOM/building_by_blocks.htm @@ -33,43 +33,48 @@ onerror = null; - - + +

Building by Blocks

Quadrangle Face

diff --git a/doc/salome/gui/GEOM/chamfer.htm b/doc/salome/gui/GEOM/chamfer.htm index 4b285f6ec..573ad682f 100755 --- a/doc/salome/gui/GEOM/chamfer.htm +++ b/doc/salome/gui/GEOM/chamfer.htm @@ -52,43 +52,48 @@ onerror = null; - - + +

Chamfer

To produce diff --git a/doc/salome/gui/GEOM/changing_display_parameters.htm b/doc/salome/gui/GEOM/changing_display_parameters.htm index 3e4572e37..7106304d4 100755 --- a/doc/salome/gui/GEOM/changing_display_parameters.htm +++ b/doc/salome/gui/GEOM/changing_display_parameters.htm @@ -33,43 +33,48 @@ onerror = null; - - + +

Viewing Geometrical Objects

Changing Display Mode

diff --git a/doc/salome/gui/GEOM/check_free_boundaries.htm b/doc/salome/gui/GEOM/check_free_boundaries.htm index 549ae0551..dae8b55ef 100755 --- a/doc/salome/gui/GEOM/check_free_boundaries.htm +++ b/doc/salome/gui/GEOM/check_free_boundaries.htm @@ -52,43 +52,48 @@ onerror = null; - - + +

Check Free Boundaries

To - - + +

Check Free Faces

To - - + +

Circle

To create a Circle diff --git a/doc/salome/gui/GEOM/close_contour.htm b/doc/salome/gui/GEOM/close_contour.htm index 33d5d728e..f79f52efe 100755 --- a/doc/salome/gui/GEOM/close_contour.htm +++ b/doc/salome/gui/GEOM/close_contour.htm @@ -39,43 +39,48 @@ onerror = null; - - + +

Close Contour

To produce diff --git a/doc/salome/gui/GEOM/color.htm b/doc/salome/gui/GEOM/color.htm index 106cea890..9fb11eff0 100755 --- a/doc/salome/gui/GEOM/color.htm +++ b/doc/salome/gui/GEOM/color.htm @@ -35,43 +35,48 @@ onerror = null; - - + +

Color

You can change the filling color of your object in the standard - - + +

Common

To produce diff --git a/doc/salome/gui/GEOM/complex_objects.htm b/doc/salome/gui/GEOM/complex_objects.htm index 845b70981..1486576b6 100755 --- a/doc/salome/gui/GEOM/complex_objects.htm +++ b/doc/salome/gui/GEOM/complex_objects.htm @@ -33,43 +33,48 @@ onerror = null; - - + +

Complex Objects

Creation of a Prism

diff --git a/doc/salome/gui/GEOM/compound.htm b/doc/salome/gui/GEOM/compound.htm index 182c5e89e..245fc80ac 100755 --- a/doc/salome/gui/GEOM/compound.htm +++ b/doc/salome/gui/GEOM/compound.htm @@ -37,43 +37,48 @@ onerror = null; - - + +

Compound

To create diff --git a/doc/salome/gui/GEOM/cone.htm b/doc/salome/gui/GEOM/cone.htm index e2d7a7323..7c41e1a56 100755 --- a/doc/salome/gui/GEOM/cone.htm +++ b/doc/salome/gui/GEOM/cone.htm @@ -41,43 +41,48 @@ onerror = null; - - + +

 Cone

To create a Cone diff --git a/doc/salome/gui/GEOM/cshdat_robohelp.htm b/doc/salome/gui/GEOM/cshdat_robohelp.htm index afb68b6ee..5a510432b 100755 --- a/doc/salome/gui/GEOM/cshdat_robohelp.htm +++ b/doc/salome/gui/GEOM/cshdat_robohelp.htm @@ -1,6 +1,6 @@ -GEOM reference manual +Geometry Module Reference Manual diff --git a/doc/salome/gui/GEOM/cshdat_webhelp.htm b/doc/salome/gui/GEOM/cshdat_webhelp.htm index 2d66f403c..00606ec88 100755 --- a/doc/salome/gui/GEOM/cshdat_webhelp.htm +++ b/doc/salome/gui/GEOM/cshdat_webhelp.htm @@ -1,6 +1,6 @@ -GEOM reference manual +Geometry Module Reference Manual diff --git a/doc/salome/gui/GEOM/curve.htm b/doc/salome/gui/GEOM/curve.htm index bb7870b59..b14b7199c 100755 --- a/doc/salome/gui/GEOM/curve.htm +++ b/doc/salome/gui/GEOM/curve.htm @@ -44,43 +44,48 @@ onerror = null; - - + +

 Curve

To create a Curve in the - - + +

Cut

To produce diff --git a/doc/salome/gui/GEOM/cylinder.htm b/doc/salome/gui/GEOM/cylinder.htm index c77ef03e1..b8749b801 100755 --- a/doc/salome/gui/GEOM/cylinder.htm +++ b/doc/salome/gui/GEOM/cylinder.htm @@ -51,43 +51,48 @@ onerror = null; - - + +

Cylinder

To create a Cylinder diff --git a/doc/salome/gui/GEOM/edge.htm b/doc/salome/gui/GEOM/edge.htm index 68c276f14..be2c13039 100755 --- a/doc/salome/gui/GEOM/edge.htm +++ b/doc/salome/gui/GEOM/edge.htm @@ -37,43 +37,48 @@ onerror = null; - - + +

Edge

To diff --git a/doc/salome/gui/GEOM/ellipse.htm b/doc/salome/gui/GEOM/ellipse.htm index f324583ce..97adc2593 100755 --- a/doc/salome/gui/GEOM/ellipse.htm +++ b/doc/salome/gui/GEOM/ellipse.htm @@ -52,43 +52,48 @@ onerror = null; - - + +

Ellipse

To create an - - + +

 Explode

To Explode diff --git a/doc/salome/gui/GEOM/explode_on_blocks.htm b/doc/salome/gui/GEOM/explode_on_blocks.htm index 6052589e7..64c847a2c 100755 --- a/doc/salome/gui/GEOM/explode_on_blocks.htm +++ b/doc/salome/gui/GEOM/explode_on_blocks.htm @@ -57,43 +57,48 @@ onerror = null; - - + +

Explode on Blocks

To produce diff --git a/doc/salome/gui/GEOM/extrusion.htm b/doc/salome/gui/GEOM/extrusion.htm index a0744f2de..0b7d9f88f 100755 --- a/doc/salome/gui/GEOM/extrusion.htm +++ b/doc/salome/gui/GEOM/extrusion.htm @@ -40,43 +40,48 @@ onerror = null; - - + +

 Extrusion

To generate an - - + +

 Face

To create diff --git a/doc/salome/gui/GEOM/files/introduction_to_geom.htm b/doc/salome/gui/GEOM/files/introduction_to_geom.htm index bdfd4b60c..c1689fa49 100755 --- a/doc/salome/gui/GEOM/files/introduction_to_geom.htm +++ b/doc/salome/gui/GEOM/files/introduction_to_geom.htm @@ -40,43 +40,47 @@ onerror = null; - - + +

Introduction to Geometry

Geometry module diff --git a/doc/salome/gui/GEOM/files/salome2_sp3_booleangui_functions.htm b/doc/salome/gui/GEOM/files/salome2_sp3_booleangui_functions.htm index 178a69145..093622233 100755 --- a/doc/salome/gui/GEOM/files/salome2_sp3_booleangui_functions.htm +++ b/doc/salome/gui/GEOM/files/salome2_sp3_booleangui_functions.htm @@ -56,43 +56,48 @@ onerror = null; - - + +

Using boolean operations

 

diff --git a/doc/salome/gui/GEOM/files/salome2_sp3_geomtoolsgui_functions.htm b/doc/salome/gui/GEOM/files/salome2_sp3_geomtoolsgui_functions.htm index ea1d1af6f..ae1adaf59 100755 --- a/doc/salome/gui/GEOM/files/salome2_sp3_geomtoolsgui_functions.htm +++ b/doc/salome/gui/GEOM/files/salome2_sp3_geomtoolsgui_functions.htm @@ -37,43 +37,48 @@ onerror = null; - - + +

Importing/exporting geometrical objects

In Geometry module you diff --git a/doc/salome/gui/GEOM/files/salome2_sp3_measuregui_functions.htm b/doc/salome/gui/GEOM/files/salome2_sp3_measuregui_functions.htm index e5b80916d..40c66d82f 100755 --- a/doc/salome/gui/GEOM/files/salome2_sp3_measuregui_functions.htm +++ b/doc/salome/gui/GEOM/files/salome2_sp3_measuregui_functions.htm @@ -72,43 +72,48 @@ onerror = null; - - + +

Using measurement tools

Measurement tools in GEOM are necessary for getting different diff --git a/doc/salome/gui/GEOM/fillet.htm b/doc/salome/gui/GEOM/fillet.htm index 569f96b9a..611536ba5 100755 --- a/doc/salome/gui/GEOM/fillet.htm +++ b/doc/salome/gui/GEOM/fillet.htm @@ -53,43 +53,48 @@ onerror = null; - - + +

Fillet

To produce diff --git a/doc/salome/gui/GEOM/filling.htm b/doc/salome/gui/GEOM/filling.htm index f866124b9..46d367edf 100755 --- a/doc/salome/gui/GEOM/filling.htm +++ b/doc/salome/gui/GEOM/filling.htm @@ -37,43 +37,48 @@ onerror = null; - - + +

 Filling Surface with Curves

diff --git a/doc/salome/gui/GEOM/fuse.htm b/doc/salome/gui/GEOM/fuse.htm index 1443599d6..d8eb90cdb 100755 --- a/doc/salome/gui/GEOM/fuse.htm +++ b/doc/salome/gui/GEOM/fuse.htm @@ -52,43 +52,48 @@ onerror = null; - - + +

Fuse

To produce diff --git a/doc/salome/gui/GEOM/geom.htm b/doc/salome/gui/GEOM/geom.htm deleted file mode 100755 index 46797c73d..000000000 --- a/doc/salome/gui/GEOM/geom.htm +++ /dev/null @@ -1,139 +0,0 @@ - - - - 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 index e1ec71835..4b05cc3e8 100755 --- a/doc/salome/gui/GEOM/geom.log +++ b/doc/salome/gui/GEOM/geom.log @@ -1,5 +1,5 @@ |SourceProjectName:GEOM.hpr -|DestinationProjectName:geom.htm +|DestinationProjectName:index.htm whhost.js whmsg.js whmozemu.js @@ -74,63 +74,47 @@ 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 +whd_topic.xml +whd_nvp10.htm +whd_nvp20.htm +whd_tabs.htm +whd_dpns.htm +whd_tab0.gif +whd_tab1.gif +whd_tab2.gif +whd_tab3.gif +whd_tab4.gif +whd_tab5.gif +whd_tab6.gif +whd_tab7.gif +whd_tab8.gif +whd_toc1.gif +whd_toc2.gif +whd_toc3.gif +whd_toc4.gif +whd_show0.gif +whd_show1.gif +whd_show2.gif +whd_hide0.gif +whd_hide1.gif +whd_hide2.gif +whd_sync0.gif +whd_sync1.gif +whd_sync2.gif +whd_prev0.gif +whd_prev1.gif +whd_prev2.gif +whd_next0.gif +whd_next1.gif +whd_next2.gif +whd_wbsh0.gif +whd_wbsh1.gif +whd_wbsh2.gif 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 +index_hha.hhk +index.hhc +index.hhk add_point_on_edge.htm arc.htm archimede.htm @@ -168,6 +152,7 @@ fillet.htm filling.htm fuse.htm geometrical_objects.htm +geometry.htm glue_faces.htm groups.htm isos.htm @@ -214,7 +199,7 @@ wireframe_and_shading.htm working_plane.htm working_with_groups.htm ehelp.xml -geom.glo +index.glo default.css pics\image86.gif pics\image103.gif @@ -522,7 +507,7 @@ files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image72. files\salome2_sp3_booleangui_functions_salome2_sp3_booleangui_functions_image3.gif salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image16.gif ehlpdhtm.js -geom.ppf +index.ppf default_ns.css whxdata\whtdata0.xml whxdata\whftdata0.xml @@ -592,6 +577,6 @@ whgdata\whlstf11.htm whgdata\whlstf12.htm whgdata\whlstf13.htm whgdata\whlstg0.htm -geom.htm -geom_csh.htm -geom_rhc.htm +index.htm +index_csh.htm +index_rhc.htm diff --git a/doc/salome/gui/GEOM/geom_csh.htm b/doc/salome/gui/GEOM/geom_csh.htm deleted file mode 100755 index 24b1d19ff..000000000 --- a/doc/salome/gui/GEOM/geom_csh.htm +++ /dev/null @@ -1,106 +0,0 @@ - - -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 deleted file mode 100755 index 3f33cfe19..000000000 --- a/doc/salome/gui/GEOM/geom_rhc.htm +++ /dev/null @@ -1,106 +0,0 @@ - - -GEOM reference manual - - - - - - - - - - - - - \ No newline at end of file diff --git a/doc/salome/gui/GEOM/geometrical_objects.htm b/doc/salome/gui/GEOM/geometrical_objects.htm index cc12ba287..5822ead2a 100755 --- a/doc/salome/gui/GEOM/geometrical_objects.htm +++ b/doc/salome/gui/GEOM/geometrical_objects.htm @@ -34,43 +34,48 @@ onerror = null; - - + +

Advanced Geometrical Objects

Creation of an Edge

diff --git a/doc/salome/gui/GEOM/geometry.htm b/doc/salome/gui/GEOM/geometry.htm new file mode 100755 index 000000000..3e2e4ceaf --- /dev/null +++ b/doc/salome/gui/GEOM/geometry.htm @@ -0,0 +1,144 @@ + + + + + +geometry + + + + + + + + + + + + +

Introduction to Geometry

+ +

Geometry module + of SALOME is destined for:

+ +

 

+ + + +

 

+ + +++ + + + +
+
    + +
  • Creation of basic geometrical objects

  • + +
  • Construction of primitives

  • + +
  • Building shapes

  • + +
  • Generation of complex shapes

  • + +
  • Working with groups

  • + +
  • Geometrical repairing of objects

  • + +
  • Geometrical boolean operations

  • + +
  • Geometrical transformations

  • + +
  • Building by blocks

  • +
+

 

+

+ +

 

+ + + + diff --git a/doc/salome/gui/GEOM/geompy_doc/GEOM__TestMeasures_8py.html b/doc/salome/gui/GEOM/geompy_doc/GEOM__TestMeasures_8py.html deleted file mode 100644 index 06a37f66a..000000000 --- a/doc/salome/gui/GEOM/geompy_doc/GEOM__TestMeasures_8py.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - Main Page - - - -  -
- -
- - - - - -

GEOM_TestMeasures.py File Reference

- - - - -

Namespaces

namespace  GEOM_TestMeasures
-
Generated on Tue Oct 18 00:47:36 2005 for SALOME - GEOM - v.2.1.0 by - -doxygen 1.3.7
- - diff --git a/doc/salome/gui/GEOM/geompy_doc/doxygen.png b/doc/salome/gui/GEOM/geompy_doc/doxygen.png deleted file mode 100644 index 9da55f95f..000000000 Binary files a/doc/salome/gui/GEOM/geompy_doc/doxygen.png and /dev/null differ diff --git a/doc/salome/gui/GEOM/geompy_doc/geompy_8py__incl.jpg b/doc/salome/gui/GEOM/geompy_doc/geompy_8py__incl.jpg deleted file mode 100644 index b1a0ce260..000000000 Binary files a/doc/salome/gui/GEOM/geompy_doc/geompy_8py__incl.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/geompy_doc/geompy_8py__incl.map b/doc/salome/gui/GEOM/geompy_doc/geompy_8py__incl.map deleted file mode 100644 index 5a14779e7..000000000 --- a/doc/salome/gui/GEOM/geompy_doc/geompy_8py__incl.map +++ /dev/null @@ -1 +0,0 @@ -base referer diff --git a/doc/salome/gui/GEOM/geompy_doc/geompy_8py__incl.md5 b/doc/salome/gui/GEOM/geompy_doc/geompy_8py__incl.md5 deleted file mode 100644 index 1f2d2ba0e..000000000 --- a/doc/salome/gui/GEOM/geompy_doc/geompy_8py__incl.md5 +++ /dev/null @@ -1 +0,0 @@ -0848e1ec9d428b6f7446355ed9f585a7 \ No newline at end of file diff --git a/doc/salome/gui/GEOM/geompy_doc/namespaceGEOM__TestMeasures.html b/doc/salome/gui/GEOM/geompy_doc/namespaceGEOM__TestMeasures.html deleted file mode 100644 index 24ab2972a..000000000 --- a/doc/salome/gui/GEOM/geompy_doc/namespaceGEOM__TestMeasures.html +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - Main Page - - - -  -
- -
- - - - - -

Package GEOM_TestMeasures

Module "GEOM_TestMeasures". -More... -

- - - - - -

Functions

 TestMeasureOperations (geompy, math)
-


Function Documentation

-

- - - - -
- - - - - - - - - - - - - - - - - - -
TestMeasureOperations geompy ,
math 
-
- - - - - -
-   - - -

-

-


Generated on Tue Oct 18 00:47:37 2005 for SALOME - GEOM - v.2.1.0 by - -doxygen 1.3.7
- - diff --git a/doc/salome/gui/GEOM/geompy_doc/namespacegeompy.html b/doc/salome/gui/GEOM/geompy_doc/namespacegeompy.html index 189eb4505..768eb3629 100644 --- a/doc/salome/gui/GEOM/geompy_doc/namespacegeompy.html +++ b/doc/salome/gui/GEOM/geompy_doc/namespacegeompy.html @@ -8,535 +8,600 @@   -
- -
- - - -

Package geompy

Module geompy. -More... + +

Package geompy

- +
- - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + - - + - - + + + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + + + + + + + + + + + + + + + -

Functions

 init_geom (theStudy)

Functions

def init_geom
def SubShapeName
 Get name for sub-shape aSubObj of shape aMainObj.
def addToStudy
 Publish in study aShape with name aName.
def addToStudyInFather
 Publish in study aShape with name aName as sub-object of previously published aFather.
def MakeVertex
 Create point by three coordinates.
def MakeVertexWithRef
 Create a point, distant from the referenced point on the given distances along the coordinate axes.
def MakeVertexOnCurve
 Create a point, corresponding to the given parameter on the given curve.
def MakeVectorDXDYDZ
 Create a vector with the given components.
def MakeVector
 Create a vector between two points.
def MakeLine
 Create a line, passing through the given point and parrallel to the given direction.
def MakeLineTwoPnt
 Create a line, passing through the given points.
def MakePlane
 Create a plane, passing through the given point and normal to the given vector.
def MakePlaneThreePnt
 Create a plane, passing through the three given points.
def MakePlaneFace
 Create a plane, similar to the existing one, but with another size of representing face.
def MakeMarker
 Create a local coordinate system.
def MakeMarkerPntTwoVec
 Create a local coordinate system.
def MakeArc
 Create an arc of circle, passing through three given points.
def MakeCircle
 Create a circle with given center, normal vector and radius.
def MakeCircleThreePnt
 Create a circle, passing through three given points.
def MakeEllipse
 Create an ellipse with given center, normal vector and radiuses.
def MakePolyline
 Create a polyline on the set of points.
def MakeBezier
 Create bezier curve on the set of points.
def MakeInterpol
 Create B-Spline curve on the set of points.
def MakeSketcher
 Create a sketcher (wire or face), following the textual description, passed through theCommand argument.
def MakeSketcherOnPlane
 Create a sketcher (wire or face), following the textual description, passed through theCommand argument.
def MakeBox
 Create a box by coordinates of two opposite vertices.
def MakeBoxDXDYDZ
 Create a box with specified dimensions along the coordinate axes and with edges, parallel to the coordinate axes.
def MakeBoxTwoPnt
 Create a box with two specified opposite vertices, and with edges, parallel to the coordinate axes.
def MakeCylinder
 Create a cylinder with given base point, axis, radius and height.
def MakeCylinderRH
 SubShapeName (aSubObj, aMainObj)
 Create a cylinder with given radius and height at the origin of coordinate system.
def MakeSpherePntR
 Get name for sub-shape aSubObj of shape aMainObj.

 addToStudy (aShape, aName)
 Create a sphere with given center and radius.
def MakeSphere
 Publish in study aShape with name aName.

 addToStudyInFather (aFather, aShape, aName)
 Create a sphere with given center and radius.
def MakeSphereR
 Publish in study aShape with name aName as sub-object of previously published aFather.

 MakeVertex (theX, theY, theZ)
 Create a sphere with given radius at the origin of coordinate system.
def MakeCone
 Create point by three coordinates.

 MakeVertexWithRef (theReference, theX, theY, theZ)
 Create a cone with given base point, axis, height and radiuses.
def MakeConeR1R2H
 Create a point, distant from the referenced point on the given distances along the coordinate axes.

 MakeVertexOnCurve (theRefCurve, theParameter)
 Create a cone with given height and radiuses at the origin of coordinate system.
def MakeTorus
 Create a point, corresponding to the given parameter on the given curve.

 MakeVectorDXDYDZ (theDX, theDY, theDZ)
 Create a torus with given center, normal vector and radiuses.
def MakeTorusRR
 Create a vector with the given components.

 MakeVector (thePnt1, thePnt2)
 Create a torus with given radiuses at the origin of coordinate system.
def MakePrism
 Create a vector between two points.

 MakeLine (thePnt, theDir)
 Create a shape by extrusion of the base shape along a vector, defined by two points.
def MakePrismVecH
 Create a line, passing through the given point and parrallel to the given direction.

 MakeLineTwoPnt (thePnt1, thePnt2)
 Create a shape by extrusion of the base shape along the vector, i.e.
def MakePipe
 Create a line, passing through the given points.

 MakePlane (thePnt, theVec, theTrimSize)
 Create a shape by extrusion of the base shape along the path shape.
def MakeRevolution
 Create a plane, passing through the given point and normal to the given vector.

 MakePlaneThreePnt (thePnt1, thePnt2, thePnt3, theTrimSize)
 Create a shape by revolution of the base shape around the axis on the given angle, i.e.
def MakeEdge
 Create a plane, passing through the three given points.

 MakePlaneFace (theFace, theTrimSize)
 Create a linear edge with specified ends.
def MakeWire
 Create a plane, similar to the existing one, but with another size of representing face.

 MakeMarker (OX, OY, OZ, XDX, XDY, XDZ, YDX, YDY, YDZ)
 Create a wire from the set of edges and wires.
def MakeFace
 Create a local coordinate system.

 MakeMarkerPntTwoVec (theOrigin, theXVec, theYVec)
 Create a face on the given wire.
def MakeFaceWires
 Create a local coordinate system.

 MakeArc (thePnt1, thePnt2, thePnt3)
 Create a face on the given wires set.
def MakeFaces
 Create an arc of circle, passing through three given points.

 MakeCircle (thePnt, theVec, theR)
 Shortcut to MakeFaceWires().
def MakeShell
 Create a circle with given center, normal vector and radius.

 MakeCircleThreePnt (thePnt1, thePnt2, thePnt3)
 Create a shell from the set of faces and shells.
def MakeSolid
 Create a circle, passing through three given points.

 MakeEllipse (thePnt, theVec, theRMajor, theRMinor)
 Create a solid, bounded by the given shells.
def MakeCompound
 Create an ellipse with given center, normal vector and radiuses.

 MakePolyline (thePoints)
 Create a compound of the given shapes.
def NumberOfFaces
 Create a polyline on the set of points.

 MakeBezier (thePoints)
 Gives quantity of faces in the given shape.
def NumberOfEdges
 Create bezier curve on the set of points.

 MakeInterpol (thePoints)
 Gives quantity of edges in the given shape.
def ChangeOrientation
 Create B-Spline curve on the set of points.

 MakeSketcher (theCommand, theWorkingPlane=[0, 0, 0, 0, 0, 1, 1, 0, 0])
 Reverses an orientation the given shape.
def OrientationChange
 Create a sketcher (wire or face), following the textual description, passed through theCommand argument.

 MakeSketcherOnPlane (theCommand, theWorkingPlane)
 Shortcut to ChangeOrientation().
def GetFreeFacesIDs
 Create a sketcher (wire or face), following the textual description, passed through theCommand argument.

 MakeBox (x1, y1, z1, x2, y2, z2)
 Retrieve all free faces from the given shape.
def GetSharedShapes
 Create a box by coordinates of two opposite vertices.

 MakeBoxDXDYDZ (theDX, theDY, theDZ)
 Get all sub-shapes of theShape1 of the given type, shared with theShape2.
def GetShapesOnPlane
 Create a box with specified dimensions along the coordinate axes and with edges, parallel to the coordinate axes.

 MakeBoxTwoPnt (thePnt1, thePnt2)
 Find in theShape all sub-shapes of type theShapeType, situated relatively the specified plane by the certain way, defined through theState parameter.
def GetShapesOnPlaneIDs
 Create a box with two specified opposite vertices, and with edges, parallel to the coordinate axes.

 MakeCylinder (thePnt, theAxis, theR, theH)
 Works like the above method, but returns list of sub-shapes indices.
def GetShapesOnCylinder
 Create a cylinder with given base point, axis, radius and height.

 MakeCylinderRH (theR, theH)
 Find in theShape all sub-shapes of type theShapeType, situated relatively the specified cylinder by the certain way, defined through theState parameter.
def GetShapesOnCylinderIDs
 Create a cylinder with given radius and height at the origin of coordinate system.

 MakeSpherePntR (thePnt, theR)
 Works like the above method, but returns list of sub-shapes indices.
def GetShapesOnSphere
 Create a sphere with given center and radius.

 MakeSphere (x, y, z, theR)
 Find in theShape all sub-shapes of type theShapeType, situated relatively the specified sphere by the certain way, defined through theState parameter.
def GetShapesOnSphereIDs
 Create a sphere with given center and radius.

 MakeSphereR (theR)
 Works like the above method, but returns list of sub-shapes indices.
def GetShapesOnQuadrangle
 Create a sphere with given radius at the origin of coordinate system.

 MakeCone (thePnt, theAxis, theR1, theR2, theH)
 Find in theShape all sub-shapes of type theShapeType, situated relatively the specified quadrangle by the certain way, defined through theState parameter.
def GetShapesOnQuadrangleIDs
 Create a cone with given base point, axis, height and radiuses.

 MakeConeR1R2H (theR1, theR2, theH)
 Works like the above method, but returns list of sub-shapes indices.
def GetInPlace
 Create a cone with given height and radiuses at the origin of coordinate system.

 MakeTorus (thePnt, theVec, theRMajor, theRMinor)
 Get sub-shape(s) of theShapeWhere, which are coincident with theShapeWhat or could be a part of it.
def GetSubShape
 Create a torus with given center, normal vector and radiuses.

 MakeTorusRR (theRMajor, theRMinor)
 Obtain a composite sub-shape of <aShape>, composed from sub-shapes of <aShape>, selected by their unique IDs inside <aShape>.
def GetSubShapeID
 Create a torus with given radiuses at the origin of coordinate system.

 MakePrism (theBase, thePoint1, thePoint2)
 Obtain unique ID of sub-shape <aSubShape> inside <aShape>.
def SubShapeAll
 Create a shape by extrusion of the base shape along a vector, defined by two points.

 MakePrismVecH (theBase, theVec, theH)
 Explode a shape on subshapes of a given type.
def SubShapeAllIDs
 Create a shape by extrusion of the base shape along the vector, i.e.

 MakePipe (theBase, thePath)
 Explode a shape on subshapes of a given type.
def SubShapeAllSorted
 Create a shape by extrusion of the base shape along the path shape.

 MakeRevolution (theBase, theAxis, theAngle)
 Explode a shape on subshapes of a given type.
def SubShapeAllSortedIDs
 Create a shape by revolution of the base shape around the axis on the given angle, i.e.

 MakeEdge (thePnt1, thePnt2)
 Explode a shape on subshapes of a given type.
def SubShape
 Create a linear edge with specified ends.

 MakeWire (theEdgesAndWires)
 Obtain a compound of sub-shapes of <aShape>, selected by they indices in list of all sub-shapes of type <aType>.
def SubShapeSorted
 Create a wire from the set of edges and wires.

 MakeFace (theWire, isPlanarWanted)
 Obtain a compound of sub-shapes of <aShape>, selected by they indices in sorted list of all sub-shapes of type <aType>.
def ProcessShape
 Create a face on the given wire.

 MakeFaceWires (theWires, isPlanarWanted)
 Apply a sequence of Shape Healing operators to the given object.
def SuppressFaces
 Create a face on the given wires set.

 MakeFaces (theWires, isPlanarWanted)
 Remove faces from the given object (shape).
def MakeSewing
 Shortcut to MakeFaceWires().

 MakeShell (theFacesAndShells)
 Sewing of some shapes into single shape.
def Sew
 Create a shell from the set of faces and shells.

 MakeSolid (theShells)
 Sewing of the given object.
def SuppressInternalWires
 Create a solid, bounded by the given shells.

 MakeCompound (theShapes)
 Remove internal wires and edges from the given object (face).
def SuppressHoles
 Create a compound of the given shapes.

 NumberOfFaces (theShape)
 Remove internal closed contours (holes) from the given object.
def CloseContour
 Gives quantity of faces in the given shape.

 NumberOfEdges (theShape)
 Close an open wire.
def DivideEdge
 Gives quantity of edges in the given shape.

 ChangeOrientation (theShape)
 Addition of a point to a given edge object.
def GetFreeBoundary
 Reverses an orientation the given shape.

 OrientationChange (theShape)
 Get a list of wires (wrapped in GEOM_Object-s), that constitute a free boundary of the given shape.
def MakeCopy
 Shortcut to ChangeOrientation().

 GetFreeFacesIDs (theShape)
 Create a copy of the given object.
def MakeFilling
 Retrieve all free faces from the given shape.

 GetSharedShapes (theShape1, theShape2, theShapeType)
 Create a filling from the given compound of contours.
def MakeGlueFaces
 Get all sub-shapes of theShape1 of the given type, shared with theShape2.

 GetShapesOnPlane (theShape, theShapeType, theAx1, theState)
 Replace coincident faces in theShape by one face.
def MakeBoolean
 Find in theShape all sub-shapes of type theShapeType, situated relatively the specified plane by the certain way, defined through theState parameter.

 GetShapesOnPlaneIDs (theShape, theShapeType, theAx1, theState)
 Perform one of boolean operations on two given shapes.
def MakeCommon
 Works like the above method, but returns list of sub-shapes indices.

 GetShapesOnCylinder (theShape, theShapeType, theAxis, theRadius, theState)
 Shortcut to MakeBoolean(s1, s2, 1).
def MakeCut
 Find in theShape all sub-shapes of type theShapeType, situated relatively the specified cylinder by the certain way, defined through theState parameter.

 GetShapesOnCylinderIDs (theShape, theShapeType, theAxis, theRadius, theState)
 Shortcut to MakeBoolean(s1, s2, 2).
def MakeFuse
 Works like the above method, but returns list of sub-shapes indices.

 GetShapesOnSphere (theShape, theShapeType, theCenter, theRadius, theState)
 Shortcut to MakeBoolean(s1, s2, 3).
def MakeSection
 Find in theShape all sub-shapes of type theShapeType, situated relatively the specified sphere by the certain way, defined through theState parameter.

 GetShapesOnSphereIDs (theShape, theShapeType, theCenter, theRadius, theState)
 Shortcut to MakeBoolean(s1, s2, 4).
def MakePartition
 Works like the above method, but returns list of sub-shapes indices.

 GetShapesOnQuadrangle (theShape, theShapeType, theTopLeftPoint, theTopRigthPoint, theBottomLeftPoint, theBottomRigthPoint, theState)
 Perform partition operation.
def Partition
 Find in theShape all sub-shapes of type theShapeType, situated relatively the specified quadrangle by the certain way, defined through theState parameter.

 GetShapesOnQuadrangleIDs (theShape, theShapeType, theTopLeftPoint, theTopRigthPoint, theBottomLeftPoint, theBottomRigthPoint, theState)
 Shortcut to MakePartition().
def MakeHalfPartition
 Works like the above method, but returns list of sub-shapes indices.

 GetInPlace (theShapeWhere, theShapeWhat)
 Perform partition of the Shape with the Plane.
def MakeTranslationTwoPoints
 Get sub-shape(s) of theShapeWhere, which are coincident with theShapeWhat or could be a part of it.

 GetSubShape (aShape, ListOfID)
 Translate the given object along the vector, specified by its end points, creating its copy before the translation.
def MakeTranslation
 Obtain a composite sub-shape of <ashape>, composed from sub-shapes of <ashape>, selected by their unique IDs inside <ashape>.

 GetSubShapeID (aShape, aSubShape)
 Translate the given object along the vector, specified by its components, creating its copy before the translation.
def MakeTranslationVector
 Obtain unique ID of sub-shape <asubshape> inside <ashape>.

 SubShapeAll (aShape, aType)
 Translate the given object along the given vector, creating its copy before the translation.
def MakeRotation
 Explode a shape on subshapes of a given type.

 SubShapeAllIDs (aShape, aType)
 Rotate the given object around the given axis on the given angle, creating its copy before the rotatation.
def MakeScaleTransform
 Explode a shape on subshapes of a given type.

 SubShapeAllSorted (aShape, aType)
 Scale the given object by the factor, creating its copy before the scaling.
def MakeMirrorByPlane
 Explode a shape on subshapes of a given type.

 SubShapeAllSortedIDs (aShape, aType)
 Create an object, symmetrical to the given one relatively the given plane.
def MakeMirrorByAxis
 Explode a shape on subshapes of a given type.

 SubShape (aShape, aType, ListOfInd)
 Create an object, symmetrical to the given one relatively the given axis.
def MakeMirrorByPoint
 Obtain a compound of sub-shapes of <ashape>, selected by they indices in list of all sub-shapes of type <atype>.

 SubShapeSorted (aShape, aType, ListOfInd)
 Create an object, symmetrical to the given one relatively the given point.
def MakePosition
 Obtain a compound of sub-shapes of <ashape>, selected by they indices in sorted list of all sub-shapes of type <atype>.

 ProcessShape (theShape, theOperators, theParameters, theValues)
 Modify the Location of the given object by LCS creating its copy before the setting.
def MakeOffset
 Apply a sequence of Shape Healing operators to the given object.

 SuppressFaces (theObject, theFaces)
 Create new object as offset of the given one.
def MakeMultiTranslation1D
 Remove faces from the given object (shape).

 MakeSewing (ListShape, theTolerance)
 Translate the given object along the given vector a given number times.
def MakeMultiTranslation2D
 Sewing of some shapes into single shape.

 Sew (theObject, theTolerance)
 Conseqently apply two specified translations to theObject specified number of times.
def MultiRotate1D
 Sewing of the given object.

 SuppressInternalWires (theObject, theWires)
 Rotate the given object around the given axis a given number times.
def MultiRotate2D
 Remove internal wires and edges from the given object (face).

 SuppressHoles (theObject, theWires)
 Rotate the given object around the given axis on the given angle a given number times and multi-translate each rotation result.
def MakeMultiRotation1D
 Remove internal closed contours (holes) from the given object.

 CloseContour (theObject, theWires, isCommonVertex)
 The same, as MultiRotate1D(), but axis is given by direction and point.
def MakeMultiRotation2D
 Close an open wire.

 DivideEdge (theObject, theEdgeIndex, theValue, isByParameter)
 The same, as MultiRotate2D(), but axis is given by direction and point.
def MakeFilletAll
 Addition of a point to a given edge object.

 GetFreeBoundary (theObject)
 Perform a fillet on all edges of the given shape.
def MakeFillet
 Get a list of wires (wrapped in GEOM_Object-s), that constitute a free boundary of the given shape.

 MakeCopy (theOriginal)
 Perform a fillet on the specified edges/faces of the given shape.
def MakeChamferAll
 Create a copy of the given object.

 MakeFilling (theShape, theMinDeg, theMaxDeg, theTol2D, theTol3D, theNbIter)
 Perform a symmetric chamfer on all edges of the given shape.
def MakeChamferEdge
 Create a filling from the given compound of contours.

 MakeGlueFaces (theShape, theTolerance)
 Perform a chamfer on edges, common to the specified faces, with distance D1 on the Face1.
def MakeChamferFaces
 Replace coincident faces in theShape by one face.

 MakeBoolean (theShape1, theShape2, theOperation)
 Perform a chamfer on all edges of the specified faces, with distance D1 on the first specified face (if several for one edge).
def MakeChamfer
 Perform one of boolean operations on two given shapes.

 MakeCommon (s1, s2)
 Shortcut to MakeChamferEdge() and MakeChamferFaces().
def Archimede
 Shortcut to MakeBoolean(s1, s2, 1).

 MakeCut (s1, s2)
 Perform an Archimde operation on the given shape with given parameters.
def PointCoordinates
 Shortcut to MakeBoolean(s1, s2, 2).

 MakeFuse (s1, s2)
 Get point coordinates.
def BasicProperties
 Shortcut to MakeBoolean(s1, s2, 3).

 MakeSection (s1, s2)
 Get summarized length of all wires, area of surface and volume of the given shape.
def BoundingBox
 Shortcut to MakeBoolean(s1, s2, 4).

 MakePartition (ListShapes, ListTools=[], ListKeepInside=[], ListRemoveInside=[], Limit=ShapeType["SHAPE"], RemoveWebs=0, ListMaterials=[])
 Get parameters of bounding box of the given shape.
def Inertia
 Perform partition operation.

 Partition (ListShapes, ListTools=[], ListKeepInside=[], ListRemoveInside=[], Limit=ShapeType["SHAPE"], RemoveWebs=0, ListMaterials=[])
 Get inertia matrix and moments of inertia of theShape.
def MinDistance
 Shortcut to MakePartition().

 MakeHalfPartition (theShape, thePlane)
 Get minimal distance between the given shapes.
def Tolerance
 Perform partition of the Shape with the Plane.

 MakeTranslationTwoPoints (theObject, thePoint1, thePoint2)
 Get min and max tolerances of sub-shapes of theShape.
def WhatIs
 Translate the given object along the vector, specified by its end points, creating its copy before the translation.

 MakeTranslation (theObject, theDX, theDY, theDZ)
 Obtain description of the given shape (number of sub-shapes of each type).
def MakeCDG
 Translate the given object along the vector, specified by its components, creating its copy before the translation.

 MakeTranslationVector (theObject, theVector)
 Get a point, situated at the centre of mass of theShape.
def CheckShape
 Translate the given object along the given vector, creating its copy before the translation.

 MakeRotation (theObject, theAxis, theAngle)
 Check a topology of the given shape.
def Import
 Rotate the given object around the given axis on the given angle, creating its copy before the rotatation.

 MakeScaleTransform (theObject, thePoint, theFactor)
 Import a shape from the BREP or IGES or STEP file (depends on given format) with given name.
def ImportBREP
 Scale the given object by the factor, creating its copy before the scaling.

 MakeMirrorByPlane (theObject, thePlane)
 Shortcut to Import() for BREP format.
def ImportIGES
 Create an object, symmetrical to the given one relatively the given plane.

 MakeMirrorByAxis (theObject, theAxis)
 Shortcut to Import() for IGES format.
def ImportSTEP
 Create an object, symmetrical to the given one relatively the given axis.

 MakeMirrorByPoint (theObject, thePoint)
 Shortcut to Import() for STEP format.
def Export
 Create an object, symmetrical to the given one relatively the given point.

 MakePosition (theObject, theStartLCS, theEndLCS)
 Export the given shape into a file with given name.
def ExportBREP
 Modify the Location of the given object by LCS creating its copy before the setting.

 MakeOffset (theObject, theOffset)
 Shortcut to Export() for BREP format.
def ExportIGES
 Create new object as offset of the given one.

 MakeMultiTranslation1D (theObject, theVector, theStep, theNbTimes)
 Shortcut to Export() for IGES format.
def ExportSTEP
 Translate the given object along the given vector a given number times.

 MakeMultiTranslation2D (theObject, theVector1, theStep1, theNbTimes1, theVector2, theStep2, theNbTimes2)
 Shortcut to Export() for STEP format.
def MakeQuad
 Conseqently apply two specified translations to theObject specified number of times.

 MultiRotate1D (theObject, theAxis, theNbTimes)
 Create a quadrangle face from four edges.
def MakeQuad2Edges
 Rotate the given object around the given axis a given number times.

 MultiRotate2D (theObject, theAxis, theAngle, theNbTimes1, theStep, theNbTimes2)
 Create a quadrangle face on two edges.
def MakeQuad4Vertices
 Rotate the given object around the given axis on the given angle a given number times and multi-translate each rotation result.

 MakeMultiRotation1D (aShape, aDir, aPoint, aNbTimes)
 Create a quadrangle face with specified corners.
def MakeHexa
 The same, as MultiRotate1D(), but axis is given by direction and point.

 MakeMultiRotation2D (aShape, aDir, aPoint, anAngle, nbtimes1, aStep, nbtimes2)
 Create a hexahedral solid, bounded by the six given faces.
def MakeHexa2Faces
 The same, as MultiRotate2D(), but axis is given by direction and point.

 MakeFilletAll (theShape, theR)
 Create a hexahedral solid between two given faces.
def GetPoint
 Perform a fillet on all edges of the given shape.

 MakeFillet (theShape, theR, theShapeType, theListShapes)
 Get a vertex, found in the given shape by its coordinates.
def GetEdge
 Perform a fillet on the specified edges/faces of the given shape.

 MakeChamferAll (theShape, theD)
 Get an edge, found in the given shape by two given vertices.
def GetEdgeNearPoint
 Perform a symmetric chamfer on all edges of the given shape.

 MakeChamferEdge (theShape, theD1, theD2, theFace1, theFace2)
 Find an edge of the given shape, which has minimal distance to the given point.
def GetFaceByPoints
 Perform a chamfer on edges, common to the specified faces, with distance D1 on the Face1.

 MakeChamferFaces (theShape, theD1, theD2, theFaces)
 Returns a face, found in the given shape by four given corner vertices.
def GetFaceByEdges
 Perform a chamfer on all edges of the specified faces, with distance D1 on the first specified face (if several for one edge).

 MakeChamfer (aShape, d1, d2, aShapeType, ListShape)
 Get a face of block, found in the given shape by two given edges.
def GetOppositeFace
 Shortcut to MakeChamferEdge() and MakeChamferFaces().

 Archimede (theShape, theWeight, theWaterDensity, theMeshDeflection)
 Find a face, opposite to the given one in the given block.
def GetFaceNearPoint
 Perform an Archimde operation on the given shape with given parameters.

 PointCoordinates (Point)
 Find a face of the given shape, which has minimal distance to the given point.
def GetFaceByNormale
 Get point coordinates.

 BasicProperties (theShape)
 Find a face of block, whose outside normale has minimal angle with the given vector.
def CheckCompoundOfBlocks
 Get summarized length of all wires, area of surface and volume of the given shape.

 BoundingBox (theShape)
 Check, if the compound of blocks is given.
def RemoveExtraEdges
 Get parameters of bounding box of the given shape.

 Inertia (theShape)
 Remove all seam and degenerated edges from theShape.
def CheckAndImprove
 Get inertia matrix and moments of inertia of theShape.

 MinDistance (theShape1, theShape2)
 Check, if the given shape is a blocks compound.
def MakeBlockExplode
 Get minimal distance between the given shapes.

 Tolerance (theShape)
 Get all the blocks, contained in the given compound.
def GetBlockNearPoint
 Get min and max tolerances of sub-shapes of theShape.

 WhatIs (theShape)
 Find block, containing the given point inside its volume or on boundary.
def GetBlockByParts
 Obtain description of the given shape (number of sub-shapes of each type).

 MakeCDG (theShape)
 Find block, containing all the elements, passed as the parts, or maximum quantity of them.
def GetBlocksByParts
 Get a point, situated at the centre of mass of theShape.

 CheckShape (theShape)
 Return all blocks, containing all the elements, passed as the parts.
def MakeMultiTransformation1D
 Check a topology of the given shape.

 Import (theFileName, theFormatName)
 Multi-transformate block and glue the result.
def MakeMultiTransformation2D
 Import a shape from the BREP or IGES or STEP file (depends on given format) with given name.

 ImportBREP (theFileName)
 Multi-transformate block and glue the result.
def Propagate
 Shortcut to Import() for BREP format.

 ImportIGES (theFileName)
 Build all possible propagation groups.
def CreateGroup
 Shortcut to Import() for IGES format.

 ImportSTEP (theFileName)
 Creates a new group which will store sub shapes of theMainShape.
def AddObject
 Shortcut to Import() for STEP format.

 Export (theObject, theFileName, theFormatName)
 Adds a sub object with ID theSubShapeId to the group.
def RemoveObject
 Export the given shape into a file with given name.

 ExportBREP (theObject, theFileName)
 Removes a sub object with ID theSubShapeId from the group.
def UnionList
 Shortcut to Export() for BREP format.

 ExportIGES (theObject, theFileName)
 Adds to the group all the given shapes.
def UnionIDs
 Shortcut to Export() for IGES format.

 ExportSTEP (theObject, theFileName)
 Works like the above method, but argument theSubShapes here is a list of sub-shapes indices.
def DifferenceList
 Shortcut to Export() for STEP format.

 MakeQuad (E1, E2, E3, E4)
 Removes from the group all the given shapes.
def DifferenceIDs
 Create a quadrangle face from four edges.

 MakeQuad2Edges (E1, E2)
 Works like the above method, but argument theSubShapes here is a list of sub-shapes indices.
def GetObjectIDs
 Create a quadrangle face on two edges.

 MakeQuad4Vertices (V1, V2, V3, V4)
 Returns a list of sub objects ID stored in the group.
def GetType
 Create a quadrangle face with specified corners.

 MakeHexa (F1, F2, F3, F4, F5, F6)
 Returns a type of sub objects stored in the group.
def GetMainShape
 Create a hexahedral solid, bounded by the six given faces.

 MakeHexa2Faces (F1, F2)
 Returns a main shape associated with the group.
def GetEdgesByLength
 Create a hexahedral solid between two given faces.

 GetPoint (theShape, theX, theY, theZ, theEpsilon)
def SelectEdges
 Get a vertex, found in the given shape by its coordinates.

 GetEdge (theShape, thePoint1, thePoint2)
def addPath
 Get an edge, found in the given shape by two given vertices.

 GetEdgeNearPoint (theShape, thePoint)
 Add Path to load python scripts from.

Variables

tuple g = lcc.FindOrLoadComponent("FactoryServer", "GEOM")
 Find an edge of the given shape, which has minimal distance to the given point.

 GetFaceByPoints (theShape, thePoint1, thePoint2, thePoint3, thePoint4)
tuple geom = g._narrow( GEOM.GEOM_Gen )
 Returns a face, found in the given shape by four given corner vertices.

 GetFaceByEdges (theShape, theEdge1, theEdge2)
 myBuilder = None
 Get a face of block, found in the given shape by two given edges.

 GetOppositeFace (theBlock, theFace)
int myStudyId = 0
 Find a face, opposite to the given one in the given block.

 GetFaceNearPoint (theShape, thePoint)
 father = None
 Find a face of the given shape, which has minimal distance to the given point.

 GetFaceByNormale (theBlock, theVector)
 BasicOp = None
 Find a face of block, whose outside normale has minimal angle with the given vector.

 CheckCompoundOfBlocks (theCompound)
 CurvesOp = None
 Check, if the compound of blocks is given.

 RemoveExtraEdges (theShape)
 PrimOp = None
 Remove all seam and degenerated edges from theShape.

 CheckAndImprove (theShape)
 ShapesOp = None
 Check, if the given shape is a blocks compound.

 MakeBlockExplode (theCompound, theMinNbFaces, theMaxNbFaces)
 HealOp = None
 Get all the blocks, contained in the given compound.

 GetBlockNearPoint (theCompound, thePoint)
 InsertOp = None
 Find block, containing the given point inside its volume or on boundary.

 GetBlockByParts (theCompound, theParts)
 BoolOp = None
 Find block, containing all the elements, passed as the parts, or maximum quantity of them.

 GetBlocksByParts (theCompound, theParts)
 TrsfOp = None
 Return all blocks, containing all the elements, passed as the parts.

 MakeMultiTransformation1D (Block, DirFace1, DirFace2, NbTimes)
 LocalOp = None
 Multi-transformate block and glue the result.

 MakeMultiTransformation2D (Block, DirFace1U, DirFace2U, NbTimesU, DirFace1V, DirFace2V, NbTimesV)
 MeasuOp = None
 Multi-transformate block and glue the result.

 Propagate (theShape)
 BlocksOp = None
 Build all possible propagation groups.

 CreateGroup (theMainShape, theShapeType)
 GroupOp = None
 Creates a new group which will store sub shapes of theMainShape.

 AddObject (theGroup, theSubShapeID)
dictionary ShapeType = {"COMPOUND":0, "COMPSOLID":1, "SOLID":2, "SHELL":3, "FACE":4, "WIRE":5, "EDGE":6, "VERTEX":7, "SHAPE":8}
 Adds a sub object with ID theSubShapeId to the group.

 RemoveObject (theGroup, theSubShapeID)
tuple g = lcc.FindOrLoadComponent("FactoryServer", "GEOM")
 Removes a sub object with ID theSubShapeId from the group.

 UnionList (theGroup, theSubShapes)
tuple geom = g._narrow( GEOM.GEOM_Gen )
 Adds to the group all the given shapes.

 UnionIDs (theGroup, theSubShapes)
 myBuilder = None
 Works like the above method, but argument theSubShapes here is a list of sub-shapes indices.

 DifferenceList (theGroup, theSubShapes)
int myStudyId = 0
 Removes from the group all the given shapes.

 DifferenceIDs (theGroup, theSubShapes)
 father = None
 Works like the above method, but argument theSubShapes here is a list of sub-shapes indices.

 GetObjectIDs (theGroup)
 BasicOp = None
 Returns a list of sub objects ID stored in the group.

 GetType (theGroup)
 CurvesOp = None
 Returns a type of sub objects stored in the group.

 GetMainShape (theGroup)
 PrimOp = None
 Returns a main shape associated with the group.

 GetEdgesByLength (theShape, min_length, max_length, include_min=1, include_max=1)
 ShapesOp = None
 Create group of edges of theShape, whose length is in range [min_length, max_length].

 SelectEdges (min_length, max_length, include_min=1, include_max=1)
 HealOp = None
 Create group of edges of selected shape, whose length is in range [min_length, max_length].

 addPath (Path)
 InsertOp = None
 BoolOp = None
 TrsfOp = None
 LocalOp = None
 MeasuOp = None
 BlocksOp = None
 GroupOp = None
dictionary ShapeType = {"COMPOUND":0, "COMPSOLID":1, "SOLID":2, "SHELL":3, "FACE":4, "WIRE":5, "EDGE":6, "VERTEX":7, "SHAPE":8}
 Add Path to load python scripts from.


Function Documentation

-

- +

+

- + - - + + @@ -544,7 +609,7 @@
init_geom def geompy::init_geom theStudy    theStudy  ) 
- +
  @@ -555,25 +620,25 @@
-

- +

+

- + - - + + - - - + + + - + @@ -581,7 +646,7 @@
SubShapeName def geompy::SubShapeName aSubObj ,   aSubObj,
aMainObj   aMainObj
- +
  @@ -592,25 +657,25 @@ Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - + @@ -618,7 +683,7 @@ Example: see GEOM_TestAll.py
addToStudy def geompy::addToStudy aShape ,   aShape,
aName   aName
- +
Example: see GEOM_TestAll.py
  @@ -629,31 +694,31 @@ Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - - - + + + - + @@ -661,7 +726,7 @@ Example: see GEOM_TestAll.py
addToStudyInFather def geompy::addToStudyInFather aFather ,   aFather,
aShape ,   aShape,
aName   aName
- +
Example: see GEOM_TestAll.py
  @@ -672,31 +737,31 @@ Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - - - + + + - + @@ -704,7 +769,7 @@ Example: see GEOM_TestAll.py
MakeVertex def geompy::MakeVertex theX ,   theX,
theY ,   theY,
theZ   theZ
- +

Parameters:
  @@ -714,46 +779,46 @@ Example: see GEOM_TestAll.py
- - - + + +
theX The X coordinate of the point.
theY The Y coordinate of the point.
theZ The Z coordinate of the point.
theX The X coordinate of the point.
theY The Y coordinate of the point.
theZ The Z coordinate of the point.
Returns:
New GEOM_Object, containing the created point.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - - - + + + - - - + + + - + @@ -761,7 +826,7 @@ Example: see GEOM_TestAll.py
MakeVertexWithRef def geompy::MakeVertexWithRef theReference ,   theReference,
theX ,   theX,
theY ,   theY,
theZ   theZ
- +

Parameters:
  @@ -771,35 +836,35 @@ Example: see GEOM_TestAll.py
- - - - + + + +
theReference The referenced point.
theX Displacement from the referenced point along OX axis.
theY Displacement from the referenced point along OY axis.
theZ Displacement from the referenced point along OZ axis.
theReference The referenced point.
theX Displacement from the referenced point along OX axis.
theY Displacement from the referenced point along OY axis.
theZ Displacement from the referenced point along OZ axis.
Returns:
New GEOM_Object, containing the created point.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - + @@ -807,7 +872,7 @@ Example: see GEOM_TestAll.py
MakeVertexOnCurve def geompy::MakeVertexOnCurve theRefCurve ,   theRefCurve,
theParameter   theParameter
- +

Parameters:
  @@ -817,39 +882,39 @@ Example: see GEOM_TestAll.py
- - + +
theRefCurve The referenced curve.
theParameter Value of parameter on the referenced curve.
theRefCurve The referenced curve.
theParameter Value of parameter on the referenced curve.
Returns:
New GEOM_Object, containing the created point.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - - - + + + - + @@ -857,7 +922,7 @@ Example: see GEOM_TestAll.py
MakeVectorDXDYDZ def geompy::MakeVectorDXDYDZ theDX ,   theDX,
theDY ,   theDY,
theDZ   theDZ
- +

Parameters:
  @@ -867,34 +932,34 @@ Example: see GEOM_TestAll.py
- - - + + +
theDX X component of the vector.
theDY Y component of the vector.
theDZ Z component of the vector.
theDX X component of the vector.
theDY Y component of the vector.
theDZ Z component of the vector.
Returns:
New GEOM_Object, containing the created vector.
Example: see GEOM_TestAll.py
-

- +

+

+
Returns:
New GEOM_Object, containing the created vector.
+
- + - - + + - - - + + + - + @@ -902,7 +967,7 @@ Example: see GEOM_TestAll.py
MakeVector def geompy::MakeVector thePnt1 ,   thePnt1,
thePnt2   thePnt2
- +

Parameters:
  @@ -912,33 +977,33 @@ Example: see GEOM_TestAll.py
- - + +
thePnt1 Start point for the vector.
thePnt2 End point for the vector.
thePnt1 Start point for the vector.
thePnt2 End point for the vector.
-
Returns:
New GEOM_Object, containing the created vector.
-Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - + @@ -946,7 +1011,7 @@ Example: see GEOM_TestAll.py
MakeLine def geompy::MakeLine thePnt ,   thePnt,
theDir   theDir
- +

Parameters:
  @@ -956,33 +1021,33 @@ Example: see GEOM_TestAll.py
- - + +
thePnt Point. The resulting line will pass through it.
theDir Direction. The resulting line will be parallel to it.
thePnt Point. The resulting line will pass through it.
theDir Direction. The resulting line will be parallel to it.
Returns:
New GEOM_Object, containing the created line.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - + @@ -990,7 +1055,7 @@ Example: see GEOM_TestAll.py
MakeLineTwoPnt def geompy::MakeLineTwoPnt thePnt1 ,   thePnt1,
thePnt2   thePnt2
- +

Parameters:
  @@ -1000,39 +1065,39 @@ Example: see GEOM_TestAll.py
- - + +
thePnt1 First of two points, defining the line.
thePnt2 Second of two points, defining the line.
thePnt1 First of two points, defining the line.
thePnt2 Second of two points, defining the line.
Returns:
New GEOM_Object, containing the created line.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - - - + + + - + @@ -1040,7 +1105,7 @@ Example: see GEOM_TestAll.py
MakePlane def geompy::MakePlane thePnt ,   thePnt,
theVec ,   theVec,
theTrimSize   theTrimSize
- +

Parameters:
  @@ -1050,46 +1115,46 @@ Example: see GEOM_TestAll.py
- - - + + +
thePnt Point, the plane has to pass through.
theVec Vector, defining the plane normal direction.
theTrimSize Half size of a side of quadrangle face, representing the plane.
thePnt Point, the plane has to pass through.
theVec Vector, defining the plane normal direction.
theTrimSize Half size of a side of quadrangle face, representing the plane.
Returns:
New GEOM_Object, containing the created plane.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - - - + + + - - - + + + - + @@ -1097,7 +1162,7 @@ Example: see GEOM_TestAll.py
MakePlaneThreePnt def geompy::MakePlaneThreePnt thePnt1 ,   thePnt1,
thePnt2 ,   thePnt2,
thePnt3 ,   thePnt3,
theTrimSize   theTrimSize
- +

Parameters:
  @@ -1107,35 +1172,35 @@ Example: see GEOM_TestAll.py
- - - - + + + +
thePnt1 First of three points, defining the plane.
thePnt2 Second of three points, defining the plane.
thePnt3 Fird of three points, defining the plane.
theTrimSize Half size of a side of quadrangle face, representing the plane.
thePnt1 First of three points, defining the plane.
thePnt2 Second of three points, defining the plane.
thePnt3 Fird of three points, defining the plane.
theTrimSize Half size of a side of quadrangle face, representing the plane.
Returns:
New GEOM_Object, containing the created plane.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - + @@ -1143,7 +1208,7 @@ Example: see GEOM_TestAll.py
MakePlaneFace def geompy::MakePlaneFace theFace ,   theFace,
theTrimSize   theTrimSize
- +

Parameters:
  @@ -1153,75 +1218,75 @@ Example: see GEOM_TestAll.py
- - + +
theFace Referenced plane.
theTrimSize New half size of a side of quadrangle face, representing the plane.
theFace Referenced plane.
theTrimSize New half size of a side of quadrangle face, representing the plane.
Returns:
New GEOM_Object, containing the created plane.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + @@ -1229,7 +1294,7 @@ Example: see GEOM_TestAll.py
MakeMarker def geompy::MakeMarker OX ,   OX,
OY ,   OY,
OZ ,   OZ,
XDX ,   XDX,
XDY ,   XDY,
XDZ ,   XDZ,
YDX ,   YDX,
YDY ,   YDY,
YDZ   YDZ
- +

Parameters:
  @@ -1239,40 +1304,40 @@ Example: see GEOM_TestAll.py
- - - + + +
OX,OY,OZ Three coordinates of coordinate system origin.
XDX,XDY,XDZ Three components of OX direction
YDX,YDY,YDZ Three components of OY direction
OX,OY,OZ Three coordinates of coordinate system origin.
XDX,XDY,XDZ Three components of OX direction
YDX,YDY,YDZ Three components of OY direction
Returns:
New GEOM_Object, containing the created coordinate system.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - - - + + + - + @@ -1280,7 +1345,7 @@ Example: see GEOM_TestAll.py
MakeMarkerPntTwoVec def geompy::MakeMarkerPntTwoVec theOrigin ,   theOrigin,
theXVec ,   theXVec,
theYVec   theYVec
- +

Parameters:
  @@ -1290,40 +1355,40 @@ Example: see GEOM_TestAll.py
- - - + + +
theOrigin Point of coordinate system origin.
theXVec Vector of X direction
theYVec Vector of Y direction
theOrigin Point of coordinate system origin.
theXVec Vector of X direction
theYVec Vector of Y direction
Returns:
New GEOM_Object, containing the created coordinate system.
-

- +

+

- + - - + + - - - + + + - - - + + + - + @@ -1331,7 +1396,7 @@ Example: see GEOM_TestAll.py
MakeArc def geompy::MakeArc thePnt1 ,   thePnt1,
thePnt2 ,   thePnt2,
thePnt3   thePnt3
- +

Parameters:
  @@ -1341,40 +1406,40 @@ Example: see GEOM_TestAll.py
- - - + + +
thePnt1 Start point of the arc.
thePnt2 Middle point of the arc.
thePnt3 End point of the arc.
thePnt1 Start point of the arc.
thePnt2 Middle point of the arc.
thePnt3 End point of the arc.
Returns:
New GEOM_Object, containing the created arc.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - - - + + + - + @@ -1382,7 +1447,7 @@ Example: see GEOM_TestAll.py
MakeCircle def geompy::MakeCircle thePnt ,   thePnt,
theVec ,   theVec,
theR   theR
- +

Parameters:
  @@ -1392,40 +1457,40 @@ Example: see GEOM_TestAll.py
- - - + + +
thePnt Circle center.
theVec Vector, normal to the plane of the circle.
theR Circle radius.
thePnt Circle center.
theVec Vector, normal to the plane of the circle.
theR Circle radius.
Returns:
New GEOM_Object, containing the created circle.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - - - + + + - + @@ -1433,7 +1498,7 @@ Example: see GEOM_TestAll.py
MakeCircleThreePnt def geompy::MakeCircleThreePnt thePnt1 ,   thePnt1,
thePnt2 ,   thePnt2,
thePnt3   thePnt3
- +

Parameters:
  @@ -1443,44 +1508,44 @@ Example: see GEOM_TestAll.py
- +
thePnt1,thePnt2,thePnt3 Points, defining the circle.
thePnt1,thePnt2,thePnt3 Points, defining the circle.
Returns:
New GEOM_Object, containing the created circle.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - - - + + + - - - + + + - + @@ -1488,7 +1553,7 @@ Example: see GEOM_TestAll.py
MakeEllipse def geompy::MakeEllipse thePnt ,   thePnt,
theVec ,   theVec,
theRMajor ,   theRMajor,
theRMinor   theRMinor
- +

Parameters:
  @@ -1498,26 +1563,26 @@ Example: see GEOM_TestAll.py
- - - - + + + +
thePnt Ellipse center.
theVec Vector, normal to the plane of the ellipse.
theRMajor Major ellipse radius.
theRMinor Minor ellipse radius.
thePnt Ellipse center.
theVec Vector, normal to the plane of the ellipse.
theRMajor Major ellipse radius.
theRMinor Minor ellipse radius.
Returns:
New GEOM_Object, containing the created ellipse.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + @@ -1525,7 +1590,7 @@ Example: see GEOM_TestAll.py
MakePolyline def geompy::MakePolyline thePoints    thePoints  ) 
- +

Parameters:
  @@ -1535,23 +1600,23 @@ Example: see GEOM_TestAll.py
- +
thePoints Sequence of points for the polyline.
thePoints Sequence of points for the polyline.
Returns:
New GEOM_Object, containing the created polyline.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + @@ -1559,7 +1624,7 @@ Example: see GEOM_TestAll.py
MakeBezier def geompy::MakeBezier thePoints    thePoints  ) 
- +

Parameters:
  @@ -1569,23 +1634,23 @@ Example: see GEOM_TestAll.py
- +
thePoints Sequence of points for the bezier curve.
thePoints Sequence of points for the bezier curve.
Returns:
New GEOM_Object, containing the created bezier curve.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + @@ -1593,7 +1658,7 @@ Example: see GEOM_TestAll.py
MakeInterpol def geompy::MakeInterpol thePoints    thePoints  ) 
- +

Parameters:
  @@ -1603,80 +1668,32 @@ Example: see GEOM_TestAll.py
- +
thePoints Sequence of points for the B-Spline curve.
thePoints Sequence of points for the B-Spline curve.
Returns:
New GEOM_Object, containing the created B-Spline curve.
Example: see GEOM_TestAll.py
-

- +

+

- + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - + + + - + @@ -1684,7 +1701,7 @@ Example: see GEOM_TestAll.py
MakeSketcher def geompy::MakeSketcher theCommand ,
theWorkingPlane  = [0,
,
,
,
,
,
,
,   theCommand,
0]   theWorkingPlane = [0
- +
  @@ -1712,33 +1729,33 @@ Where:

    Parameters:
    - - + +
    theCommand String, defining the sketcher in local coordinates of the working plane.
    theWorkingPlane Nine double values, defining origin, OZ and OX directions of the working plane.
    theCommand String, defining the sketcher in local coordinates of the working plane.
    theWorkingPlane Nine double values, defining origin, OZ and OX directions of the working plane.
    Returns:
    New GEOM_Object, containing the created wire.
    Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - + @@ -1746,7 +1763,7 @@ Example: see GEOM_TestAll.py
MakeSketcherOnPlane def geompy::MakeSketcherOnPlane theCommand ,   theCommand,
theWorkingPlane   theWorkingPlane
- +
For format of the description string see the previous method.
Parameters:
  @@ -1758,57 +1775,57 @@ Example: see GEOM_TestAll.py
- - + +
theCommand String, defining the sketcher in local coordinates of the working plane.
theWorkingPlane Planar Face of the working plane.
theCommand String, defining the sketcher in local coordinates of the working plane.
theWorkingPlane Planar Face of the working plane.
Returns:
New GEOM_Object, containing the created wire.
-

- +

+

- + - - + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + @@ -1816,7 +1833,7 @@ Example: see GEOM_TestAll.py
MakeBox def geompy::MakeBox x1 ,   x1,
y1 ,   y1,
z1 ,   z1,
x2 ,   x2,
y2 ,   y2,
z2   z2
- +
Example: see GEOM_TestAll.py
  @@ -1827,31 +1844,31 @@ Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - - - + + + - + @@ -1859,7 +1876,7 @@ Example: see GEOM_TestAll.py
MakeBoxDXDYDZ def geompy::MakeBoxDXDYDZ theDX ,   theDX,
theDY ,   theDY,
theDZ   theDZ
- +

Center of the box will be at point (DX/2, DY/2, DZ/2).

Parameters:
  @@ -1869,34 +1886,34 @@ Example: see GEOM_TestAll.py
- - - + + +
theDX Length of Box edges, parallel to OX axis.
theDY Length of Box edges, parallel to OY axis.
theDZ Length of Box edges, parallel to OZ axis.
theDX Length of Box edges, parallel to OX axis.
theDY Length of Box edges, parallel to OY axis.
theDZ Length of Box edges, parallel to OZ axis.
Returns:
New GEOM_Object, containing the created box.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - + @@ -1904,7 +1921,7 @@ Example: see GEOM_TestAll.py
MakeBoxTwoPnt def geompy::MakeBoxTwoPnt thePnt1 ,   thePnt1,
thePnt2   thePnt2
- +

Parameters:
  @@ -1914,45 +1931,45 @@ Example: see GEOM_TestAll.py
- - + +
thePnt1 First of two opposite vertices.
thePnt2 Second of two opposite vertices.
thePnt1 First of two opposite vertices.
thePnt2 Second of two opposite vertices.
Returns:
New GEOM_Object, containing the created box.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - - - + + + - - - + + + - + @@ -1960,7 +1977,7 @@ Example: see GEOM_TestAll.py
MakeCylinder def geompy::MakeCylinder thePnt ,   thePnt,
theAxis ,   theAxis,
theR ,   theR,
theH   theH
- +

Parameters:
  @@ -1970,35 +1987,35 @@ Example: see GEOM_TestAll.py
- - - - + + + +
thePnt Central point of cylinder base.
theAxis Cylinder axis.
theR Cylinder radius.
theH Cylinder height.
thePnt Central point of cylinder base.
theAxis Cylinder axis.
theR Cylinder radius.
theH Cylinder height.
Returns:
New GEOM_Object, containing the created cylinder.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - + @@ -2006,7 +2023,7 @@ Example: see GEOM_TestAll.py
MakeCylinderRH def geompy::MakeCylinderRH theR ,   theR,
theH   theH
- +

Axis of the cylinder will be collinear to the OZ axis of the coordinate system.

Parameters:
  @@ -2016,33 +2033,33 @@ Example: see GEOM_TestAll.py
- - + +
theR Cylinder radius.
theH Cylinder height.
theR Cylinder radius.
theH Cylinder height.
Returns:
New GEOM_Object, containing the created cylinder.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - + @@ -2050,7 +2067,7 @@ Example: see GEOM_TestAll.py
MakeSpherePntR def geompy::MakeSpherePntR thePnt ,   thePnt,
theR   theR
- +

Parameters:
  @@ -2060,45 +2077,45 @@ Example: see GEOM_TestAll.py
- - + +
thePnt Sphere center.
theR Sphere radius.
thePnt Sphere center.
theR Sphere radius.
Returns:
New GEOM_Object, containing the created sphere.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - - - + + + - - - + + + - + @@ -2106,7 +2123,7 @@ Example: see GEOM_TestAll.py
MakeSphere def geompy::MakeSphere ,   x,
,   y,
,   z,
theR   theR
- +

Parameters:
  @@ -2116,24 +2133,24 @@ Example: see GEOM_TestAll.py
- - + +
x,y,z Coordinates of sphere center.
theR Sphere radius.
x,y,z Coordinates of sphere center.
theR Sphere radius.
Returns:
New GEOM_Object, containing the created sphere.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + @@ -2141,7 +2158,7 @@ Example: see GEOM_TestAll.py
MakeSphereR def geompy::MakeSphereR theR    theR  ) 
- +

Parameters:
  @@ -2151,50 +2168,50 @@ Example: see GEOM_TestAll.py
- +
theR Sphere radius.
theR Sphere radius.
Returns:
New GEOM_Object, containing the created sphere.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - - - + + + - - - + + + - - - + + + - + @@ -2202,7 +2219,7 @@ Example: see GEOM_TestAll.py
MakeCone def geompy::MakeCone thePnt ,   thePnt,
theAxis ,   theAxis,
theR1 ,   theR1,
theR2 ,   theR2,
theH   theH
- +

Parameters:
  @@ -2212,48 +2229,48 @@ Example: see GEOM_TestAll.py
- - - - + + + +
thePnt Central point of the first cone base.
theAxis Cone axis.
theR1 Radius of the first cone base.
theR2 Radius of the second cone base.
thePnt Central point of the first cone base.
theAxis Cone axis.
theR1 Radius of the first cone base.
theR2 Radius of the second cone base.
Note:
If both radiuses are non-zero, the cone will be truncated.

If the radiuses are equal, a cylinder will be created instead.

Parameters:
- +
theH Cone height.
theH Cone height.
Returns:
New GEOM_Object, containing the created cone.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - - - + + + - + @@ -2261,7 +2278,7 @@ Example: see GEOM_TestAll.py
MakeConeR1R2H def geompy::MakeConeR1R2H theR1 ,   theR1,
theR2 ,   theR2,
theH   theH
- +

Axis of the cone will be collinear to the OZ axis of the coordinate system.

Parameters:
  @@ -2271,52 +2288,52 @@ Example: see GEOM_TestAll.py
- - + +
theR1 Radius of the first cone base.
theR2 Radius of the second cone base.
theR1 Radius of the first cone base.
theR2 Radius of the second cone base.
Note:
If both radiuses are non-zero, the cone will be truncated.

If the radiuses are equal, a cylinder will be created instead.

Parameters:
- +
theH Cone height.
theH Cone height.
Returns:
New GEOM_Object, containing the created cone.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - - - + + + - - - + + + - + @@ -2324,7 +2341,7 @@ Example: see GEOM_TestAll.py
MakeTorus def geompy::MakeTorus thePnt ,   thePnt,
theVec ,   theVec,
theRMajor ,   theRMajor,
theRMinor   theRMinor
- +

Parameters:
  @@ -2334,35 +2351,35 @@ Example: see GEOM_TestAll.py
- - - - + + + +
thePnt Torus central point.
theVec Torus axis of symmetry.
theRMajor Torus major radius.
theRMinor Torus minor radius.
thePnt Torus central point.
theVec Torus axis of symmetry.
theRMajor Torus major radius.
theRMinor Torus minor radius.
Returns:
New GEOM_Object, containing the created torus.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - + @@ -2370,7 +2387,7 @@ Example: see GEOM_TestAll.py
MakeTorusRR def geompy::MakeTorusRR theRMajor ,   theRMajor,
theRMinor   theRMinor
- +

Parameters:
  @@ -2380,39 +2397,39 @@ Example: see GEOM_TestAll.py
- - + +
theRMajor Torus major radius.
theRMinor Torus minor radius.
theRMajor Torus major radius.
theRMinor Torus minor radius.
Returns:
New GEOM_Object, containing the created torus.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - - - + + + - + @@ -2420,7 +2437,7 @@ Example: see GEOM_TestAll.py
MakePrism def geompy::MakePrism theBase ,   theBase,
thePoint1 ,   thePoint1,
thePoint2   thePoint2
- +

Parameters:
  @@ -2430,40 +2447,40 @@ Example: see GEOM_TestAll.py
- - - + + +
theBase Base shape to be extruded.
thePoint1 First end of extrusion vector.
thePoint2 Second end of extrusion vector.
theBase Base shape to be extruded.
thePoint1 First end of extrusion vector.
thePoint2 Second end of extrusion vector.
Returns:
New GEOM_Object, containing the created prism.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - - - + + + - + @@ -2471,7 +2488,7 @@ Example: see GEOM_TestAll.py
MakePrismVecH def geompy::MakePrismVecH theBase ,   theBase,
theVec ,   theVec,
theH   theH
- +

all the space, transfixed by the base shape during its translation along the vector on the given distance.

Parameters:
  @@ -2481,34 +2498,34 @@ Example: see GEOM_TestAll.py
- - - + + +
theBase Base shape to be extruded.
theVec Direction of extrusion.
theH Prism dimension along theVec.
theBase Base shape to be extruded.
theVec Direction of extrusion.
theH Prism dimension along theVec.
Returns:
New GEOM_Object, containing the created prism.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - + @@ -2516,7 +2533,7 @@ Example: see GEOM_TestAll.py
MakePipe def geompy::MakePipe theBase ,   theBase,
thePath   thePath
- +

The path shape can be a wire or an edge.

Parameters:
  @@ -2526,39 +2543,39 @@ Example: see GEOM_TestAll.py
- - + +
theBase Base shape to be extruded.
thePath Path shape to extrude the base shape along it.
theBase Base shape to be extruded.
thePath Path shape to extrude the base shape along it.
Returns:
New GEOM_Object, containing the created pipe.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - - - + + + - + @@ -2566,7 +2583,7 @@ Example: see GEOM_TestAll.py
MakeRevolution def geompy::MakeRevolution theBase ,   theBase,
theAxis ,   theAxis,
theAngle   theAngle
- +

all the space, transfixed by the base shape during its rotation around the axis on the given angle.

Parameters:
  @@ -2576,34 +2593,34 @@ Example: see GEOM_TestAll.py
- - - + + +
theBase Base shape to be rotated.
theAxis Rotation axis.
theAngle Rotation angle in radians.
theBase Base shape to be rotated.
theAxis Rotation axis.
theAngle Rotation angle in radians.
Returns:
New GEOM_Object, containing the created revolution.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - + @@ -2611,7 +2628,7 @@ Example: see GEOM_TestAll.py
MakeEdge def geompy::MakeEdge thePnt1 ,   thePnt1,
thePnt2   thePnt2
- +

Parameters:
  @@ -2621,24 +2638,24 @@ Example: see GEOM_TestAll.py
- - + +
thePnt1 Point for the first end of edge.
thePnt2 Point for the second end of edge.
thePnt1 Point for the first end of edge.
thePnt2 Point for the second end of edge.
Returns:
New GEOM_Object, containing the created edge.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + @@ -2646,7 +2663,7 @@ Example: see GEOM_TestAll.py
MakeWire def geompy::MakeWire theEdgesAndWires    theEdgesAndWires  ) 
- +

Parameters:
  @@ -2656,32 +2673,32 @@ Example: see GEOM_TestAll.py
- +
theEdgesAndWires List of edges and/or wires.
theEdgesAndWires List of edges and/or wires.
Returns:
New GEOM_Object, containing the created wire.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - + @@ -2689,7 +2706,7 @@ Example: see GEOM_TestAll.py
MakeFace def geompy::MakeFace theWire ,   theWire,
isPlanarWanted   isPlanarWanted
- +

Parameters:
  @@ -2699,33 +2716,33 @@ Example: see GEOM_TestAll.py
- - + +
theWire Wire to build the face on.
isPlanarWanted If TRUE, only planar face will be built. If impossible, NULL object will be returned.
theWire Wire to build the face on.
isPlanarWanted If TRUE, only planar face will be built. If impossible, NULL object will be returned.
Returns:
New GEOM_Object, containing the created face.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - + @@ -2733,7 +2750,7 @@ Example: see GEOM_TestAll.py
MakeFaceWires def geompy::MakeFaceWires theWires ,   theWires,
isPlanarWanted   isPlanarWanted
- +

Parameters:
  @@ -2743,33 +2760,33 @@ Example: see GEOM_TestAll.py
- - + +
theWires List of wires to build the face on.
isPlanarWanted If TRUE, only planar face will be built. If impossible, NULL object will be returned.
theWires List of wires to build the face on.
isPlanarWanted If TRUE, only planar face will be built. If impossible, NULL object will be returned.
Returns:
New GEOM_Object, containing the created face.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - + @@ -2777,7 +2794,7 @@ Example: see GEOM_TestAll.py
MakeFaces def geompy::MakeFaces theWires ,   theWires,
isPlanarWanted   isPlanarWanted
- +
Example: see GEOM_TestOthers.py
  @@ -2788,16 +2805,16 @@ Example: see GEOM_TestAll.py
-

- +

+

- + - - + + @@ -2805,7 +2822,7 @@ Example: see GEOM_TestOthers.py
MakeShell def geompy::MakeShell theFacesAndShells    theFacesAndShells  ) 
- +

Parameters:
  @@ -2815,23 +2832,23 @@ Example: see GEOM_TestOthers.py
- +
theFacesAndShells List of faces and/or shells.
theFacesAndShells List of faces and/or shells.
Returns:
New GEOM_Object, containing the created shell.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + @@ -2839,7 +2856,7 @@ Example: see GEOM_TestAll.py
MakeSolid def geompy::MakeSolid theShells    theShells  ) 
- +

Parameters:
  @@ -2849,23 +2866,23 @@ Example: see GEOM_TestAll.py
- +
theShells Sequence of bounding shells.
theShells Sequence of bounding shells.
Returns:
New GEOM_Object, containing the created solid.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + @@ -2873,7 +2890,7 @@ Example: see GEOM_TestAll.py
MakeCompound def geompy::MakeCompound theShapes    theShapes  ) 
- +

Parameters:
  @@ -2883,23 +2900,23 @@ Example: see GEOM_TestAll.py
- +
theShapes List of shapes to put in compound.
theShapes List of shapes to put in compound.
Returns:
New GEOM_Object, containing the created compound.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + @@ -2907,7 +2924,7 @@ Example: see GEOM_TestAll.py
NumberOfFaces def geompy::NumberOfFaces theShape    theShape  ) 
- +

Parameters:
  @@ -2917,23 +2934,23 @@ Example: see GEOM_TestAll.py
- +
theShape Shape to count faces of.
theShape Shape to count faces of.
Returns:
Quantity of faces.
Example: see GEOM_TestOthers.py
-

- +

+

- + - - + + @@ -2941,7 +2958,7 @@ Example: see GEOM_TestOthers.py
NumberOfEdges def geompy::NumberOfEdges theShape    theShape  ) 
- +

Parameters:
  @@ -2951,23 +2968,23 @@ Example: see GEOM_TestOthers.py
- +
theShape Shape to count edges of.
theShape Shape to count edges of.
Returns:
Quantity of edges.
Example: see GEOM_TestOthers.py
-

- +

+

- + - - + + @@ -2975,7 +2992,7 @@ Example: see GEOM_TestOthers.py
ChangeOrientation def geompy::ChangeOrientation theShape    theShape  ) 
- +

Parameters:
  @@ -2985,23 +3002,23 @@ Example: see GEOM_TestOthers.py
- +
theShape Shape to be reversed.
theShape Shape to be reversed.
Returns:
The reversed copy of theShape.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + @@ -3009,7 +3026,7 @@ Example: see GEOM_TestAll.py
OrientationChange def geompy::OrientationChange theShape    theShape  ) 
- +
Example: see GEOM_TestOthers.py
  @@ -3020,16 +3037,16 @@ Example: see GEOM_TestAll.py
-

- +

+

- + - - + + @@ -3037,7 +3054,7 @@ Example: see GEOM_TestOthers.py
GetFreeFacesIDs def geompy::GetFreeFacesIDs theShape    theShape  ) 
- +

Free face is a face, which is not shared between two shells of the shape.

Parameters:
  @@ -3047,38 +3064,38 @@ Example: see GEOM_TestOthers.py
- +
theShape Shape to find free faces in.
theShape Shape to find free faces in.
Returns:
List of IDs of all free faces, contained in theShape.
Example: see GEOM_TestOthers.py
-

- +

+

- + - - + + - - - + + + - - - + + + - + @@ -3086,7 +3103,7 @@ Example: see GEOM_TestOthers.py
GetSharedShapes def geompy::GetSharedShapes theShape1 ,   theShape1,
theShape2 ,   theShape2,
theShapeType   theShapeType
- +

Parameters:
  @@ -3096,46 +3113,46 @@ Example: see GEOM_TestOthers.py
- - - + + +
theShape1 Shape to find sub-shapes in.
theShape2 Shape to find shared sub-shapes with.
theShapeType Type of sub-shapes to be retrieved.
theShape1 Shape to find sub-shapes in.
theShape2 Shape to find shared sub-shapes with.
theShapeType Type of sub-shapes to be retrieved.
Returns:
List of sub-shapes of theShape1, shared with theShape2.
Example: see GEOM_TestOthers.py
-

- +

+

- + - - + + - - - + + + - - - + + + - - - + + + - + @@ -3143,7 +3160,7 @@ Example: see GEOM_TestOthers.py
GetShapesOnPlane def geompy::GetShapesOnPlane theShape ,   theShape,
theShapeType ,   theShapeType,
theAx1 ,   theAx1,
theState   theState
- +

Parameters:
  @@ -3153,47 +3170,47 @@ Example: see GEOM_TestOthers.py
- - - - + + + +
theShape Shape to find sub-shapes of.
theShapeType Type of sub-shapes to be retrieved.
theAx1 Vector (or line, or linear edge), specifying normal direction and location of the plane to find shapes on.
theState The state of the subshapes to find. It can be one of ST_ON, ST_OUT, ST_ONOUT, ST_IN, ST_ONIN.
theShape Shape to find sub-shapes of.
theShapeType Type of sub-shapes to be retrieved.
theAx1 Vector (or line, or linear edge), specifying normal direction and location of the plane to find shapes on.
theState The state of the subshapes to find. It can be one of ST_ON, ST_OUT, ST_ONOUT, ST_IN, ST_ONIN.
Returns:
List of all found sub-shapes.
Example: see GEOM_TestOthers.py
-

- +

+

- + - - + + - - - + + + - - - + + + - - - + + + - + @@ -3201,7 +3218,7 @@ Example: see GEOM_TestOthers.py
GetShapesOnPlaneIDs def geompy::GetShapesOnPlaneIDs theShape ,   theShape,
theShapeType ,   theShapeType,
theAx1 ,   theAx1,
theState   theState
- +
+Example: see GEOM_TestOthers.py
  @@ -3209,46 +3226,46 @@ Example: see GEOM_TestOthers.py

-

-

- +

+

- + - - + + - - - + + + - - - + + + - - - + + + - - - + + + - + @@ -3256,7 +3273,7 @@ Example: see GEOM_TestOthers.py
GetShapesOnCylinder def geompy::GetShapesOnCylinder theShape ,   theShape,
theShapeType ,   theShapeType,
theAxis ,   theAxis,
theRadius ,   theRadius,
theState   theState
- +

Parameters:
  @@ -3266,54 +3283,54 @@ Example: see GEOM_TestOthers.py
- - - - - + + + + +
theShape Shape to find sub-shapes of.
theShapeType Type of sub-shapes to be retrieved.
theAxis Vector (or line, or linear edge), specifying axis of the cylinder to find shapes on.
theRadius Radius of the cylinder to find shapes on.
theState The state of the subshapes to find. It can be one of ST_ON, ST_OUT, ST_ONOUT, ST_IN, ST_ONIN.
theShape Shape to find sub-shapes of.
theShapeType Type of sub-shapes to be retrieved.
theAxis Vector (or line, or linear edge), specifying axis of the cylinder to find shapes on.
theRadius Radius of the cylinder to find shapes on.
theState The state of the subshapes to find. It can be one of ST_ON, ST_OUT, ST_ONOUT, ST_IN, ST_ONIN.
Returns:
List of all found sub-shapes.
Example: see GEOM_TestOthers.py
-

- +

+

- + - - + + - - - + + + - - - + + + - - - + + + - - - + + + - + @@ -3321,7 +3338,7 @@ Example: see GEOM_TestOthers.py
GetShapesOnCylinderIDs def geompy::GetShapesOnCylinderIDs theShape ,   theShape,
theShapeType ,   theShapeType,
theAxis ,   theAxis,
theRadius ,   theRadius,
theState   theState
- +
+Example: see GEOM_TestOthers.py
  @@ -3329,46 +3346,46 @@ Example: see GEOM_TestOthers.py

-

-

- +

+

- + - - + + - - - + + + - - - + + + - - - + + + - - - + + + - + @@ -3376,7 +3393,7 @@ Example: see GEOM_TestOthers.py
GetShapesOnSphere def geompy::GetShapesOnSphere theShape ,   theShape,
theShapeType ,   theShapeType,
theCenter ,   theCenter,
theRadius ,   theRadius,
theState   theState
- +

Parameters:
  @@ -3386,54 +3403,54 @@ Example: see GEOM_TestOthers.py
- - - - - + + + + +
theShape Shape to find sub-shapes of.
theShapeType Type of sub-shapes to be retrieved.
theCenter Point, specifying center of the sphere to find shapes on.
theRadius Radius of the sphere to find shapes on.
theState The state of the subshapes to find. It can be one of ST_ON, ST_OUT, ST_ONOUT, ST_IN, ST_ONIN.
theShape Shape to find sub-shapes of.
theShapeType Type of sub-shapes to be retrieved.
theCenter Point, specifying center of the sphere to find shapes on.
theRadius Radius of the sphere to find shapes on.
theState The state of the subshapes to find. It can be one of ST_ON, ST_OUT, ST_ONOUT, ST_IN, ST_ONIN.
Returns:
List of all found sub-shapes.
Example: see GEOM_TestOthers.py
-

- +

+

- + - - + + - - - + + + - - - + + + - - - + + + - - - + + + - + @@ -3441,7 +3458,7 @@ Example: see GEOM_TestOthers.py
GetShapesOnSphereIDs def geompy::GetShapesOnSphereIDs theShape ,   theShape,
theShapeType ,   theShapeType,
theCenter ,   theCenter,
theRadius ,   theRadius,
theState   theState
- +
+Example: see GEOM_TestOthers.py
  @@ -3449,58 +3466,58 @@ Example: see GEOM_TestOthers.py

-

-

- +

+

- + - - + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + @@ -3508,7 +3525,7 @@ Example: see GEOM_TestOthers.py
GetShapesOnQuadrangle def geompy::GetShapesOnQuadrangle theShape ,   theShape,
theShapeType ,   theShapeType,
theTopLeftPoint ,   theTopLeftPoint,
theTopRigthPoint ,   theTopRigthPoint,
theBottomLeftPoint ,   theBottomLeftPoint,
theBottomRigthPoint ,   theBottomRigthPoint,
theState   theState
- +

Parameters:
  @@ -3518,66 +3535,66 @@ Example: see GEOM_TestOthers.py
- - - - - + + + + +
theShape Shape to find sub-shapes of.
theShapeType Type of sub-shapes to be retrieved.
theCenter Point, specifying center of the sphere to find shapes on.
theRadius Radius of the sphere to find shapes on.
theState The state of the subshapes to find. It can be one of ST_ON, ST_OUT, ST_ONOUT, ST_IN, ST_ONIN.
theShape Shape to find sub-shapes of.
theShapeType Type of sub-shapes to be retrieved.
theCenter Point, specifying center of the sphere to find shapes on.
theRadius Radius of the sphere to find shapes on.
theState The state of the subshapes to find. It can be one of ST_ON, ST_OUT, ST_ONOUT, ST_IN, ST_ONIN.
Returns:
List of all found sub-shapes.
Example: see GEOM_TestOthers.py
-

- +

+

- + - - + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + @@ -3585,7 +3602,7 @@ Example: see GEOM_TestOthers.py
GetShapesOnQuadrangleIDs def geompy::GetShapesOnQuadrangleIDs theShape ,   theShape,
theShapeType ,   theShapeType,
theTopLeftPoint ,   theTopLeftPoint,
theTopRigthPoint ,   theTopRigthPoint,
theBottomLeftPoint ,   theBottomLeftPoint,
theBottomRigthPoint ,   theBottomRigthPoint,
theState   theState
- +
+Example: see GEOM_TestOthers.py
  @@ -3593,28 +3610,28 @@ Example: see GEOM_TestOthers.py

-

-

- +

+

- + - - + + - - - + + + - + @@ -3622,7 +3639,7 @@ Example: see GEOM_TestOthers.py
GetInPlace def geompy::GetInPlace theShapeWhere ,   theShapeWhere,
theShapeWhat   theShapeWhat
- +

Parameters:
  @@ -3632,33 +3649,33 @@ Example: see GEOM_TestOthers.py
- - + +
theShapeWhere Shape to find sub-shapes of.
theShapeWhat Shape, specifying what to find.
theShapeWhere Shape to find sub-shapes of.
theShapeWhat Shape, specifying what to find.
Returns:
Group of all found sub-shapes or a single found sub-shape.
Example: see GEOM_TestOthers.py
-

- +

+

- + - - + + - - - + + + - + @@ -3666,7 +3683,7 @@ Example: see GEOM_TestOthers.py
GetSubShape def geompy::GetSubShape aShape ,   aShape,
ListOfID   ListOfID
- +
Example: see GEOM_TestAll.py
  @@ -3677,25 +3694,25 @@ Example: see GEOM_TestOthers.py
-

- +

+

- + - - + + - - - + + + - + @@ -3703,7 +3720,7 @@ Example: see GEOM_TestAll.py
GetSubShapeID def geompy::GetSubShapeID aShape ,   aShape,
aSubShape   aSubShape
- +
Example: see GEOM_TestAll.py
  @@ -3714,25 +3731,25 @@ Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - + @@ -3740,7 +3757,7 @@ Example: see GEOM_TestAll.py
SubShapeAll def geompy::SubShapeAll aShape ,   aShape,
aType   aType
- +

Parameters:
  @@ -3750,33 +3767,33 @@ Example: see GEOM_TestAll.py
- - + +
theShape Shape to be exploded.
theShapeType Type of sub-shapes to be retrieved.
theShape Shape to be exploded.
theShapeType Type of sub-shapes to be retrieved.
Returns:
List of sub-shapes of type theShapeType, contained in theShape.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - + @@ -3784,7 +3801,7 @@ Example: see GEOM_TestAll.py
SubShapeAllIDs def geompy::SubShapeAllIDs aShape ,   aShape,
aType   aType
- +

Parameters:
  @@ -3794,33 +3811,33 @@ Example: see GEOM_TestAll.py
- - + +
theShape Shape to be exploded.
theShapeType Type of sub-shapes to be retrieved.
theShape Shape to be exploded.
theShapeType Type of sub-shapes to be retrieved.
Returns:
List of IDs of sub-shapes.
-

- +

+

- + - - + + - - - + + + - + @@ -3828,7 +3845,7 @@ Example: see GEOM_TestAll.py
SubShapeAllSorted def geompy::SubShapeAllSorted aShape ,   aShape,
aType   aType
- +

Sub-shapes will be sorted by coordinates of their gravity centers.

Parameters:
  @@ -3838,33 +3855,33 @@ Example: see GEOM_TestAll.py
- - + +
theShape Shape to be exploded.
theShapeType Type of sub-shapes to be retrieved.
theShape Shape to be exploded.
theShapeType Type of sub-shapes to be retrieved.
Returns:
List of sub-shapes of type theShapeType, contained in theShape.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - + @@ -3872,7 +3889,7 @@ Example: see GEOM_TestAll.py
SubShapeAllSortedIDs def geompy::SubShapeAllSortedIDs aShape ,   aShape,
aType   aType
- +

Sub-shapes will be sorted by coordinates of their gravity centers.

Parameters:
  @@ -3882,39 +3899,39 @@ Example: see GEOM_TestAll.py
- - + +
theShape Shape to be exploded.
theShapeType Type of sub-shapes to be retrieved.
theShape Shape to be exploded.
theShapeType Type of sub-shapes to be retrieved.
Returns:
List of IDs of sub-shapes.
-

- +

+

- + - - + + - - - + + + - - - + + + - + @@ -3922,7 +3939,7 @@ Sub-shapes will be sorted by coordinates of their gravity centers.
<
SubShape def geompy::SubShape aShape ,   aShape,
aType ,   aType,
ListOfInd   ListOfInd
- +
  @@ -3934,31 +3951,31 @@ Each index is in range [1, Nb_Sub-Shapes_Of_Given_Type]

Example: see GEOM_TestAll.py

-

- +

+

- + - - + + - - - + + + - - - + + + - + @@ -3966,7 +3983,7 @@ Example: see GEOM_TestAll.py
SubShapeSorted def geompy::SubShapeSorted aShape ,   aShape,
aType ,   aType,
ListOfInd   ListOfInd
- +
  @@ -3978,37 +3995,37 @@ Each index is in range [1, Nb_Sub-Shapes_Of_Given_Type]

Example: see GEOM_TestAll.py

-

- +

+

- + - - + + - - - + + + - - - + + + - - - + + + - + @@ -4016,7 +4033,7 @@ Example: see GEOM_TestAll.py
ProcessShape def geompy::ProcessShape theShape ,   theShape,
theOperators ,   theOperators,
theParameters ,   theParameters,
theValues   theValues
- +

Parameters:
  @@ -4026,35 +4043,35 @@ Example: see GEOM_TestAll.py
- - - - + + + +
theShape Shape to be processed.
theOperators List of names of operators ("FixShape", "SplitClosedFaces", etc.).
theParameters List of names of parameters ("FixShape.Tolerance3d", "SplitClosedFaces.NbSplitPoints", etc.).
theValues List of values of parameters, in the same order as parameters are listed in theParameters list.
theShape Shape to be processed.
theOperators List of names of operators ("FixShape", "SplitClosedFaces", etc.).
theParameters List of names of parameters ("FixShape.Tolerance3d", "SplitClosedFaces.NbSplitPoints", etc.).
theValues List of values of parameters, in the same order as parameters are listed in theParameters list.
Returns:
New GEOM_Object, containing processed shape.
Example: see GEOM_TestHealing.py
-

- +

+

- + - - + + - - - + + + - + @@ -4062,7 +4079,7 @@ Example: see GEOM_TestHealing.py
SuppressFaces def geompy::SuppressFaces theObject ,   theObject,
theFaces   theFaces
- +

Parameters:
  @@ -4072,33 +4089,33 @@ Example: see GEOM_TestHealing.py
- - + +
theObject Shape to be processed.
theFaces Indices of faces to be removed, if EMPTY then the method removes ALL faces of the given object.
theObject Shape to be processed.
theFaces Indices of faces to be removed, if EMPTY then the method removes ALL faces of the given object.
Returns:
New GEOM_Object, containing processed shape.
Example: see GEOM_TestHealing.py
-

- +

+

- + - - + + - - - + + + - + @@ -4106,7 +4123,7 @@ Example: see GEOM_TestHealing.py
MakeSewing def geompy::MakeSewing ListShape ,   ListShape,
theTolerance   theTolerance
- +
Example: see GEOM_TestHealing.py
  @@ -4117,25 +4134,25 @@ Example: see GEOM_TestHealing.py
-

- +

+

+Example: see MakeSewing() above
- + - - + + - - - + + + - + @@ -4143,7 +4160,7 @@ Example: see GEOM_TestHealing.py
Sew def geompy::Sew theObject ,   theObject,
theTolerance   theTolerance
- +

Parameters:
  @@ -4153,33 +4170,33 @@ Example: see GEOM_TestHealing.py
- - + +
theObject Shape to be processed.
theTolerance Required tolerance value.
theObject Shape to be processed.
theTolerance Required tolerance value.
Returns:
New GEOM_Object, containing processed shape.
-Example: see MakeSewing() above
-

- +

+

- + - - + + - - - + + + - + @@ -4187,7 +4204,7 @@ Example: see MakeSewing() abov
SuppressInternalWires def geompy::SuppressInternalWires theObject ,   theObject,
theWires   theWires
- +
  @@ -4197,33 +4214,33 @@ Example: see MakeSewing() abov

Parameters:
- - + +
theObject Shape to be processed.
theWires Indices of wires to be removed, if EMPTY then the method removes ALL internal wires of the given object.
theObject Shape to be processed.
theWires Indices of wires to be removed, if EMPTY then the method removes ALL internal wires of the given object.
Returns:
New GEOM_Object, containing processed shape.
Example: see GEOM_TestHealing.py
-

- +

+

- + - - + + - - - + + + - + @@ -4231,7 +4248,7 @@ Example: see GEOM_TestHealing.py
SuppressHoles def geompy::SuppressHoles theObject ,   theObject,
theWires   theWires
- +

Parameters:
  @@ -4241,39 +4258,39 @@ Example: see GEOM_TestHealing.py
- - + +
theObject Shape to be processed.
theWires Indices of wires to be removed, if EMPTY then the method removes ALL internal holes of the given object
theObject Shape to be processed.
theWires Indices of wires to be removed, if EMPTY then the method removes ALL internal holes of the given object
Returns:
New GEOM_Object, containing processed shape.
Example: see GEOM_TestHealing.py
-

- +

+

- + - - + + - - - + + + - - - + + + - + @@ -4281,7 +4298,7 @@ Example: see GEOM_TestHealing.py
CloseContour def geompy::CloseContour theObject ,   theObject,
theWires ,   theWires,
isCommonVertex   isCommonVertex
- +

Parameters:
  @@ -4291,46 +4308,46 @@ Example: see GEOM_TestHealing.py
- - - + + +
theObject Shape to be processed.
theWires Indexes of edge(s) and wire(s) to be closed within theObject's shape, if -1, then theObject itself is a wire.
isCommonVertex If TRUE : closure by creation of a common vertex, If FALS : closure by creation of an edge between ends.
theObject Shape to be processed.
theWires Indexes of edge(s) and wire(s) to be closed within theObject's shape, if -1, then theObject itself is a wire.
isCommonVertex If TRUE : closure by creation of a common vertex, If FALS : closure by creation of an edge between ends.
Returns:
New GEOM_Object, containing processed shape.
Example: see GEOM_TestHealing.py
-

- +

+

- + - - + + - - - + + + - - - + + + - - - + + + - + @@ -4338,7 +4355,7 @@ Example: see GEOM_TestHealing.py
DivideEdge def geompy::DivideEdge theObject ,   theObject,
theEdgeIndex ,   theEdgeIndex,
theValue ,   theValue,
isByParameter   isByParameter
- +

Parameters:
  @@ -4348,26 +4365,26 @@ Example: see GEOM_TestHealing.py
- - - - + + + +
theObject Shape to be processed.
theEdgeIndex Index of edge to be divided within theObject's shape, if -1, then theObject itself is the edge.
theValue Value of parameter on edge or length parameter, depending on isByParameter.
isByParameter If TRUE : theValue is treated as a curve parameter [0..1], if FALSE : theValue is treated as a length parameter [0..1]
theObject Shape to be processed.
theEdgeIndex Index of edge to be divided within theObject's shape, if -1, then theObject itself is the edge.
theValue Value of parameter on edge or length parameter, depending on isByParameter.
isByParameter If TRUE : theValue is treated as a curve parameter [0..1], if FALSE : theValue is treated as a length parameter [0..1]
Returns:
New GEOM_Object, containing processed shape.
Example: see GEOM_TestHealing.py
-

- +

+

- + - - + + @@ -4375,7 +4392,7 @@ Example: see GEOM_TestHealing.py
GetFreeBoundary def geompy::GetFreeBoundary theObject    theObject  ) 
- +

Parameters:
  @@ -4385,23 +4402,23 @@ Example: see GEOM_TestHealing.py
- +
theObject Shape to get free boundary of.
theObject Shape to get free boundary of.
Returns:
[status, theClosedWires, theOpenWires] status: FALSE, if an error(s) occured during the method execution. theClosedWires: Closed wires on the free boundary of the given shape. theOpenWires: Open wires on the free boundary of the given shape.
Example: see GEOM_TestHealing.py
-

- +

+

- + - - + + @@ -4409,7 +4426,7 @@ Example: see GEOM_TestHealing.py
MakeCopy def geompy::MakeCopy theOriginal    theOriginal  ) 
- +
Example: see GEOM_TestAll.py
  @@ -4420,49 +4437,49 @@ Example: see GEOM_TestHealing.py
-

- +

+

- + - - + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + @@ -4470,7 +4487,7 @@ Example: see GEOM_TestAll.py
MakeFilling def geompy::MakeFilling theShape ,   theShape,
theMinDeg ,   theMinDeg,
theMaxDeg ,   theMaxDeg,
theTol2D ,   theTol2D,
theTol3D ,   theTol3D,
theNbIter   theNbIter
- +

Parameters:
  @@ -4480,37 +4497,37 @@ Example: see GEOM_TestAll.py
- - - - - - + + + + + +
theShape the compound of contours
theMinDeg a minimal degree
theMaxDeg a maximal degree
theTol2D a 2d tolerance
theTol3D a 3d tolerance
theNbIter a number of iteration
theShape the compound of contours
theMinDeg a minimal degree
theMaxDeg a maximal degree
theTol2D a 2d tolerance
theTol3D a 3d tolerance
theNbIter a number of iteration
Returns:
New GEOM_Object, containing the created filling surface.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - + @@ -4518,7 +4535,7 @@ Example: see GEOM_TestAll.py
MakeGlueFaces def geompy::MakeGlueFaces theShape ,   theShape,
theTolerance   theTolerance
- +

Parameters:
  @@ -4528,39 +4545,39 @@ Example: see GEOM_TestAll.py
- - + +
theShape Initial shape.
theTolerance Maximum distance between faces, which can be considered as coincident.
theShape Initial shape.
theTolerance Maximum distance between faces, which can be considered as coincident.
Returns:
New GEOM_Object, containing a copy of theShape without coincident faces.
Example: see GEOM_Spanner.py
-

- +

+

- + - - + + - - - + + + - - - + + + - + @@ -4568,7 +4585,7 @@ Example: see GEOM_Spanner.py
MakeBoolean def geompy::MakeBoolean theShape1 ,   theShape1,
theShape2 ,   theShape2,
theOperation   theOperation
- +

Parameters:
  @@ -4578,34 +4595,34 @@ Example: see GEOM_Spanner.py
- - - + + +
theShape1 First argument for boolean operation.
theShape2 Second argument for boolean operation.
theOperation Indicates the operation to be done: 1 - Common, 2 - Cut, 3 - Fuse, 4 - Section.
theShape1 First argument for boolean operation.
theShape2 Second argument for boolean operation.
theOperation Indicates the operation to be done: 1 - Common, 2 - Cut, 3 - Fuse, 4 - Section.
Returns:
New GEOM_Object, containing the result shape.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - + @@ -4613,7 +4630,7 @@ Example: see GEOM_TestAll.py
MakeCommon def geompy::MakeCommon s1 ,   s1,
s2   s2
- +
Example: see GEOM_TestOthers.py
  @@ -4624,25 +4641,25 @@ Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - + @@ -4650,7 +4667,7 @@ Example: see GEOM_TestOthers.py
MakeCut def geompy::MakeCut s1 ,   s1,
s2   s2
- +
Example: see GEOM_TestOthers.py
  @@ -4661,25 +4678,25 @@ Example: see GEOM_TestOthers.py
-

- +

+

- + - - + + - - - + + + - + @@ -4687,7 +4704,7 @@ Example: see GEOM_TestOthers.py
MakeFuse def geompy::MakeFuse s1 ,   s1,
s2   s2
- +
Example: see GEOM_TestOthers.py
  @@ -4698,25 +4715,25 @@ Example: see GEOM_TestOthers.py
-

- +

+

- + - - + + - - - + + + - + @@ -4724,7 +4741,7 @@ Example: see GEOM_TestOthers.py
MakeSection def geompy::MakeSection s1 ,   s1,
s2   s2
- +
Example: see GEOM_TestOthers.py
  @@ -4735,55 +4752,55 @@ Example: see GEOM_TestOthers.py
-

- +

+

- + - - + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + @@ -4791,7 +4808,7 @@ Example: see GEOM_TestOthers.py
MakePartition def geompy::MakePartition ListShapes ,   ListShapes,
ListTools  = [],   ListTools = [],
ListKeepInside  = [],   ListKeepInside = [],
ListRemoveInside  = [],   ListRemoveInside = [],
Limit  = ShapeType["SHAPE"],   Limit = ShapeType["SHAPE"],
RemoveWebs  = 0,   RemoveWebs = 0,
ListMaterials  = []  ListMaterials = []
- +

Parameters:
  @@ -4801,68 +4818,68 @@ Example: see GEOM_TestOthers.py
- - - - - - - + + + + + + +
ListShapes Shapes to be intersected.
ListTools Shapes to intersect theShapes.
ListKeepInside Shapes, outside which the results will be deleted. Each shape from theKeepInside must belong to theShapes also.
ListRemoveInside Shapes, inside which the results will be deleted. Each shape from theRemoveInside must belong to theShapes also.
Limit Type of resulting shapes (corresponding to TopAbs_ShapeEnum).
RemoveWebs If TRUE, perform Glue 3D algorithm.
ListMaterials Material indices for each shape. Make sence, only if theRemoveWebs is TRUE.
ListShapes Shapes to be intersected.
ListTools Shapes to intersect theShapes.
ListKeepInside Shapes, outside which the results will be deleted. Each shape from theKeepInside must belong to theShapes also.
ListRemoveInside Shapes, inside which the results will be deleted. Each shape from theRemoveInside must belong to theShapes also.
Limit Type of resulting shapes (corresponding to TopAbs_ShapeEnum).
RemoveWebs If TRUE, perform Glue 3D algorithm.
ListMaterials Material indices for each shape. Make sence, only if theRemoveWebs is TRUE.
Returns:
New GEOM_Object, containing the result shapes.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + @@ -4870,7 +4887,7 @@ Example: see GEOM_TestAll.py
Partition def geompy::Partition ListShapes ,   ListShapes,
ListTools  = [],   ListTools = [],
ListKeepInside  = [],   ListKeepInside = [],
ListRemoveInside  = [],   ListRemoveInside = [],
Limit  = ShapeType["SHAPE"],   Limit = ShapeType["SHAPE"],
RemoveWebs  = 0,   RemoveWebs = 0,
ListMaterials  = []  ListMaterials = []
- +
Example: see GEOM_TestOthers.py
  @@ -4881,25 +4898,25 @@ Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - + @@ -4907,7 +4924,7 @@ Example: see GEOM_TestOthers.py
MakeHalfPartition def geompy::MakeHalfPartition theShape ,   theShape,
thePlane   thePlane
- +

Parameters:
  @@ -4917,39 +4934,39 @@ Example: see GEOM_TestOthers.py
- - + +
theShape Shape to be intersected.
thePlane Tool shape, to intersect theShape.
theShape Shape to be intersected.
thePlane Tool shape, to intersect theShape.
Returns:
New GEOM_Object, containing the result shape.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - - - + + + - + @@ -4957,7 +4974,7 @@ Example: see GEOM_TestAll.py
MakeTranslationTwoPoints def geompy::MakeTranslationTwoPoints theObject ,   theObject,
thePoint1 ,   thePoint1,
thePoint2   thePoint2
- +

Parameters:
  @@ -4967,46 +4984,46 @@ Example: see GEOM_TestAll.py
- - - + + +
theObject The object to be translated.
thePoint1 Start point of translation vector.
thePoint2 End point of translation vector.
theObject The object to be translated.
thePoint1 Start point of translation vector.
thePoint2 End point of translation vector.
Returns:
New GEOM_Object, containing the translated object.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - - - + + + - - - + + + - + @@ -5014,7 +5031,7 @@ Example: see GEOM_TestAll.py
MakeTranslation def geompy::MakeTranslation theObject ,   theObject,
theDX ,   theDX,
theDY ,   theDY,
theDZ   theDZ
- +

Parameters:
  @@ -5024,33 +5041,33 @@ Example: see GEOM_TestAll.py
- - + +
theObject The object to be translated.
theDX,theDY,theDZ Components of translation vector.
theObject The object to be translated.
theDX,theDY,theDZ Components of translation vector.
Returns:
New GEOM_Object, containing the translated object.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - + @@ -5058,7 +5075,7 @@ Example: see GEOM_TestAll.py
MakeTranslationVector def geompy::MakeTranslationVector theObject ,   theObject,
theVector   theVector
- +

Parameters:
  @@ -5068,39 +5085,39 @@ Example: see GEOM_TestAll.py
- - + +
theObject The object to be translated.
theVector The translation vector.
theObject The object to be translated.
theVector The translation vector.
Returns:
New GEOM_Object, containing the translated object.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - - - + + + - + @@ -5108,7 +5125,7 @@ Example: see GEOM_TestAll.py
MakeRotation def geompy::MakeRotation theObject ,   theObject,
theAxis ,   theAxis,
theAngle   theAngle
- +

Parameters:
  @@ -5118,40 +5135,40 @@ Example: see GEOM_TestAll.py
- - - + + +
theObject The object to be rotated.
theAxis Rotation axis.
theAngle Rotation angle in radians.
theObject The object to be rotated.
theAxis Rotation axis.
theAngle Rotation angle in radians.
Returns:
New GEOM_Object, containing the rotated object.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - - - + + + - + @@ -5159,7 +5176,7 @@ Example: see GEOM_TestAll.py
MakeScaleTransform def geompy::MakeScaleTransform theObject ,   theObject,
thePoint ,   thePoint,
theFactor   theFactor
- +

Parameters:
  @@ -5169,34 +5186,34 @@ Example: see GEOM_TestAll.py
- - - + + +
theObject The object to be scaled.
thePoint Center point for scaling.
theFactor Scaling factor value.
theObject The object to be scaled.
thePoint Center point for scaling.
theFactor Scaling factor value.
Returns:
New GEOM_Object, containing the scaled shape.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - + @@ -5204,7 +5221,7 @@ Example: see GEOM_TestAll.py
MakeMirrorByPlane def geompy::MakeMirrorByPlane theObject ,   theObject,
thePlane   thePlane
- +

Parameters:
  @@ -5214,33 +5231,33 @@ Example: see GEOM_TestAll.py
- - + +
theObject The object to be mirrored.
thePlane Plane of symmetry.
theObject The object to be mirrored.
thePlane Plane of symmetry.
Returns:
New GEOM_Object, containing the mirrored shape.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - + @@ -5248,7 +5265,7 @@ Example: see GEOM_TestAll.py
MakeMirrorByAxis def geompy::MakeMirrorByAxis theObject ,   theObject,
theAxis   theAxis
- +

Parameters:
  @@ -5258,33 +5275,33 @@ Example: see GEOM_TestAll.py
- - + +
theObject The object to be mirrored.
theAxis Axis of symmetry.
theObject The object to be mirrored.
theAxis Axis of symmetry.
Returns:
New GEOM_Object, containing the mirrored shape.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - + @@ -5292,7 +5309,7 @@ Example: see GEOM_TestAll.py
MakeMirrorByPoint def geompy::MakeMirrorByPoint theObject ,   theObject,
thePoint   thePoint
- +

Parameters:
  @@ -5302,39 +5319,39 @@ Example: see GEOM_TestAll.py
- - + +
theObject The object to be mirrored.
thePoint Point of symmetry.
theObject The object to be mirrored.
thePoint Point of symmetry.
Returns:
New GEOM_Object, containing the mirrored shape.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - - - + + + - + @@ -5342,7 +5359,7 @@ Example: see GEOM_TestAll.py
MakePosition def geompy::MakePosition theObject ,   theObject,
theStartLCS ,   theStartLCS,
theEndLCS   theEndLCS
- +
Example: see GEOM_TestAll.py
  @@ -5353,25 +5370,25 @@ Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - + @@ -5379,7 +5396,7 @@ Example: see GEOM_TestAll.py
MakeOffset def geompy::MakeOffset theObject ,   theObject,
theOffset   theOffset
- +

Parameters:
  @@ -5389,45 +5406,45 @@ Example: see GEOM_TestAll.py
- - + +
theObject The base object for the offset.
theOffset Offset value.
theObject The base object for the offset.
theOffset Offset value.
Returns:
New GEOM_Object, containing the offset object.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - - - + + + - - - + + + - + @@ -5435,7 +5452,7 @@ Example: see GEOM_TestAll.py
MakeMultiTranslation1D def geompy::MakeMultiTranslation1D theObject ,   theObject,
theVector ,   theVector,
theStep ,   theStep,
theNbTimes   theNbTimes
- +

Parameters:
  @@ -5445,65 +5462,65 @@ Example: see GEOM_TestAll.py
- - - - + + + +
theObject The object to be translated.
theVector Direction of the translation.
theStep Distance to translate on.
theNbTimes Quantity of translations to be done.
theObject The object to be translated.
theVector Direction of the translation.
theStep Distance to translate on.
theNbTimes Quantity of translations to be done.
Returns:
New GEOM_Object, containing compound of all the shapes, obtained after each translation.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + @@ -5511,7 +5528,7 @@ Example: see GEOM_TestAll.py
MakeMultiTranslation2D def geompy::MakeMultiTranslation2D theObject ,   theObject,
theVector1 ,   theVector1,
theStep1 ,   theStep1,
theNbTimes1 ,   theNbTimes1,
theVector2 ,   theVector2,
theStep2 ,   theStep2,
theNbTimes2   theNbTimes2
- +

Parameters:
  @@ -5521,44 +5538,44 @@ Example: see GEOM_TestAll.py
- - - - - - - + + + + + + +
theObject The object to be translated.
theVector1 Direction of the first translation.
theStep1 Step of the first translation.
theNbTimes1 Quantity of translations to be done along theVector1.
theVector2 Direction of the second translation.
theStep2 Step of the second translation.
theNbTimes2 Quantity of translations to be done along theVector2.
theObject The object to be translated.
theVector1 Direction of the first translation.
theStep1 Step of the first translation.
theNbTimes1 Quantity of translations to be done along theVector1.
theVector2 Direction of the second translation.
theStep2 Step of the second translation.
theNbTimes2 Quantity of translations to be done along theVector2.
Returns:
New GEOM_Object, containing compound of all the shapes, obtained after each translation.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - - - + + + - + @@ -5566,7 +5583,7 @@ Example: see GEOM_TestAll.py
MultiRotate1D def geompy::MultiRotate1D theObject ,   theObject,
theAxis ,   theAxis,
theNbTimes   theNbTimes
- +

Rotation angle will be 2*PI/theNbTimes.

Parameters:
  @@ -5576,58 +5593,58 @@ Example: see GEOM_TestAll.py
- - - + + +
theObject The object to be rotated.
theAxis The rotation axis.
theNbTimes Quantity of rotations to be done.
theObject The object to be rotated.
theAxis The rotation axis.
theNbTimes Quantity of rotations to be done.
Returns:
New GEOM_Object, containing compound of all the shapes, obtained after each rotation.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + @@ -5635,7 +5652,7 @@ Example: see GEOM_TestAll.py
MultiRotate2D def geompy::MultiRotate2D theObject ,   theObject,
theAxis ,   theAxis,
theAngle ,   theAngle,
theNbTimes1 ,   theNbTimes1,
theStep ,   theStep,
theNbTimes2   theNbTimes2
- +

Translation direction passes through center of gravity of rotated shape and its projection on the rotation axis.

Parameters:
  @@ -5645,49 +5662,49 @@ Example: see GEOM_TestAll.py
- - - - - - + + + + + +
theObject The object to be rotated.
theAxis Rotation axis.
theAngle Rotation angle in graduces.
theNbTimes1 Quantity of rotations to be done.
theStep Translation distance.
theNbTimes2 Quantity of translations to be done.
theObject The object to be rotated.
theAxis Rotation axis.
theAngle Rotation angle in graduces.
theNbTimes1 Quantity of rotations to be done.
theStep Translation distance.
theNbTimes2 Quantity of translations to be done.
Returns:
New GEOM_Object, containing compound of all the shapes, obtained after each transformation.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - - - + + + - - - + + + - + @@ -5695,7 +5712,7 @@ Example: see GEOM_TestAll.py
MakeMultiRotation1D def geompy::MakeMultiRotation1D aShape ,   aShape,
aDir ,   aDir,
aPoint ,   aPoint,
aNbTimes   aNbTimes
- +
Example: see GEOM_TestOthers.py
  @@ -5706,55 +5723,55 @@ Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + @@ -5762,7 +5779,7 @@ Example: see GEOM_TestOthers.py
MakeMultiRotation2D def geompy::MakeMultiRotation2D aShape ,   aShape,
aDir ,   aDir,
aPoint ,   aPoint,
anAngle ,   anAngle,
nbtimes1 ,   nbtimes1,
aStep ,   aStep,
nbtimes2   nbtimes2
- +
Example: see GEOM_TestOthers.py
  @@ -5773,25 +5790,25 @@ Example: see GEOM_TestOthers.py
-

- +

+

- + - - + + - - - + + + - + @@ -5799,7 +5816,7 @@ Example: see GEOM_TestOthers.py
MakeFilletAll def geompy::MakeFilletAll theShape ,   theShape,
theR   theR
- +

Parameters:
  @@ -5809,45 +5826,45 @@ Example: see GEOM_TestOthers.py
- - + +
theShape Shape, to perform fillet on.
theR Fillet radius.
theShape Shape, to perform fillet on.
theR Fillet radius.
Returns:
New GEOM_Object, containing the result shape.
Example: see GEOM_TestOthers.py
-

- +

+

- + - - + + - - - + + + - - - + + + - - - + + + - + @@ -5855,7 +5872,7 @@ Example: see GEOM_TestOthers.py
MakeFillet def geompy::MakeFillet theShape ,   theShape,
theR ,   theR,
theShapeType ,   theShapeType,
theListShapes   theListShapes
- +

Parameters:
  @@ -5865,36 +5882,36 @@ Example: see GEOM_TestOthers.py
- - - - + + + +
theShape Shape, to perform fillet on.
theR Fillet radius.
theShapeType Type of shapes in <thelistshapes>.
theListShapes Global indices of edges/faces to perform fillet on.
theShape Shape, to perform fillet on.
theR Fillet radius.
theShapeType Type of shapes in <theListShapes>.
theListShapes Global indices of edges/faces to perform fillet on.
-
Note:
Global index of sub-shape can be obtained, using method geompy.GetSubShapeID().
+
Note:
Global index of sub-shape can be obtained, using method geompy.GetSubShapeID().
Returns:
New GEOM_Object, containing the result shape.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - + @@ -5902,7 +5919,7 @@ Example: see GEOM_TestAll.py
MakeChamferAll def geompy::MakeChamferAll theShape ,   theShape,
theD   theD
- +

Parameters:
  @@ -5912,51 +5929,51 @@ Example: see GEOM_TestAll.py
- - + +
theShape Shape, to perform chamfer on.
theD Chamfer size along each face.
theShape Shape, to perform chamfer on.
theD Chamfer size along each face.
Returns:
New GEOM_Object, containing the result shape.
Example: see GEOM_TestOthers.py
-

- +

+

- + - - + + - - - + + + - - - + + + - - - + + + - - - + + + - + @@ -5964,7 +5981,7 @@ Example: see GEOM_TestOthers.py
MakeChamferEdge def geompy::MakeChamferEdge theShape ,   theShape,
theD1 ,   theD1,
theD2 ,   theD2,
theFace1 ,   theFace1,
theFace2   theFace2
- +

Parameters:
  @@ -5974,48 +5991,48 @@ Example: see GEOM_TestOthers.py
- - - - + + + +
theShape Shape, to perform chamfer on.
theD1 Chamfer size along theFace1.
theD2 Chamfer size along theFace2.
theFace1,theFace2 Global indices of two faces of theShape.
theShape Shape, to perform chamfer on.
theD1 Chamfer size along theFace1.
theD2 Chamfer size along theFace2.
theFace1,theFace2 Global indices of two faces of theShape.
-
Note:
Global index of sub-shape can be obtained, using method geompy.GetSubShapeID().
+
Note:
Global index of sub-shape can be obtained, using method geompy.GetSubShapeID().
Returns:
New GEOM_Object, containing the result shape.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - - - + + + - - - + + + - + @@ -6023,7 +6040,7 @@ Example: see GEOM_TestAll.py
MakeChamferFaces def geompy::MakeChamferFaces theShape ,   theShape,
theD1 ,   theD1,
theD2 ,   theD2,
theFaces   theFaces
- +

Parameters:
  @@ -6033,54 +6050,54 @@ Example: see GEOM_TestAll.py
- - - - + + + +
theShape Shape, to perform chamfer on.
theD1 Chamfer size along face from theFaces. If both faces, connected to the edge, are in theFaces, theD1 will be get along face, which is nearer to theFaces beginning.
theD2 Chamfer size along another of two faces, connected to the edge.
theFaces Sequence of global indices of faces of theShape.
theShape Shape, to perform chamfer on.
theD1 Chamfer size along face from theFaces. If both faces, connected to the edge, are in theFaces, theD1 will be get along face, which is nearer to theFaces beginning.
theD2 Chamfer size along another of two faces, connected to the edge.
theFaces Sequence of global indices of faces of theShape.
-
Note:
Global index of sub-shape can be obtained, using method geompy.GetSubShapeID().
+
Note:
Global index of sub-shape can be obtained, using method geompy.GetSubShapeID().
Returns:
New GEOM_Object, containing the result shape.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - - - + + + - - - + + + - - - + + + - + @@ -6088,7 +6105,7 @@ Example: see GEOM_TestAll.py
MakeChamfer def geompy::MakeChamfer aShape ,   aShape,
d1 ,   d1,
d2 ,   d2,
aShapeType ,   aShapeType,
ListShape   ListShape
- +
Example: see GEOM_TestOthers.py
  @@ -6099,37 +6116,37 @@ Example: see GEOM_TestAll.py
-

- +

+

- + - - + + - - - + + + - - - + + + - - - + + + - + @@ -6137,7 +6154,7 @@ Example: see GEOM_TestOthers.py
Archimede def geompy::Archimede theShape ,   theShape,
theWeight ,   theWeight,
theWaterDensity ,   theWaterDensity,
theMeshDeflection   theMeshDeflection
- +
  @@ -6145,28 +6162,28 @@ Example: see GEOM_TestOthers.py

-The object presenting the resulting face is returned

Parameters:
+The object presenting the resulting face is returned.
Parameters:
- - - - + + + +
theShape Shape to be put in water.
theWeight Weight og the shape.
theWaterDensity Density of the water.
theMeshDeflection Deflection of the mesh, using to compute the section.
theShape Shape to be put in water.
theWeight Weight og the shape.
theWaterDensity Density of the water.
theMeshDeflection Deflection of the mesh, using to compute the section.
Returns:
New GEOM_Object, containing a section of theShape by a plane, corresponding to water level.
Example: see GEOM_TestAll.py
-

- +

+

- + - - + + @@ -6174,7 +6191,7 @@ Example: see GEOM_TestAll.py
PointCoordinates def geompy::PointCoordinates Point    Point  ) 
- +

Returns:
[x, y, z]
-Example: see GEOM_TestMeasures.py +Example: see GEOM_TestMeasures.py
  @@ -6183,19 +6200,19 @@ Example: see GEOM_TestAll.py
-

- +

+

- + - - + + @@ -6203,7 +6220,7 @@ Example: see GEOM_TestMeasures.
BasicProperties def geompy::BasicProperties theShape    theShape  ) 
- +
+Example: see GEOM_TestMeasures.py
  @@ -6213,23 +6230,23 @@ Example: see GEOM_TestMeasures.

Parameters:
- +
theShape Shape to define properties of.
theShape Shape to define properties of.
Returns:
[theLength, theSurfArea, theVolume] theLength: Summarized length of all wires of the given shape. theSurfArea: Area of surface of the given shape. theVolume: Volume of the given shape.
-Example: see
GEOM_TestMeasures.py
-

- +

+

- + - - + + @@ -6237,7 +6254,7 @@ Example: see GEOM_TestMeasures.
BoundingBox def geompy::BoundingBox theShape    theShape  ) 
- +
+Example: see GEOM_TestMeasures.py
  @@ -6247,23 +6264,23 @@ Example: see GEOM_TestMeasures.

Parameters:
- +
theShape Shape to obtain bounding box of.
theShape Shape to obtain bounding box of.
Returns:
[Xmin,Xmax, Ymin,Ymax, Zmin,Zmax] Xmin,Xmax: Limits of shape along OX axis. Ymin,Ymax: Limits of shape along OY axis. Zmin,Zmax: Limits of shape along OZ axis.
-Example: see
GEOM_TestMeasures.py
-

- +

+

- + - - + + @@ -6271,7 +6288,7 @@ Example: see GEOM_TestMeasures.
Inertia def geompy::Inertia theShape    theShape  ) 
- +
+Example: see GEOM_TestMeasures.py
  @@ -6281,32 +6298,32 @@ Example: see GEOM_TestMeasures.

Parameters:
- +
theShape Shape to calculate inertia of.
theShape Shape to calculate inertia of.
Returns:
[I11,I12,I13, I21,I22,I23, I31,I32,I33, Ix,Iy,Iz] I(1-3)(1-3): Components of the inertia matrix of the given shape. Ix,Iy,Iz: Moments of inertia of the given shape.
-Example: see
GEOM_TestMeasures.py
-

- +

+

- + - - + + - - - + + + - + @@ -6314,7 +6331,7 @@ Example: see GEOM_TestMeasures.
MinDistance def geompy::MinDistance theShape1 ,   theShape1,
theShape2   theShape2
- +
+Example: see GEOM_TestMeasures.py
  @@ -6324,23 +6341,23 @@ Example: see GEOM_TestMeasures.

Parameters:
- +
theShape1,theShape2 Shapes to find minimal distance between.
theShape1,theShape2 Shapes to find minimal distance between.
Returns:
Value of the minimal distance between the given shapes.
-Example: see
GEOM_TestMeasures.py
-

- +

+

- + - - + + @@ -6348,7 +6365,7 @@ Example: see GEOM_TestMeasures.
Tolerance def geompy::Tolerance theShape    theShape  ) 
- +
+Example: see GEOM_TestMeasures.py
  @@ -6358,23 +6375,23 @@ Example: see GEOM_TestMeasures.

Parameters:
- +
theShape Shape, to get tolerances of.
theShape Shape, to get tolerances of.
Returns:
[FaceMin,FaceMax, EdgeMin,EdgeMax, VertMin,VertMax] FaceMin,FaceMax: Min and max tolerances of the faces. EdgeMin,EdgeMax: Min and max tolerances of the edges. VertMin,VertMax: Min and max tolerances of the vertices.
-Example: see
GEOM_TestMeasures.py
-

- +

+

- + - - + + @@ -6382,7 +6399,7 @@ Example: see GEOM_TestMeasures.
WhatIs def geompy::WhatIs theShape    theShape  ) 
- +
+Example: see GEOM_TestMeasures.py
  @@ -6392,23 +6409,23 @@ Example: see GEOM_TestMeasures.

Parameters:
- +
theShape Shape to be described.
theShape Shape to be described.
Returns:
Description of the given shape.
-Example: see
GEOM_TestMeasures.py
-

- +

+

- + - - + + @@ -6416,7 +6433,7 @@ Example: see GEOM_TestMeasures.
MakeCDG def geompy::MakeCDG theShape    theShape  ) 
- +
+Example: see GEOM_TestMeasures.py
  @@ -6426,23 +6443,23 @@ Example: see GEOM_TestMeasures.

Parameters:
- +
theShape Shape to define centre of mass of.
theShape Shape to define centre of mass of.
Returns:
New GEOM_Object, containing the created point.
-Example: see
GEOM_TestMeasures.py
-

- +

+

- + - - + + @@ -6450,7 +6467,7 @@ Example: see GEOM_TestMeasures.
CheckShape def geompy::CheckShape theShape    theShape  ) 
- +
+Example: see GEOM_TestMeasures.py
  @@ -6460,32 +6477,32 @@ Example: see GEOM_TestMeasures.

Parameters:
- +
theShape Shape to check validity of.
theShape Shape to check validity of.
Returns:
TRUE, if the shape "seems to be valid" from the topological point of view. If theShape is invalid, prints a description of problem.
-Example: see
GEOM_TestMeasures.py
-

- +

+

- + - - + + - - - + + + - + @@ -6493,7 +6510,7 @@ Example: see GEOM_TestMeasures.
Import def geompy::Import theFileName ,   theFileName,
theFormatName   theFormatName
- +
  @@ -6503,24 +6520,24 @@ Example: see GEOM_TestMeasures.

Parameters:
- - + +
theFileName The file, containing the shape.
theFormatName Specify format for the file reading. Available formats can be obtained with InsertOp.ImportTranslators() method.
theFileName The file, containing the shape.
theFormatName Specify format for the file reading. Available formats can be obtained with InsertOp.ImportTranslators() method.
Returns:
New GEOM_Object, containing the imported shape.
Example: see GEOM_TestOthers.py
-

- +

+

- + - - + + @@ -6528,7 +6545,7 @@ Example: see GEOM_TestOthers.py
ImportBREP def geompy::ImportBREP theFileName    theFileName  ) 
- +
Example: see GEOM_TestOthers.py
  @@ -6539,16 +6556,16 @@ Example: see GEOM_TestOthers.py
-

- +

+

- + - - + + @@ -6556,7 +6573,7 @@ Example: see GEOM_TestOthers.py
ImportIGES def geompy::ImportIGES theFileName    theFileName  ) 
- +
Example: see GEOM_TestOthers.py
  @@ -6567,16 +6584,16 @@ Example: see GEOM_TestOthers.py
-

- +

+

- + - - + + @@ -6584,7 +6601,7 @@ Example: see GEOM_TestOthers.py
ImportSTEP def geompy::ImportSTEP theFileName    theFileName  ) 
- +
Example: see GEOM_TestOthers.py
  @@ -6595,31 +6612,31 @@ Example: see GEOM_TestOthers.py
-

- +

+

- + - - + + - - - + + + - - - + + + - + @@ -6627,7 +6644,7 @@ Example: see GEOM_TestOthers.py
Export def geompy::Export theObject ,   theObject,
theFileName ,   theFileName,
theFormatName   theFormatName
- +

Parameters:
  @@ -6637,33 +6654,33 @@ Example: see GEOM_TestOthers.py
- - - + + +
theObject Shape to be stored in the file.
theFileName Name of the file to store the given shape in.
theFormatName Specify format for the shape storage. Available formats can be obtained with InsertOp.ImportTranslators() method.
theObject Shape to be stored in the file.
theFileName Name of the file to store the given shape in.
theFormatName Specify format for the shape storage. Available formats can be obtained with InsertOp.ImportTranslators() method.
Example: see GEOM_TestOthers.py
-

- +

+

- + - - + + - - - + + + - + @@ -6671,7 +6688,7 @@ Example: see GEOM_TestOthers.py
ExportBREP def geompy::ExportBREP theObject ,   theObject,
theFileName   theFileName
- +
Example: see GEOM_TestOthers.py
  @@ -6682,25 +6699,25 @@ Example: see GEOM_TestOthers.py
-

- +

+

- + - - + + - - - + + + - + @@ -6708,7 +6725,7 @@ Example: see GEOM_TestOthers.py
ExportIGES def geompy::ExportIGES theObject ,   theObject,
theFileName   theFileName
- +
Example: see GEOM_TestOthers.py
  @@ -6719,25 +6736,25 @@ Example: see GEOM_TestOthers.py
-

- +

+

- + - - + + - - - + + + - + @@ -6745,7 +6762,7 @@ Example: see GEOM_TestOthers.py
ExportSTEP def geompy::ExportSTEP theObject ,   theObject,
theFileName   theFileName
- +
Example: see GEOM_TestOthers.py
  @@ -6756,37 +6773,37 @@ Example: see GEOM_TestOthers.py
-

- +

+

- + - - + + - - - + + + - - - + + + - - - + + + - + @@ -6794,7 +6811,7 @@ Example: see GEOM_TestOthers.py
MakeQuad def geompy::MakeQuad E1 ,   E1,
E2 ,   E2,
E3 ,   E3,
E4   E4
- +

Order of Edges is not important. It is not necessary that edges share the same vertex.

Parameters:
  @@ -6804,32 +6821,32 @@ Example: see GEOM_TestOthers.py
- +
E1,E2,E3,E4 Edges for the face bound.
E1,E2,E3,E4 Edges for the face bound.
Returns:
New GEOM_Object, containing the created face.
Example: see GEOM_Spanner.py
-

- +

+

- + - - + + - - - + + + - + @@ -6837,7 +6854,7 @@ Example: see GEOM_Spanner.py
MakeQuad2Edges def geompy::MakeQuad2Edges E1 ,   E1,
E2   E2
- +

The missing edges will be built by creating the shortest ones.

Parameters:
  @@ -6847,44 +6864,44 @@ Example: see GEOM_Spanner.py
- +
E1,E2 Two opposite edges for the face.
E1,E2 Two opposite edges for the face.
Returns:
New GEOM_Object, containing the created face.
Example: see GEOM_Spanner.py
-

- +

+

- + - - + + - - - + + + - - - + + + - - - + + + - + @@ -6892,7 +6909,7 @@ Example: see GEOM_Spanner.py
MakeQuad4Vertices def geompy::MakeQuad4Vertices V1 ,   V1,
V2 ,   V2,
V3 ,   V3,
V4   V4
- +

The missing edges will be built by creating the shortest ones.

Parameters:
  @@ -6902,56 +6919,56 @@ Example: see GEOM_Spanner.py
- +
V1,V2,V3,V4 Corner vertices for the face.
V1,V2,V3,V4 Corner vertices for the face.
Returns:
New GEOM_Object, containing the created face.
Example: see GEOM_Spanner.py
-

- +

+

- + - - + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + @@ -6959,7 +6976,7 @@ Example: see GEOM_Spanner.py
MakeHexa def geompy::MakeHexa F1 ,   F1,
F2 ,   F2,
F3 ,   F3,
F4 ,   F4,
F5 ,   F5,
F6   F6
- +

Order of faces is not important. It is not necessary that Faces share the same edge.

Parameters:
  @@ -6969,32 +6986,32 @@ Example: see GEOM_Spanner.py
- +
F1,F2,F3,F4,F5,F6 Faces for the hexahedral solid.
F1,F2,F3,F4,F5,F6 Faces for the hexahedral solid.
Returns:
New GEOM_Object, containing the created solid.
Example: see GEOM_Spanner.py
-

- +

+

- + - - + + - - - + + + - + @@ -7002,7 +7019,7 @@ Example: see GEOM_Spanner.py
MakeHexa2Faces def geompy::MakeHexa2Faces F1 ,   F1,
F2   F2
- +

The missing faces will be built by creating the smallest ones.

Parameters:
  @@ -7012,50 +7029,50 @@ Example: see GEOM_Spanner.py
- +
F1,F2 Two opposite faces for the hexahedral solid.
F1,F2 Two opposite faces for the hexahedral solid.
Returns:
New GEOM_Object, containing the created solid.
Example: see GEOM_Spanner.py
-

- +

+

- + - - + + - - - + + + - - - + + + - - - + + + - - - + + + - + @@ -7063,7 +7080,7 @@ Example: see GEOM_Spanner.py
GetPoint def geompy::GetPoint theShape ,   theShape,
theX ,   theX,
theY ,   theY,
theZ ,   theZ,
theEpsilon   theEpsilon
- +

Parameters:
  @@ -7073,40 +7090,40 @@ Example: see GEOM_Spanner.py
- - - + + +
theShape Block or a compound of blocks.
theX,theY,theZ Coordinates of the sought vertex.
theEpsilon Maximum allowed distance between the resulting vertex and point with the given coordinates.
theShape Block or a compound of blocks.
theX,theY,theZ Coordinates of the sought vertex.
theEpsilon Maximum allowed distance between the resulting vertex and point with the given coordinates.
Returns:
New GEOM_Object, containing the found vertex.
Example: see GEOM_TestOthers.py
-

- +

+

- + - - + + - - - + + + - - - + + + - + @@ -7114,7 +7131,7 @@ Example: see GEOM_TestOthers.py
GetEdge def geompy::GetEdge theShape ,   theShape,
thePoint1 ,   thePoint1,
thePoint2   thePoint2
- +

Parameters:
  @@ -7124,33 +7141,33 @@ Example: see GEOM_TestOthers.py
- - + +
theShape Block or a compound of blocks.
thePoint1,thePoint2 Points, close to the ends of the desired edge.
theShape Block or a compound of blocks.
thePoint1,thePoint2 Points, close to the ends of the desired edge.
Returns:
New GEOM_Object, containing the found edge.
Example: see GEOM_Spanner.py
-

- +

+

- + - - + + - - - + + + - + @@ -7158,7 +7175,7 @@ Example: see GEOM_Spanner.py
GetEdgeNearPoint def geompy::GetEdgeNearPoint theShape ,   theShape,
thePoint   thePoint
- +

Parameters:
  @@ -7168,51 +7185,51 @@ Example: see GEOM_Spanner.py
- - + +
theShape Block or a compound of blocks.
thePoint Point, close to the desired edge.
theShape Block or a compound of blocks.
thePoint Point, close to the desired edge.
Returns:
New GEOM_Object, containing the found edge.
Example: see GEOM_TestOthers.py
-

- +

+

- + - - + + - - - + + + - - - + + + - - - + + + - - - + + + - + @@ -7220,7 +7237,7 @@ Example: see GEOM_TestOthers.py
GetFaceByPoints def geompy::GetFaceByPoints theShape ,   theShape,
thePoint1 ,   thePoint1,
thePoint2 ,   thePoint2,
thePoint3 ,   thePoint3,
thePoint4   thePoint4
- +

Parameters:
  @@ -7230,39 +7247,39 @@ Example: see GEOM_TestOthers.py
- - + +
theShape Block or a compound of blocks.
thePoint1-thePoint4 Points, close to the corners of the desired face.
theShape Block or a compound of blocks.
thePoint1-thePoint4 Points, close to the corners of the desired face.
Returns:
New GEOM_Object, containing the found face.
Example: see GEOM_Spanner.py
-

- +

+

- + - - + + - - - + + + - - - + + + - + @@ -7270,7 +7287,7 @@ Example: see GEOM_Spanner.py
GetFaceByEdges def geompy::GetFaceByEdges theShape ,   theShape,
theEdge1 ,   theEdge1,
theEdge2   theEdge2
- +

Parameters:
  @@ -7280,33 +7297,33 @@ Example: see GEOM_Spanner.py
- - + +
theShape Block or a compound of blocks.
theEdge1,theEdge2 Edges, close to the edges of the desired face.
theShape Block or a compound of blocks.
theEdge1,theEdge2 Edges, close to the edges of the desired face.
Returns:
New GEOM_Object, containing the found face.
Example: see GEOM_Spanner.py
-

- +

+

- + - - + + - - - + + + - + @@ -7314,7 +7331,7 @@ Example: see GEOM_Spanner.py
GetOppositeFace def geompy::GetOppositeFace theBlock ,   theBlock,
theFace   theFace
- +

Parameters:
  @@ -7324,33 +7341,33 @@ Example: see GEOM_Spanner.py
- - + +
theBlock Must be a hexahedral solid.
theFace Face of theBlock, opposite to the desired face.
theBlock Must be a hexahedral solid.
theFace Face of theBlock, opposite to the desired face.
Returns:
New GEOM_Object, containing the found face.
Example: see GEOM_Spanner.py
-

- +

+

- + - - + + - - - + + + - + @@ -7358,7 +7375,7 @@ Example: see GEOM_Spanner.py
GetFaceNearPoint def geompy::GetFaceNearPoint theShape ,   theShape,
thePoint   thePoint
- +

Parameters:
  @@ -7368,33 +7385,33 @@ Example: see GEOM_Spanner.py
- - + +
theShape Block or a compound of blocks.
thePoint Point, close to the desired face.
theShape Block or a compound of blocks.
thePoint Point, close to the desired face.
Returns:
New GEOM_Object, containing the found face.
Example: see GEOM_Spanner.py
-

- +

+

- + - - + + - - - + + + - + @@ -7402,7 +7419,7 @@ Example: see GEOM_Spanner.py
GetFaceByNormale def geompy::GetFaceByNormale theBlock ,   theBlock,
theVector   theVector
- +

Parameters:
  @@ -7412,24 +7429,24 @@ Example: see GEOM_Spanner.py
- - + +
theShape Block or a compound of blocks.
theVector Vector, close to the normale of the desired face.
theShape Block or a compound of blocks.
theVector Vector, close to the normale of the desired face.
Returns:
New GEOM_Object, containing the found face.
Example: see GEOM_Spanner.py
-

- +

+

- + - - + + @@ -7437,7 +7454,7 @@ Example: see GEOM_Spanner.py
CheckCompoundOfBlocks def geompy::CheckCompoundOfBlocks theCompound    theCompound  ) 
- +
To be considered as a compound of blocks, the given shape must satisfy the following conditions:
  • Each element of the compound should be a Block (6 faces and 12 edges).
  • A connection between two Blocks should be an entire quadrangle face or an entire edge.
  • The compound should be connexe.
  • The glue between two quadrangle faces should be applied.
    Parameters:
  @@ -7448,7 +7465,7 @@ Example: see GEOM_Spanner.py
- +
theCompound The compound to check.
theCompound The compound to check.
Returns:
TRUE, if the given shape is a compound of blocks. If theCompound is not valid, prints all discovered errors.
@@ -7456,16 +7473,16 @@ Example: see GEOM_Spanner.py
-

- +

+

- + - - + + @@ -7473,7 +7490,7 @@ Example: see GEOM_Spanner.py
RemoveExtraEdges def geompy::RemoveExtraEdges theShape    theShape  ) 
- +
  @@ -7483,23 +7500,23 @@ Example: see GEOM_Spanner.py

Unite faces and edges, sharing one surface.

Parameters:
- +
theShape The compound or single solid to remove irregular edges from.
theShape The compound or single solid to remove irregular edges from.
Returns:
Improved shape.
Example: see GEOM_TestOthers.py
-

- +

+

- + - - + + @@ -7507,7 +7524,7 @@ Example: see GEOM_TestOthers.py
CheckAndImprove def geompy::CheckAndImprove theShape    theShape  ) 
- +
Fix all detected errors.
Note:
Single block can be also fixed by this method.
Parameters:
  @@ -7518,38 +7535,38 @@ Example: see GEOM_TestOthers.py
- +
theCompound The compound to check and improve.
theCompound The compound to check and improve.
Returns:
Improved compound.
Example: see GEOM_TestOthers.py
-

- +

+

Example: see GEOM_TestOthers.py
- + - - + + - - - + + + - - - + + + - + @@ -7557,7 +7574,7 @@ Example: see GEOM_TestOthers.py
MakeBlockExplode def geompy::MakeBlockExplode theCompound ,   theCompound,
theMinNbFaces ,   theMinNbFaces,
theMaxNbFaces   theMaxNbFaces
- +

Parameters:
  @@ -7567,9 +7584,9 @@ Example: see GEOM_TestOthers.py
- - - + + +
theCompound The compound to explode.
theMinNbFaces If solid has lower number of faces, it is not a block.
theMaxNbFaces If solid has higher number of faces, it is not a block.
theCompound The compound to explode.
theMinNbFaces If solid has lower number of faces, it is not a block.
theMaxNbFaces If solid has higher number of faces, it is not a block.
Note:
If theMaxNbFaces = 0, the maximum number of faces is not restricted.
@@ -7577,25 +7594,25 @@ Example: see GEOM_TestOthers.py
-

- +

+

- + - - + + - - - + + + - + @@ -7603,7 +7620,7 @@ Example: see GEOM_TestOthers.py
GetBlockNearPoint def geompy::GetBlockNearPoint theCompound ,   theCompound,
thePoint   thePoint
- +

Parameters:
  @@ -7613,33 +7630,33 @@ Example: see GEOM_TestOthers.py
- - + +
theCompound Compound, to find block in.
thePoint Point, close to the desired block. If the point lays on boundary between some blocks, we return block with nearest center.
theCompound Compound, to find block in.
thePoint Point, close to the desired block. If the point lays on boundary between some blocks, we return block with nearest center.
Returns:
New GEOM_Object, containing the found block.
Example: see GEOM_Spanner.py
-

- +

+

- + - - + + - - - + + + - + @@ -7647,7 +7664,7 @@ Example: see GEOM_Spanner.py
GetBlockByParts def geompy::GetBlockByParts theCompound ,   theCompound,
theParts   theParts
- +

Parameters:
  @@ -7657,33 +7674,33 @@ Example: see GEOM_Spanner.py
- - + +
theCompound Compound, to find block in.
theParts List of faces and/or edges and/or vertices to be parts of the found block.
theCompound Compound, to find block in.
theParts List of faces and/or edges and/or vertices to be parts of the found block.
Returns:
New GEOM_Object, containing the found block.
Example: see GEOM_TestOthers.py
-

- +

+

- + - - + + - - - + + + - + @@ -7691,7 +7708,7 @@ Example: see GEOM_TestOthers.py
GetBlocksByParts def geompy::GetBlocksByParts theCompound ,   theCompound,
theParts   theParts
- +

Parameters:
  @@ -7701,45 +7718,45 @@ Example: see GEOM_TestOthers.py
- - + +
theCompound Compound, to find blocks in.
theParts List of faces and/or edges and/or vertices to be parts of the found blocks.
theCompound Compound, to find blocks in.
theParts List of faces and/or edges and/or vertices to be parts of the found blocks.
Returns:
List of GEOM_Objects, containing the found blocks.
Example: see GEOM_Spanner.py
-

- +

+

- + - - + + - - - + + + - - - + + + - - - + + + - + @@ -7747,7 +7764,7 @@ Example: see GEOM_Spanner.py
MakeMultiTransformation1D def geompy::MakeMultiTransformation1D Block ,   Block,
DirFace1 ,   DirFace1,
DirFace2 ,   DirFace2,
NbTimes   NbTimes
- +

Transformation is defined so, as to superpose direction faces.

Parameters:
  @@ -7757,66 +7774,66 @@ Example: see GEOM_Spanner.py
- - - - + + + +
Block Hexahedral solid to be multi-transformed.
DirFace1 ID of First direction face.
DirFace2 ID of Second direction face.
NbTimes Quantity of transformations to be done.
Block Hexahedral solid to be multi-transformed.
DirFace1 ID of First direction face.
DirFace2 ID of Second direction face.
NbTimes Quantity of transformations to be done.
-
Note:
Unique ID of sub-shape can be obtained, using method GetSubShapeID().
+
Note:
Unique ID of sub-shape can be obtained, using method GetSubShapeID().
Returns:
New GEOM_Object, containing the result shape.
Example: see GEOM_Spanner.py
-

- +

+

- + - - + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + @@ -7824,7 +7841,7 @@ Example: see GEOM_Spanner.py
MakeMultiTransformation2D def geompy::MakeMultiTransformation2D Block ,   Block,
DirFace1U ,   DirFace1U,
DirFace2U ,   DirFace2U,
NbTimesU ,   NbTimesU,
DirFace1V ,   DirFace1V,
DirFace2V ,   DirFace2V,
NbTimesV   NbTimesV
- +

Parameters:
  @@ -7834,26 +7851,26 @@ Example: see GEOM_Spanner.py
- - - - + + + +
Block Hexahedral solid to be multi-transformed.
DirFace1U,DirFace2U IDs of Direction faces for the first transformation.
DirFace1V,DirFace2V IDs of Direction faces for the second transformation.
NbTimesU,NbTimesV Quantity of transformations to be done.
Block Hexahedral solid to be multi-transformed.
DirFace1U,DirFace2U IDs of Direction faces for the first transformation.
DirFace1V,DirFace2V IDs of Direction faces for the second transformation.
NbTimesU,NbTimesV Quantity of transformations to be done.
Returns:
New GEOM_Object, containing the result shape.
Example: see GEOM_Spanner.py
-

- +

+

- + - - + + @@ -7861,7 +7878,7 @@ Example: see GEOM_Spanner.py
Propagate def geompy::Propagate theShape    theShape  ) 
- +

Propagation group is a set of all edges, opposite to one (main) edge of this group directly or through other opposite edges. Notion of Opposite Edge make sence only on quadrangle face.

Parameters:
  @@ -7871,32 +7888,32 @@ Example: see GEOM_Spanner.py
- +
theShape Shape to build propagation groups on.
theShape Shape to build propagation groups on.
Returns:
List of GEOM_Objects, each of them is a propagation group.
Example: see GEOM_TestOthers.py
-

- +

+

- + - - + + - - - + + + - + @@ -7904,7 +7921,7 @@ Example: see GEOM_TestOthers.py
CreateGroup def geompy::CreateGroup theMainShape ,   theMainShape,
theShapeType   theShapeType
- +

Parameters:
  @@ -7914,33 +7931,33 @@ Example: see GEOM_TestOthers.py
- - + +
theMainShape is a GEOM object on which the group is selected
theShapeType defines a shape type of the group
theMainShape is a GEOM object on which the group is selected
theShapeType defines a shape type of the group
Returns:
a newly created GEOM group
Example: see GEOM_TestOthers.py
-

- +

+

- + - - + + - - - + + + - + @@ -7948,7 +7965,7 @@ Example: see GEOM_TestOthers.py
AddObject def geompy::AddObject theGroup ,   theGroup,
theSubShapeID   theSubShapeID
- +

Parameters:
  @@ -7958,33 +7975,33 @@ Example: see GEOM_TestOthers.py
- - + +
theGroup is a GEOM group to which the new sub shape is added
theSubShapeID is a sub shape ID in the main object.
theGroup is a GEOM group to which the new sub shape is added
theSubShapeID is a sub shape ID in the main object.
-
Note:
Use method GetSubShapeID() to get an unique ID of the sub shape
+
Note:
Use method GetSubShapeID() to get an unique ID of the sub shape
Example: see GEOM_TestOthers.py
-

- +

+

- + - - + + - - - + + + - + @@ -7992,7 +8009,7 @@ Example: see GEOM_TestOthers.py
RemoveObject def geompy::RemoveObject theGroup ,   theGroup,
theSubShapeID   theSubShapeID
- +

Parameters:
  @@ -8002,33 +8019,33 @@ Example: see GEOM_TestOthers.py
- - + +
theGroup is a GEOM group from which the new sub shape is removed
theSubShapeID is a sub shape ID in the main object.
theGroup is a GEOM group from which the new sub shape is removed
theSubShapeID is a sub shape ID in the main object.
-
Note:
Use method GetSubShapeID() to get an unique ID of the sub shape
+
Note:
Use method GetSubShapeID() to get an unique ID of the sub shape
Example: see GEOM_TestOthers.py
-

- +

+

- + - - + + - - - + + + - + @@ -8036,7 +8053,7 @@ Example: see GEOM_TestOthers.py
UnionList def geompy::UnionList theGroup ,   theGroup,
theSubShapes   theSubShapes
- +

No errors, if some shapes are alredy included.

Parameters:
  @@ -8046,32 +8063,32 @@ Example: see GEOM_TestOthers.py
- - + +
theGroup is a GEOM group to which the new sub shapes are added.
theSubShapes is a list of sub shapes to be added.
theGroup is a GEOM group to which the new sub shapes are added.
theSubShapes is a list of sub shapes to be added.
Example: see GEOM_TestOthers.py
-

- +

+

- + - - + + - - - + + + - + @@ -8079,7 +8096,7 @@ Example: see GEOM_TestOthers.py
UnionIDs def geompy::UnionIDs theGroup ,   theGroup,
theSubShapes   theSubShapes
- +
+Example: see GEOM_TestOthers.py
  @@ -8087,28 +8104,28 @@ Example: see GEOM_TestOthers.py

-

-

- +

+

- + - - + + - - - + + + - + @@ -8116,7 +8133,7 @@ Example: see GEOM_TestOthers.py
DifferenceList def geompy::DifferenceList theGroup ,   theGroup,
theSubShapes   theSubShapes
- +

No errors, if some shapes are not included.

Parameters:
  @@ -8126,32 +8143,32 @@ Example: see GEOM_TestOthers.py
- - + +
theGroup is a GEOM group from which the sub-shapes are removed.
theSubShapes is a list of sub-shapes to be removed.
theGroup is a GEOM group from which the sub-shapes are removed.
theSubShapes is a list of sub-shapes to be removed.
Example: see GEOM_TestOthers.py
-

- +

+

- + - - + + - - - + + + - + @@ -8159,7 +8176,7 @@ Example: see GEOM_TestOthers.py
DifferenceIDs def geompy::DifferenceIDs theGroup ,   theGroup,
theSubShapes   theSubShapes
- +
+Example: see GEOM_TestOthers.py
  @@ -8167,19 +8184,19 @@ Example: see GEOM_TestOthers.py

-

-

- +

+

- + - - + + @@ -8187,7 +8204,7 @@ Example: see GEOM_TestOthers.py
GetObjectIDs def geompy::GetObjectIDs theGroup    theGroup  ) 
- +

Parameters:
  @@ -8197,22 +8214,22 @@ Example: see GEOM_TestOthers.py
- +
theGroup is a GEOM group for which a list of IDs is requested
theGroup is a GEOM group for which a list of IDs is requested
Example: see GEOM_TestOthers.py
-

- +

+

- + - - + + @@ -8220,7 +8237,7 @@ Example: see GEOM_TestOthers.py
GetType def geompy::GetType theGroup    theGroup  ) 
- +

Parameters:
  @@ -8230,22 +8247,22 @@ Example: see GEOM_TestOthers.py
- +
theGroup is a GEOM group which type is returned.
theGroup is a GEOM group which type is returned.
Example: see GEOM_TestOthers.py
-

- +

+

- + - - + + @@ -8253,7 +8270,7 @@ Example: see GEOM_TestOthers.py
GetMainShape def geompy::GetMainShape theGroup    theGroup  ) 
- +

Parameters:
  @@ -8263,50 +8280,50 @@ Example: see GEOM_TestOthers.py
- +
theGroup is a GEOM group for which a main shape object is requested
theGroup is a GEOM group for which a main shape object is requested
Returns:
a GEOM object which is a main shape for theGroup
Example: see GEOM_TestOthers.py
-

- +

+

- + - - + + - - - + + + - - - + + + - - - + + + - - - + + + - + @@ -8314,7 +8331,7 @@ Example: see GEOM_TestOthers.py
GetEdgesByLength def geompy::GetEdgesByLength theShape ,   theShape,
min_length ,   min_length,
max_length ,   max_length,
include_min  = 1,   include_min = 1,
include_max  = 1  include_max = 1
- +
+
  @@ -8322,40 +8339,40 @@ Example: see GEOM_TestOthers.py

-If include_min/max == 0, edges with length == min/max_length will not be included in result.

-

- +

+

- + - - + + - - - + + + - - - + + + - - - + + + - + @@ -8363,7 +8380,7 @@ If include_min/max == 0, edges with length == min/max_length will not be include
SelectEdges def geompy::SelectEdges min_length ,   min_length,
max_length ,   max_length,
include_min  = 1,   include_min = 1,
include_max  = 1  include_max = 1
- +
+
  @@ -8371,19 +8388,19 @@ If include_min/max == 0, edges with length == min/max_length will not be include

-If include_min/max == 0, edges with length == min/max_length will not be included in result.

-

- +

+

"; - gaTypes[nBtn]="searchform"; -} - -function getShowHide() -{ - var sText=""; - var sI=""; - if(hasNavPane()) - { - if(goHide) - { - if(gnShowHideStyle&BTN_TEXT) - sText=goHide.sText; - if(gnShowHideStyle&BTN_IMG) - sI=getImage(goHide,"Hide"); - } - } - else - { - if(goShow) - { - if(gnShowHideStyle&BTN_TEXT) - sText=goShow.sText; - if(gnShowHideStyle&BTN_IMG) - sI=getImage(goShow,"Show"); - } - } - var sButton=genButton(sText,sI,gnShowHideStyle); - return sButton; -} - -function addBanner(sImage) -{ - if(sImage) - { - var nBtn=gaButtons.length; - gaButtons[nBtn]=""; - gaTypes[nBtn]="banner"; - } -} - -function showBanner() -{ - if (!gbPreview) - { - var nWidth=390; - var nHeight=204; - var nScreenWidth=screen.width; - var nScreenHeight=screen.height; - var nLeft=(nScreenWidth-nWidth)/2; - var nTop=(nScreenHeight-nHeight)/2; - if (gbIE4) - { - if (gbIE5) - nHeight+=20; - else - nHeight+=40; - window.showModalDialog("whskin_banner.htm","","dialogHeight:"+nHeight+"px;dialogWidth:"+nWidth+"px;resizable:no;status:no;scroll:no;help:no;center:yes;"); - } - else - window.open("whskin_banner.htm","banner","dependent,innerHeight="+nHeight+",innerWidth="+nWidth+",height="+nHeight+",width="+nWidth+",resizable=no,menubar=no,location=no,personalbar=no,status=no,scrollbar=no,toolbar=no,screenX="+nLeft+",screenY="+nTop); - } -} - -function addButton(sType,nStyle,sTitle,sHref,sOnClick,sOnMouseOver,sOnLoad,nWidth,nHeight,sI1,sI2,sI3,sI4,sI5,sI6) -{ - var sButton=""; - var bMini=false; - var sText=""; - var sI=""; - var bState=false; - var nBtn=gaButtons.length; - var bHref=false; - if(sType=="show"&&isShowHideEnable()) - { - var svTitle="Show Navigation Component"; - sButton=""; - gnShowHideStyle=nStyle; - goShow=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3); - gaObjBtns[nBtn]=goShow; - if(gnShowHide!=-1) - { - nBtn=gnShowHide; - } - else - { - gnShowHide=nBtn; - } - sButton+=getShowHide(); - sButton+=""; - bState=true; - } - else if(sType=="hide"&&isShowHideEnable()) - { - var svTitle="Hide Navigation Component"; - sButton=""; - gnShowHideStyle=nStyle; - goHide=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3); - gaObjBtns[nBtn]=goHide; - if(gnShowHide!=-1) - { - nBtn=gnShowHide; - } - else - { - gnShowHide=nBtn; - } - sButton+=getShowHide(); - sButton+=""; - bState=true; - } - else if(sType=="hide2"&&(!gbNav4)&&(!gbOpera)) - { - var svTitle="Hide Navigation Component"; - sButton=""; - gnShowHideStyle=nStyle; - if(!sI1) - sI1=gsIHide; - goHide2=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3); - gaObjBtns[nBtn]=goHide2; - if(nStyle&BTN_TEXT) - sText=goHide2.sText - - if(nStyle&BTN_IMG) - sI=getImage(goHide2,svTitle); - sButton+=genButton(sText,sI,nStyle); - sButton+=""; - bMini=true; - } - else if(sType=="synctoc") - { - var svTitle="Sync TOC"; - sButton=""; - if(!sI1) - sI1=gsISync; - goSync=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3); - gaObjBtns[nBtn]=goSync; - if(nStyle&BTN_TEXT) - sText=goSync.sText - - if(nStyle&BTN_IMG) - sI=getImage(goSync,svTitle); - sButton+=genButton(sText,sI,nStyle); - sButton+=""; - bMini=true; - } - else if(sType=="toc") - { - var svTitle="Contents"; - sButton=""; - if(!sI1) - sI1=gsIToc; - if(!sI2) - sI2=gsITocS; - if(!sI4) - sI4=gsITocS; - goToc=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3,sI4,sI5,sI6); - gaObjBtns[nBtn]=goToc; - if(nStyle&BTN_TEXT) - sText=goToc.sText - - if(nStyle&BTN_IMG) - sI=getImage(goToc,svTitle); - sButton+=genButton(sText,sI,nStyle); - sButton+=""; - bState=true; - } - else if(sType=="idx") - { - var svTitle="Index"; - sButton=""; - if(!sI1) - sI1=gsIIndex; - if(!sI2) - sI2=gsIIndexS; - if(!sI4) - sI4=gsIIndexS; - goIdx=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3,sI4,sI5,sI6); - gaObjBtns[nBtn]=goIdx; - if(nStyle&BTN_TEXT) - sText=goIdx.sText - - if(nStyle&BTN_IMG) - sI=getImage(goIdx,svTitle); - sButton+=genButton(sText,sI,nStyle); - sButton+=""; - bState=true; - } - else if(sType=="fts") - { - var svTitle="Search"; - sButton=""; - if(!sI1) - sI1=gsISearch; - if(!sI2) - sI2=gsISearchS; - if(!sI4) - sI4=gsISearchS; - goFts=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3,sI4,sI5,sI6); - gaObjBtns[nBtn]=goFts; - if(nStyle&BTN_TEXT) - sText=goFts.sText - - if(nStyle&BTN_IMG) - sI=getImage(goFts,svTitle); - sButton+=genButton(sText,sI,nStyle); - sButton+=""; - bState=true; - } - else if(sType=="glo") - { - var svTitle="Glossary"; - sButton=""; - if(!sI1) - sI1=gsIGlossary; - if(!sI2) - sI2=gsIGlossaryS; - if(!sI4) - sI4=gsIGlossaryS; - goGlo=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3,sI4,sI5,sI6); - gaObjBtns[nBtn]=goGlo; - if(nStyle&BTN_TEXT) - sText=goGlo.sText - - if(nStyle&BTN_IMG) - sI=getImage(goGlo,svTitle); - sButton+=genButton(sText,sI,nStyle); - sButton+=""; - bState=true; - } - else if(sType=="avnext") - { - var svTitle="Next Topic"; - sButton=""; - if(!sI1) - sI1=gsINext; - if(!sI4) - sI4=gsINextD; - goNext=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3,sI4,sI5,sI6); - gaObjBtns[nBtn]=goNext; - if(nStyle&BTN_TEXT) - sText=goNext.sText - - if(nStyle&BTN_IMG) - sI=getImage(goNext,svTitle); - sButton+=genButton(sText,sI,nStyle); - sButton+=""; - bMini=true; - } - else if(sType=="avprev") - { - var svTitle="Previous Topic"; - sButton=""; - if(!sI1) - sI1=gsIPrev; - if(!sI4) - sI4=gsIPrevD; - goPrev=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3,sI4,sI5,sI6); - gaObjBtns[nBtn]=goPrev; - if(nStyle&BTN_TEXT) - sText=goPrev.sText - - if(nStyle&BTN_IMG) - sI=getImage(goPrev,svTitle); - sButton+=genButton(sText,sI,nStyle); - sButton+=""; - bMini=true; - } - else if(sType=="blankblock") - { - gaButtons[nBtn]=null; - gaTypes[nBtn]=sType; - } - else if(sType=="websearch") - { - var svTitle="WebSearch"; - sButton=""; - if(!sI1) - sI1=gsIWebSearch; - if(!sI4) - sI4=gsIWebSearchD; - goWebSearch=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3,sI4,sI5,sI6); - gaObjBtns[nBtn]=goWebSearch; - if(nStyle&BTN_TEXT) - sText=goWebSearch.sText - - if(nStyle&BTN_IMG) - sI=getImage(goWebSearch,svTitle); - sButton+=genButton(sText,sI,nStyle); - sButton+=""; - } - else if(sType.indexOf("custom")==0) - { - var nCusBtnIdx=goCusButton.length; - goCusButton[nCusBtnIdx]=new cusButton(sType,sTitle,sOnClick,sOnMouseOver,sOnLoad,nWidth,nHeight,sI1,sI2,sI3); - gaObjBtns[nBtn]=goCusButton[nCusBtnIdx]; - var re=new RegExp("\"","g"); - var svTitle=sTitle.replace(re, """); - if(sHref&&sHref.length!=0) - { - sButton=""; - if(nStyle&BTN_TEXT) - sText=sTitle; - if(nStyle&BTN_IMG) - sI+=getImage(goCusButton[nCusBtnIdx],sTitle); - sButton+=genButton(sText,sI,nStyle); - sButton+=""; - } - if(sButton.length!=0) - { - var btnClass=""; - if(sText||bMini) - btnClass="clsBtnNormal"; - else - btnClass="clsNoBNormal"; - - if(!bState) - { - if(bHref) - gaButtons[nBtn]=""; - else - gaButtons[nBtn]=""; - } - else - gaButtons[nBtn]=""; - gaTypes[nBtn]=sType; - } - - if(sType=="avenuesel") - addAvenueSelection(); - else if(sType=="searchform") - addSearchForm(); - else if(sType=="banner") - { - if(!sI1) - sI1=gsIBanner; - addBanner(sI1); - } -} - -function isShowHideEnable() -{ - if(gbIE4) - return true; - else - return false; -} - -function genButton(sText,sI,nStyle) -{ - var sButton=""; - var sShowText=_textToHtml(sText); - if (gbNav4 && !gbNav6) - sShowText += " "; - if(sText!=""&&sI!="") - { - if(nStyle&BTN_IMG_TOP) - sButton+=sI+"
"+ sShowText; - else if(nStyle&BTN_IMG_BOTTOM) - sButton+=sText+"
"+sI; - else if(nStyle&BTN_IMG_RIGHT) - sButton+=sText+" "+sI; - else - sButton+=sI+" "+sShowText; - } - else if(sText!="") - { - sButton+=sShowText; - } - else if(sI!="") - { - sButton+=sI; - } - return sButton; -} - -function searchB() -{ - var onMsg=new whMessage(WH_MSG_SHOWFTS,this,1,null); - SendMessage(onMsg); - - var oMsg=new whMessage(WH_MSG_SEARCHTHIS,this,1,document.searchForm.searchString.value); - if(!SendMessage(oMsg)) - gstrSearch=document.searchForm.searchString.value; - else - gstrSearch=""; -} - -function ReSortToolbarButtons() -{ - var bSearchEnabled=isSearchEnabled(); - var strOrder=""; - var oMsg=new whMessage(WH_MSG_TOOLBARORDER,this,1,null); - if(SendMessage(oMsg)) - { - strOrder=oMsg.oParam; - } - if(strOrder.length>0) - { - gaOrders=strOrder.split("|"); - var aTempButtons=new Array(); - var ti=0; - for(var si=0;si0) - { - gaOrders=strOrder.split("|"); - var aTempButtons=new Array(); - var ti=0; - for(var si=0;si0) - { - var strHeight="100%"; - var strWidth="100%"; - if (gbNav4) - { - strHeight=window.innerHeight-4; - strWidth=window.innerWidth-4; - } - if (gbIE4) - { - strHeight=document.body.clientHeight-4; - strWidth=document.body.clientWidth-4; - } - if(gbNav6) - sHTML="
- + - - + + @@ -8391,7 +8408,7 @@ If include_min/max == 0, edges with length == min/max_length will not be include
addPath def geompy::addPath Path    Path  ) 
- +
  @@ -8402,8 +8419,835 @@ If include_min/max == 0, edges with length == min/max_length will not be include
-
Generated on Tue Oct 18 00:47:37 2005 for SALOME - GEOM - v.2.1.0 by - -doxygen 1.3.7
- - +

Variable Documentation

+

+ + + + +
+ + + + +
tuple geompy.g = lcc.FindOrLoadComponent("FactoryServer", "GEOM") [static]
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + +
tuple geompy.geom = g._narrow( GEOM.GEOM_Gen ) [static]
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + +
geompy.myBuilder = None [static]
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + +
int geompy.myStudyId = 0 [static]
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + +
geompy.father = None [static]
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + +
geompy.BasicOp = None [static]
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + +
geompy.CurvesOp = None [static]
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + +
geompy.PrimOp = None [static]
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + +
geompy.ShapesOp = None [static]
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + +
geompy.HealOp = None [static]
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + +
geompy.InsertOp = None [static]
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + +
geompy.BoolOp = None [static]
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + +
geompy.TrsfOp = None [static]
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + +
geompy.LocalOp = None [static]
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + +
geompy.MeasuOp = None [static]
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + +
geompy.BlocksOp = None [static]
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + +
geompy.GroupOp = None [static]
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + +
dictionary geompy.ShapeType = {"COMPOUND":0, "COMPSOLID":1, "SOLID":2, "SHELL":3, "FACE":4, "WIRE":5, "EDGE":6, "VERTEX":7, "SHAPE":8} [static]
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + +
tuple geompy.g = lcc.FindOrLoadComponent("FactoryServer", "GEOM") [static]
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + +
tuple geompy.geom = g._narrow( GEOM.GEOM_Gen ) [static]
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + +
geompy.myBuilder = None [static]
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + +
int geompy.myStudyId = 0 [static]
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + +
geompy.father = None [static]
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + +
geompy.BasicOp = None [static]
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + +
geompy.CurvesOp = None [static]
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + +
geompy.PrimOp = None [static]
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + +
geompy.ShapesOp = None [static]
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + +
geompy.HealOp = None [static]
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + +
geompy.InsertOp = None [static]
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + +
geompy.BoolOp = None [static]
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + +
geompy.TrsfOp = None [static]
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + +
geompy.LocalOp = None [static]
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + +
geompy.MeasuOp = None [static]
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + +
geompy.BlocksOp = None [static]
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + +
geompy.GroupOp = None [static]
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + +
dictionary geompy.ShapeType = {"COMPOUND":0, "COMPSOLID":1, "SOLID":2, "SHELL":3, "FACE":4, "WIRE":5, "EDGE":6, "VERTEX":7, "SHAPE":8} [static]
+
+ + + + + +
+   + + +

+

+ + + diff --git a/doc/salome/gui/GEOM/glue_faces.htm b/doc/salome/gui/GEOM/glue_faces.htm index 2cef7c0ff..3f4d92b43 100755 --- a/doc/salome/gui/GEOM/glue_faces.htm +++ b/doc/salome/gui/GEOM/glue_faces.htm @@ -60,43 +60,48 @@ onerror = null; - - + +

Glue Faces

To diff --git a/doc/salome/gui/GEOM/groups.htm b/doc/salome/gui/GEOM/groups.htm index ad67699d6..a95d45034 100755 --- a/doc/salome/gui/GEOM/groups.htm +++ b/doc/salome/gui/GEOM/groups.htm @@ -33,43 +33,48 @@ onerror = null; - - + +

Groups

Creation of a group

diff --git a/doc/salome/gui/GEOM/index.htm b/doc/salome/gui/GEOM/index.htm new file mode 100755 index 000000000..aff470fc2 --- /dev/null +++ b/doc/salome/gui/GEOM/index.htm @@ -0,0 +1,180 @@ + + +Geometry Module Reference Manual + + + + + + + + + + + + + diff --git a/doc/salome/gui/GEOM/index_csh.htm b/doc/salome/gui/GEOM/index_csh.htm new file mode 100755 index 000000000..6aeea9d3f --- /dev/null +++ b/doc/salome/gui/GEOM/index_csh.htm @@ -0,0 +1,106 @@ + + +Geometry Module Reference Manual + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/salome/gui/GEOM/index_rhc.htm b/doc/salome/gui/GEOM/index_rhc.htm new file mode 100755 index 000000000..431b5e60e --- /dev/null +++ b/doc/salome/gui/GEOM/index_rhc.htm @@ -0,0 +1,106 @@ + + +Geometry Module Reference Manual + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/salome/gui/GEOM/isos.htm b/doc/salome/gui/GEOM/isos.htm index afac90c80..a238df85a 100755 --- a/doc/salome/gui/GEOM/isos.htm +++ b/doc/salome/gui/GEOM/isos.htm @@ -37,43 +37,48 @@ onerror = null; - - + +

Isolines

In this menu you can change the number of isolines diff --git a/doc/salome/gui/GEOM/line.htm b/doc/salome/gui/GEOM/line.htm index 28f2e39c1..40c441b5e 100755 --- a/doc/salome/gui/GEOM/line.htm +++ b/doc/salome/gui/GEOM/line.htm @@ -41,43 +41,48 @@ onerror = null; - - + +

Line

To create a Line in the - - + +

Local Coordinate System

diff --git a/doc/salome/gui/GEOM/measurement_tools.htm b/doc/salome/gui/GEOM/measurement_tools.htm index 18028263b..9cd089dbd 100755 --- a/doc/salome/gui/GEOM/measurement_tools.htm +++ b/doc/salome/gui/GEOM/measurement_tools.htm @@ -34,43 +34,48 @@ onerror = null; - - + +

Measurement Tools

Point Coordinates

diff --git a/doc/salome/gui/GEOM/mirror_image.htm b/doc/salome/gui/GEOM/mirror_image.htm index d32bf0a08..34eb31d0e 100755 --- a/doc/salome/gui/GEOM/mirror_image.htm +++ b/doc/salome/gui/GEOM/mirror_image.htm @@ -53,43 +53,48 @@ onerror = null; - - + +

Mirror Image

To produce diff --git a/doc/salome/gui/GEOM/modify_the_location.htm b/doc/salome/gui/GEOM/modify_the_location.htm index 3c2fb2531..ceddd9a59 100755 --- a/doc/salome/gui/GEOM/modify_the_location.htm +++ b/doc/salome/gui/GEOM/modify_the_location.htm @@ -60,43 +60,48 @@ onerror = null; - - + +

Modify the Location

To - - + +

 Multi Rotation

diff --git a/doc/salome/gui/GEOM/multi_transformation.htm b/doc/salome/gui/GEOM/multi_transformation.htm index 0bc52e83d..047fbc337 100755 --- a/doc/salome/gui/GEOM/multi_transformation.htm +++ b/doc/salome/gui/GEOM/multi_transformation.htm @@ -53,43 +53,48 @@ onerror = null; - - + +

Block Multi Transformation

To produce diff --git a/doc/salome/gui/GEOM/multi_translation.htm b/doc/salome/gui/GEOM/multi_translation.htm index f8f29ebf5..f4d6e62cd 100755 --- a/doc/salome/gui/GEOM/multi_translation.htm +++ b/doc/salome/gui/GEOM/multi_translation.htm @@ -53,43 +53,48 @@ onerror = null; - - + +

Multi Translation

To produce diff --git a/doc/salome/gui/GEOM/newentity_blocks.htm b/doc/salome/gui/GEOM/newentity_blocks.htm index c09afe9d1..bd0b02887 100755 --- a/doc/salome/gui/GEOM/newentity_blocks.htm +++ b/doc/salome/gui/GEOM/newentity_blocks.htm @@ -76,43 +76,48 @@ onerror = null; - - + +

Building by blocks

Introduction.

diff --git a/doc/salome/gui/GEOM/occ_viewer.htm b/doc/salome/gui/GEOM/occ_viewer.htm index 90a93ef44..171561038 100755 --- a/doc/salome/gui/GEOM/occ_viewer.htm +++ b/doc/salome/gui/GEOM/occ_viewer.htm @@ -49,43 +49,48 @@ onerror = null; - - + +

OCC 3D Viewer

OCC (Open CasCade) 3D viewer diff --git a/doc/salome/gui/GEOM/offset_surface.htm b/doc/salome/gui/GEOM/offset_surface.htm index 27634183a..a051068ff 100755 --- a/doc/salome/gui/GEOM/offset_surface.htm +++ b/doc/salome/gui/GEOM/offset_surface.htm @@ -51,43 +51,48 @@ onerror = null; - - + +

Offset Surface

To produce diff --git a/doc/salome/gui/GEOM/partition.htm b/doc/salome/gui/GEOM/partition.htm index 6236bfd32..7efc6046d 100755 --- a/doc/salome/gui/GEOM/partition.htm +++ b/doc/salome/gui/GEOM/partition.htm @@ -42,43 +42,48 @@ onerror = null; - - + +

 Partition

To produce diff --git a/doc/salome/gui/GEOM/pipe_creation.htm b/doc/salome/gui/GEOM/pipe_creation.htm index e4dfbbe50..eeef6f2fc 100755 --- a/doc/salome/gui/GEOM/pipe_creation.htm +++ b/doc/salome/gui/GEOM/pipe_creation.htm @@ -38,43 +38,48 @@ onerror = null; - - + +

Pipe Construction

To generate diff --git a/doc/salome/gui/GEOM/plane.htm b/doc/salome/gui/GEOM/plane.htm index 071932c23..cef49d703 100755 --- a/doc/salome/gui/GEOM/plane.htm +++ b/doc/salome/gui/GEOM/plane.htm @@ -49,43 +49,48 @@ onerror = null; - - + +

Plane

To create a Plane in the - - + +

Point

To create a Point in the - - + +

Primitives

Creation of a Box

diff --git a/doc/salome/gui/GEOM/propagate.htm b/doc/salome/gui/GEOM/propagate.htm index aadd321bb..06263793a 100755 --- a/doc/salome/gui/GEOM/propagate.htm +++ b/doc/salome/gui/GEOM/propagate.htm @@ -55,43 +55,48 @@ onerror = null; - - + +

Propagate

To produce diff --git a/doc/salome/gui/GEOM/repairing_operations.htm b/doc/salome/gui/GEOM/repairing_operations.htm index 3791c40b2..9f9bfafdc 100755 --- a/doc/salome/gui/GEOM/repairing_operations.htm +++ b/doc/salome/gui/GEOM/repairing_operations.htm @@ -34,43 +34,48 @@ onerror = null; - - + +

Repairing Operations

Shape Processing

diff --git a/doc/salome/gui/GEOM/revolution.htm b/doc/salome/gui/GEOM/revolution.htm index 5237660db..0e7b3c30c 100755 --- a/doc/salome/gui/GEOM/revolution.htm +++ b/doc/salome/gui/GEOM/revolution.htm @@ -37,43 +37,48 @@ onerror = null; - - + +

Revolution

To create diff --git a/doc/salome/gui/GEOM/rotation.htm b/doc/salome/gui/GEOM/rotation.htm index f08023d01..374ce1204 100755 --- a/doc/salome/gui/GEOM/rotation.htm +++ b/doc/salome/gui/GEOM/rotation.htm @@ -51,43 +51,48 @@ onerror = null; - - + +

Rotation

To produce diff --git a/doc/salome/gui/GEOM/scale_transform.htm b/doc/salome/gui/GEOM/scale_transform.htm index ab47b4cc4..dbd4f0d4d 100755 --- a/doc/salome/gui/GEOM/scale_transform.htm +++ b/doc/salome/gui/GEOM/scale_transform.htm @@ -51,43 +51,48 @@ onerror = null; - - + +

 Scale Transform

diff --git a/doc/salome/gui/GEOM/section.htm b/doc/salome/gui/GEOM/section.htm index 06a40b92a..9e5d4fd0a 100755 --- a/doc/salome/gui/GEOM/section.htm +++ b/doc/salome/gui/GEOM/section.htm @@ -53,43 +53,48 @@ onerror = null; - - + +

Section

To produce diff --git a/doc/salome/gui/GEOM/sewing.htm b/doc/salome/gui/GEOM/sewing.htm index 0e64a2f8b..afcc96d75 100755 --- a/doc/salome/gui/GEOM/sewing.htm +++ b/doc/salome/gui/GEOM/sewing.htm @@ -40,43 +40,48 @@ onerror = null; - - + +

Sewing

To produce diff --git a/doc/salome/gui/GEOM/shape_processing.htm b/doc/salome/gui/GEOM/shape_processing.htm index 5ffa73691..e9d4fad77 100755 --- a/doc/salome/gui/GEOM/shape_processing.htm +++ b/doc/salome/gui/GEOM/shape_processing.htm @@ -67,43 +67,48 @@ onerror = null; - - + +

Shape Processing

To produce diff --git a/doc/salome/gui/GEOM/shell.htm b/doc/salome/gui/GEOM/shell.htm index 5ea4603ba..fc57cbf76 100755 --- a/doc/salome/gui/GEOM/shell.htm +++ b/doc/salome/gui/GEOM/shell.htm @@ -37,43 +37,48 @@ onerror = null; - - + +

Shell

To create diff --git a/doc/salome/gui/GEOM/sketcher.htm b/doc/salome/gui/GEOM/sketcher.htm index 0064487dd..1db40edfa 100755 --- a/doc/salome/gui/GEOM/sketcher.htm +++ b/doc/salome/gui/GEOM/sketcher.htm @@ -55,43 +55,48 @@ onerror = null; - - + +

Sketcher

Sketcher allows to create curves of 2 types: line diff --git a/doc/salome/gui/GEOM/sketcher_tui.htm b/doc/salome/gui/GEOM/sketcher_tui.htm index 8ddccff64..d48ead5ca 100755 --- a/doc/salome/gui/GEOM/sketcher_tui.htm +++ b/doc/salome/gui/GEOM/sketcher_tui.htm @@ -34,43 +34,48 @@ onerror = null; - - + +

Sketcher

import geompy

diff --git a/doc/salome/gui/GEOM/solid.htm b/doc/salome/gui/GEOM/solid.htm index be8ddbf20..a715f69c4 100755 --- a/doc/salome/gui/GEOM/solid.htm +++ b/doc/salome/gui/GEOM/solid.htm @@ -38,43 +38,48 @@ onerror = null; - - + +

 Solid

To create diff --git a/doc/salome/gui/GEOM/sphere.htm b/doc/salome/gui/GEOM/sphere.htm index f528eebbf..7cb72f663 100755 --- a/doc/salome/gui/GEOM/sphere.htm +++ b/doc/salome/gui/GEOM/sphere.htm @@ -39,43 +39,48 @@ onerror = null; - - + +

 Sphere

To create a Sphere diff --git a/doc/salome/gui/GEOM/suppress_faces.htm b/doc/salome/gui/GEOM/suppress_faces.htm index e50647b2c..46bca08d6 100755 --- a/doc/salome/gui/GEOM/suppress_faces.htm +++ b/doc/salome/gui/GEOM/suppress_faces.htm @@ -39,43 +39,48 @@ onerror = null; - - + +

Suppress Faces

To produce diff --git a/doc/salome/gui/GEOM/suppress_holes.htm b/doc/salome/gui/GEOM/suppress_holes.htm index dbb45ffe4..52d9d29f9 100755 --- a/doc/salome/gui/GEOM/suppress_holes.htm +++ b/doc/salome/gui/GEOM/suppress_holes.htm @@ -39,43 +39,48 @@ onerror = null; - - + +

Suppress Holes

To - - + +

Suppress Internal Wires

diff --git a/doc/salome/gui/GEOM/transformation_operations.htm b/doc/salome/gui/GEOM/transformation_operations.htm index 25d5f028a..ec8222867 100755 --- a/doc/salome/gui/GEOM/transformation_operations.htm +++ b/doc/salome/gui/GEOM/transformation_operations.htm @@ -33,43 +33,48 @@ onerror = null; - - + +

Transformation Operations

Translation

diff --git a/doc/salome/gui/GEOM/translation.htm b/doc/salome/gui/GEOM/translation.htm index 060b3f6a9..fcc9e7126 100755 --- a/doc/salome/gui/GEOM/translation.htm +++ b/doc/salome/gui/GEOM/translation.htm @@ -53,43 +53,48 @@ onerror = null; - - + +

Translation

To produce diff --git a/doc/salome/gui/GEOM/transparency.htm b/doc/salome/gui/GEOM/transparency.htm index fd22145d9..719dfaccc 100755 --- a/doc/salome/gui/GEOM/transparency.htm +++ b/doc/salome/gui/GEOM/transparency.htm @@ -40,43 +40,48 @@ onerror = null; - - + +

Transparency

You can change the transparency diff --git a/doc/salome/gui/GEOM/turus.htm b/doc/salome/gui/GEOM/turus.htm index 1c162e5ef..ca89dab00 100755 --- a/doc/salome/gui/GEOM/turus.htm +++ b/doc/salome/gui/GEOM/turus.htm @@ -39,43 +39,48 @@ onerror = null; - - + +

Torus

To create a Torus diff --git a/doc/salome/gui/GEOM/vector.htm b/doc/salome/gui/GEOM/vector.htm index fa7891bfe..b72725e63 100755 --- a/doc/salome/gui/GEOM/vector.htm +++ b/doc/salome/gui/GEOM/vector.htm @@ -40,43 +40,48 @@ onerror = null; - - + +

Vector

To diff --git a/doc/salome/gui/GEOM/viewing_geometrical_objects.htm b/doc/salome/gui/GEOM/viewing_geometrical_objects.htm index 83fa811ff..b3f734767 100755 --- a/doc/salome/gui/GEOM/viewing_geometrical_objects.htm +++ b/doc/salome/gui/GEOM/viewing_geometrical_objects.htm @@ -37,43 +37,48 @@ onerror = null; - - + +

Viewing Geometrical Objects

Newly created geometrical objects are automatically displayed in the diff --git a/doc/salome/gui/GEOM/whcsh_home.htm b/doc/salome/gui/GEOM/whcsh_home.htm index 92ccd93b2..5a486ba28 100755 --- a/doc/salome/gui/GEOM/whcsh_home.htm +++ b/doc/salome/gui/GEOM/whcsh_home.htm @@ -14,7 +14,7 @@ else } var gCSHFileName="whcshdata.htm"; -var gHomePage="geom.htm"; +var gHomePage="index.htm"; var gaProj=new Array(); gaProj[0]=new Object(); gaProj[0].sProjPath=_replaceSlash(_getPath(document.location.href)); diff --git a/doc/salome/gui/GEOM/whcshdata.htm b/doc/salome/gui/GEOM/whcshdata.htm index 9576ec08b..c0749929c 100755 --- a/doc/salome/gui/GEOM/whcshdata.htm +++ b/doc/salome/gui/GEOM/whcshdata.htm @@ -1,6 +1,6 @@ -GEOM reference manual +Geometry Module Reference Manual diff --git a/doc/salome/gui/GEOM/whd_dpns.htm b/doc/salome/gui/GEOM/whd_dpns.htm new file mode 100755 index 000000000..1bca23603 --- /dev/null +++ b/doc/salome/gui/GEOM/whd_dpns.htm @@ -0,0 +1,43 @@ + + +Navigator Pane + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/salome/gui/GEOM/whd_hide0.gif b/doc/salome/gui/GEOM/whd_hide0.gif new file mode 100755 index 000000000..97ea0bb6d Binary files /dev/null and b/doc/salome/gui/GEOM/whd_hide0.gif differ diff --git a/doc/salome/gui/GEOM/whd_hide1.gif b/doc/salome/gui/GEOM/whd_hide1.gif new file mode 100755 index 000000000..97ea0bb6d Binary files /dev/null and b/doc/salome/gui/GEOM/whd_hide1.gif differ diff --git a/doc/salome/gui/GEOM/whd_hide2.gif b/doc/salome/gui/GEOM/whd_hide2.gif new file mode 100755 index 000000000..97ea0bb6d Binary files /dev/null and b/doc/salome/gui/GEOM/whd_hide2.gif differ diff --git a/doc/salome/gui/GEOM/whd_next0.gif b/doc/salome/gui/GEOM/whd_next0.gif new file mode 100755 index 000000000..d92dda522 Binary files /dev/null and b/doc/salome/gui/GEOM/whd_next0.gif differ diff --git a/doc/salome/gui/GEOM/whd_next1.gif b/doc/salome/gui/GEOM/whd_next1.gif new file mode 100755 index 000000000..d92dda522 Binary files /dev/null and b/doc/salome/gui/GEOM/whd_next1.gif differ diff --git a/doc/salome/gui/GEOM/whd_next2.gif b/doc/salome/gui/GEOM/whd_next2.gif new file mode 100755 index 000000000..d92dda522 Binary files /dev/null and b/doc/salome/gui/GEOM/whd_next2.gif differ diff --git a/doc/salome/gui/GEOM/whd_nvp10.htm b/doc/salome/gui/GEOM/whd_nvp10.htm new file mode 100755 index 000000000..30f060c3b --- /dev/null +++ b/doc/salome/gui/GEOM/whd_nvp10.htm @@ -0,0 +1,15 @@ + + +Navigation Pane + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/salome/gui/GEOM/whd_nvp20.htm b/doc/salome/gui/GEOM/whd_nvp20.htm new file mode 100755 index 000000000..c5754bc41 --- /dev/null +++ b/doc/salome/gui/GEOM/whd_nvp20.htm @@ -0,0 +1,334 @@ + + +navigation pane + + + + + + + + + + + + + + + + + diff --git a/doc/salome/gui/GEOM/whd_prev0.gif b/doc/salome/gui/GEOM/whd_prev0.gif new file mode 100755 index 000000000..518561a0d Binary files /dev/null and b/doc/salome/gui/GEOM/whd_prev0.gif differ diff --git a/doc/salome/gui/GEOM/whd_prev1.gif b/doc/salome/gui/GEOM/whd_prev1.gif new file mode 100755 index 000000000..518561a0d Binary files /dev/null and b/doc/salome/gui/GEOM/whd_prev1.gif differ diff --git a/doc/salome/gui/GEOM/whd_prev2.gif b/doc/salome/gui/GEOM/whd_prev2.gif new file mode 100755 index 000000000..518561a0d Binary files /dev/null and b/doc/salome/gui/GEOM/whd_prev2.gif differ diff --git a/doc/salome/gui/GEOM/whd_show0.gif b/doc/salome/gui/GEOM/whd_show0.gif new file mode 100755 index 000000000..60e8e6897 Binary files /dev/null and b/doc/salome/gui/GEOM/whd_show0.gif differ diff --git a/doc/salome/gui/GEOM/whd_show1.gif b/doc/salome/gui/GEOM/whd_show1.gif new file mode 100755 index 000000000..60e8e6897 Binary files /dev/null and b/doc/salome/gui/GEOM/whd_show1.gif differ diff --git a/doc/salome/gui/GEOM/whd_show2.gif b/doc/salome/gui/GEOM/whd_show2.gif new file mode 100755 index 000000000..60e8e6897 Binary files /dev/null and b/doc/salome/gui/GEOM/whd_show2.gif differ diff --git a/doc/salome/gui/GEOM/whd_sync0.gif b/doc/salome/gui/GEOM/whd_sync0.gif new file mode 100755 index 000000000..1a9785ce6 Binary files /dev/null and b/doc/salome/gui/GEOM/whd_sync0.gif differ diff --git a/doc/salome/gui/GEOM/whd_sync1.gif b/doc/salome/gui/GEOM/whd_sync1.gif new file mode 100755 index 000000000..1a9785ce6 Binary files /dev/null and b/doc/salome/gui/GEOM/whd_sync1.gif differ diff --git a/doc/salome/gui/GEOM/whd_sync2.gif b/doc/salome/gui/GEOM/whd_sync2.gif new file mode 100755 index 000000000..1a9785ce6 Binary files /dev/null and b/doc/salome/gui/GEOM/whd_sync2.gif differ diff --git a/doc/salome/gui/GEOM/whd_tab0.gif b/doc/salome/gui/GEOM/whd_tab0.gif new file mode 100755 index 000000000..955c42f47 Binary files /dev/null and b/doc/salome/gui/GEOM/whd_tab0.gif differ diff --git a/doc/salome/gui/GEOM/whd_tab1.gif b/doc/salome/gui/GEOM/whd_tab1.gif new file mode 100755 index 000000000..b3ec41d6d Binary files /dev/null and b/doc/salome/gui/GEOM/whd_tab1.gif differ diff --git a/doc/salome/gui/GEOM/whd_tab2.gif b/doc/salome/gui/GEOM/whd_tab2.gif new file mode 100755 index 000000000..08fb0ce4f Binary files /dev/null and b/doc/salome/gui/GEOM/whd_tab2.gif differ diff --git a/doc/salome/gui/GEOM/whd_tab3.gif b/doc/salome/gui/GEOM/whd_tab3.gif new file mode 100755 index 000000000..1819c8e8f Binary files /dev/null and b/doc/salome/gui/GEOM/whd_tab3.gif differ diff --git a/doc/salome/gui/GEOM/whd_tab4.gif b/doc/salome/gui/GEOM/whd_tab4.gif new file mode 100755 index 000000000..1a6fc4f4a Binary files /dev/null and b/doc/salome/gui/GEOM/whd_tab4.gif differ diff --git a/doc/salome/gui/GEOM/whd_tab5.gif b/doc/salome/gui/GEOM/whd_tab5.gif new file mode 100755 index 000000000..934019260 Binary files /dev/null and b/doc/salome/gui/GEOM/whd_tab5.gif differ diff --git a/doc/salome/gui/GEOM/whd_tab6.gif b/doc/salome/gui/GEOM/whd_tab6.gif new file mode 100755 index 000000000..fe312d238 Binary files /dev/null and b/doc/salome/gui/GEOM/whd_tab6.gif differ diff --git a/doc/salome/gui/GEOM/whd_tab7.gif b/doc/salome/gui/GEOM/whd_tab7.gif new file mode 100755 index 000000000..3b95ae24e Binary files /dev/null and b/doc/salome/gui/GEOM/whd_tab7.gif differ diff --git a/doc/salome/gui/GEOM/whd_tab8.gif b/doc/salome/gui/GEOM/whd_tab8.gif new file mode 100755 index 000000000..c80acc8d5 Binary files /dev/null and b/doc/salome/gui/GEOM/whd_tab8.gif differ diff --git a/doc/salome/gui/GEOM/whd_tabs.htm b/doc/salome/gui/GEOM/whd_tabs.htm new file mode 100755 index 000000000..1568f573d --- /dev/null +++ b/doc/salome/gui/GEOM/whd_tabs.htm @@ -0,0 +1,533 @@ + + +WebHelp Tabs Frame in Navigation Pane + + + + + + + + + + + \ No newline at end of file diff --git a/doc/salome/gui/GEOM/whd_toc1.gif b/doc/salome/gui/GEOM/whd_toc1.gif new file mode 100755 index 000000000..11017258c Binary files /dev/null and b/doc/salome/gui/GEOM/whd_toc1.gif differ diff --git a/doc/salome/gui/GEOM/whd_toc2.gif b/doc/salome/gui/GEOM/whd_toc2.gif new file mode 100755 index 000000000..975e5f6f4 Binary files /dev/null and b/doc/salome/gui/GEOM/whd_toc2.gif differ diff --git a/doc/salome/gui/GEOM/whd_toc3.gif b/doc/salome/gui/GEOM/whd_toc3.gif new file mode 100755 index 000000000..4b8122f0f Binary files /dev/null and b/doc/salome/gui/GEOM/whd_toc3.gif differ diff --git a/doc/salome/gui/GEOM/whd_toc4.gif b/doc/salome/gui/GEOM/whd_toc4.gif new file mode 100755 index 000000000..3f9a03686 Binary files /dev/null and b/doc/salome/gui/GEOM/whd_toc4.gif differ diff --git a/doc/salome/gui/GEOM/whd_topic.xml b/doc/salome/gui/GEOM/whd_topic.xml new file mode 100755 index 000000000..a1b0320fb --- /dev/null +++ b/doc/salome/gui/GEOM/whd_topic.xml @@ -0,0 +1,85 @@ + + + + + + + + + + +"]]> + + + + +"]]> + + + + +"; +OutputInTopicNavBarDataWebSearch.form();]]> + + + + + + + + + + +"]]> + + + diff --git a/doc/salome/gui/GEOM/whd_wbsh0.gif b/doc/salome/gui/GEOM/whd_wbsh0.gif new file mode 100755 index 000000000..383688e7c Binary files /dev/null and b/doc/salome/gui/GEOM/whd_wbsh0.gif differ diff --git a/doc/salome/gui/GEOM/whd_wbsh1.gif b/doc/salome/gui/GEOM/whd_wbsh1.gif new file mode 100755 index 000000000..383688e7c Binary files /dev/null and b/doc/salome/gui/GEOM/whd_wbsh1.gif differ diff --git a/doc/salome/gui/GEOM/whd_wbsh2.gif b/doc/salome/gui/GEOM/whd_wbsh2.gif new file mode 100755 index 000000000..383688e7c Binary files /dev/null and b/doc/salome/gui/GEOM/whd_wbsh2.gif differ diff --git a/doc/salome/gui/GEOM/whdata/whftdata0.htm b/doc/salome/gui/GEOM/whdata/whftdata0.htm index 6a841360e..a1a64b235 100755 --- a/doc/salome/gui/GEOM/whdata/whftdata0.htm +++ b/doc/salome/gui/GEOM/whdata/whftdata0.htm @@ -49,6 +49,7 @@ aTE("Fillet","fillet.htm"); aTE("Filling","filling.htm"); aTE("Fuse","fuse.htm"); aTE("Geometrical Objects","geometrical_objects.htm"); +aTE("geometry","geometry.htm"); aTE("Glue Faces","glue_faces.htm"); aTE("Groups","groups.htm"); aTE("Isos","isos.htm"); diff --git a/doc/salome/gui/GEOM/whdata/whfts.htm b/doc/salome/gui/GEOM/whdata/whfts.htm index 566155d9a..ce9d85c6f 100755 --- a/doc/salome/gui/GEOM/whdata/whfts.htm +++ b/doc/salome/gui/GEOM/whdata/whfts.htm @@ -10,7 +10,7 @@ diff --git a/doc/salome/gui/GEOM/whdata/whfwdata0.htm b/doc/salome/gui/GEOM/whdata/whfwdata0.htm index bf9cf21c5..e55cb1765 100755 --- a/doc/salome/gui/GEOM/whdata/whfwdata0.htm +++ b/doc/salome/gui/GEOM/whdata/whfwdata0.htm @@ -12,454 +12,454 @@ diff --git a/doc/salome/gui/GEOM/whdata/whtdata0.htm b/doc/salome/gui/GEOM/whdata/whtdata0.htm index 1065097ba..c212ffbdf 100755 --- a/doc/salome/gui/GEOM/whdata/whtdata0.htm +++ b/doc/salome/gui/GEOM/whdata/whtdata0.htm @@ -9,7 +9,7 @@ -<p>Your browser does not support frames. We recommend that you update your browser to a version that supports frames.</p><p>To view the Help system without frames click on this<a href="whgdata/whnvp30.htm">hyperlink.</a></p> +<p>Your browser does not support frames. We recommend that you update your browser to a version that supports frames.</p><p>To view the Help system without frames click on this<a href="whgdata/whnvp30.htm">hyperlink.</a></p> \ No newline at end of file diff --git a/doc/salome/gui/GEOM/whres.xml b/doc/salome/gui/GEOM/whres.xml index f3f010a3f..89ee8b328 100755 --- a/doc/salome/gui/GEOM/whres.xml +++ b/doc/salome/gui/GEOM/whres.xml @@ -188,69 +188,69 @@ - - + + - + - - - - + + + + - - + + - - - + + +

- + <title name="Arial" size="9pt" color="#000000" style="normal" weight="normal" decoration="none" /> </fonts> <button normal="" hover="" /> - <editwith value="20" /> + <editwith value="28" /> </form> - <background color="#ffffff" img="" /> + <background color="" img="" /> <fonts> - <normal name="Tahoma" size="8pt" color="#000000" style="Normal" weight="Normal" decoration="none" /> - <hover name="Tahoma" size="8pt" color="#000080" style="Normal" weight="Normal" decoration="underline" /> - <empty name="" size="8pt" color="" style="" weight="" decoration="" /> + <normal name="Arial" size="9pt" color="#000000" style="normal" weight="normal" decoration="none" /> + <hover name="Arial" size="9pt" color="#007f00" style="normal" weight="normal" decoration="underline" /> + <empty name="Arial" size="9pt" color="#666666" style="normal" weight="normal" decoration="none" /> </fonts> - <activebackgroundcolor attr="#c0c0c0" /> - <margin attr="" /> - <indent attr="" /> + <activebackgroundcolor attr="#cccccc" /> + <margin attr="0pt" /> + <indent attr="9pt" /> </index> <fts> <form> <fonts> - <title name="Tahoma" size="8pt" color="#000080" style="Normal" weight="Normal" decoration="none" /> + <title name="Arial" size="9pt" color="#000000" style="normal" weight="normal" decoration="none" /> </fonts> <button normal="" hover="" /> - <editwith value="20" /> + <editwith value="28" /> </form> - <background color="#ffffff" img="" /> + <background color="" img="" /> <fonts> - <normal name="Tahoma" size="8pt" color="#000000" style="Normal" weight="Normal" decoration="none" /> - <hover name="Tahoma" size="8pt" color="#000080" style="Normal" weight="Normal" decoration="underline" /> - <error name="Tahoma" size="8pt" color="#000000" style="Normal" weight="Normal" decoration="none" /> + <normal name="Arial" size="9pt" color="#000000" style="normal" weight="normal" decoration="none" /> + <hover name="Arial" size="9pt" color="#007f00" style="normal" weight="normal" decoration="underline" /> + <error name="Arial" size="9pt" color="#000000" style="normal" weight="normal" decoration="none" /> </fonts> - <activebackgroundcolor attr="#c0c0c0" /> - <margin attr="" /> - <indent attr="" /> + <activebackgroundcolor attr="#cccccc" /> + <margin attr="0pt" /> + <indent attr="9pt" /> </fts> <glossary> - <background color="#ffffff" img="" /> + <background color="" img="" /> <fonts> - <normal name="Tahoma" size="8pt" color="#000000" style="Normal" weight="Normal" decoration="none" /> - <hover name="Tahoma" size="8pt" color="#000080" style="Normal" weight="Normal" decoration="underline" /> + <normal name="Arial" size="9pt" color="#000000" style="normal" weight="normal" decoration="none" /> + <hover name="Arial" size="9pt" color="#007f00" style="normal" weight="normal" decoration="underline" /> </fonts> - <activebackgroundcolor attr="#c0c0c0" /> - <margin attr="" /> - <indent attr="" /> + <activebackgroundcolor attr="#cccccc" /> + <margin attr="0pt" /> + <indent attr="9pt" /> </glossary> </paneskin> </resource> \ No newline at end of file diff --git a/doc/salome/gui/GEOM/whrstart.ico b/doc/salome/gui/GEOM/whrstart.ico deleted file mode 100755 index bffcd6eb9..000000000 Binary files a/doc/salome/gui/GEOM/whrstart.ico and /dev/null differ diff --git a/doc/salome/gui/GEOM/whskin_banner.htm b/doc/salome/gui/GEOM/whskin_banner.htm deleted file mode 100755 index 39ed797e6..000000000 --- a/doc/salome/gui/GEOM/whskin_banner.htm +++ /dev/null @@ -1,49 +0,0 @@ -<html> -<head> -<title>About WebHelp                                                                                    - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

Macromedia

-

Copyright © 1992 - 2004, eHelp Corporation

-

Author: eHelp Corporation

-
-

Powered by: WebHelp 5.50 -
Generated by: RoboHelp X5 -
www.ehelp.com

-
- - \ No newline at end of file diff --git a/doc/salome/gui/GEOM/whskin_frmset01.htm b/doc/salome/gui/GEOM/whskin_frmset01.htm deleted file mode 100755 index 3b8d56ad3..000000000 --- a/doc/salome/gui/GEOM/whskin_frmset01.htm +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/doc/salome/gui/GEOM/whskin_frmset010.htm b/doc/salome/gui/GEOM/whskin_frmset010.htm deleted file mode 100755 index 8a02235c8..000000000 --- a/doc/salome/gui/GEOM/whskin_frmset010.htm +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/doc/salome/gui/GEOM/whskin_homepage.htm b/doc/salome/gui/GEOM/whskin_homepage.htm index 46797c73d..aff470fc2 100755 --- a/doc/salome/gui/GEOM/whskin_homepage.htm +++ b/doc/salome/gui/GEOM/whskin_homepage.htm @@ -1,40 +1,34 @@ - - - GEOM reference manual - - - - - - - + +Geometry Module Reference Manual - + + + + + + + - - - - - - - - - - \ No newline at end of file + + + + diff --git a/doc/salome/gui/GEOM/whskin_info.htm b/doc/salome/gui/GEOM/whskin_info.htm index 662338246..c863eae2f 100755 --- a/doc/salome/gui/GEOM/whskin_info.htm +++ b/doc/salome/gui/GEOM/whskin_info.htm @@ -7,9 +7,9 @@

WebHelp 5.50 System Info

- - - + + + diff --git a/doc/salome/gui/GEOM/whskin_mbars.htm b/doc/salome/gui/GEOM/whskin_mbars.htm deleted file mode 100755 index c4fa48af8..000000000 --- a/doc/salome/gui/GEOM/whskin_mbars.htm +++ /dev/null @@ -1,59 +0,0 @@ - - - WebHelp Navigation Mini-bar - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/doc/salome/gui/GEOM/whskin_papplet.htm b/doc/salome/gui/GEOM/whskin_papplet.htm deleted file mode 100755 index 5f8296ad6..000000000 --- a/doc/salome/gui/GEOM/whskin_papplet.htm +++ /dev/null @@ -1,360 +0,0 @@ - - -Navigation Pane - - - - - - - - - - - - - - - - - - diff --git a/doc/salome/gui/GEOM/whskin_pdhtml.htm b/doc/salome/gui/GEOM/whskin_pdhtml.htm deleted file mode 100755 index 763aa1429..000000000 --- a/doc/salome/gui/GEOM/whskin_pdhtml.htm +++ /dev/null @@ -1,64 +0,0 @@ - - - Navigation Pane - - - - - - - - - - - - - - \ No newline at end of file diff --git a/doc/salome/gui/GEOM/whskin_pickup.htm b/doc/salome/gui/GEOM/whskin_pickup.htm index 1f1af7fc4..816fc7058 100755 --- a/doc/salome/gui/GEOM/whskin_pickup.htm +++ b/doc/salome/gui/GEOM/whskin_pickup.htm @@ -198,14 +198,14 @@ goFont=new whFont("Verdana","8pt","#000000","normal","normal","none"); goHoverFont=new whFont("Verdana","8pt","#666666","normal","normal","none"); -setBackgroundcolor("White"); -setFont("Table", "Tahoma","8pt","Navy","Normal","Normal","none"); -setListBackgroundcolor("White"); -setFont("Normal", "Tahoma","8pt","Black","Normal","Normal","none"); -setFont("Hover", "Tahoma","8pt","Navy","Normal","Normal","underline"); -setActiveBgColor("Silver"); +setFont("Table", "Arial","9pt","#000000","normal","normal","none"); + + +setFont("Normal", "Arial","9pt","#000000","normal","normal","none"); +setFont("Hover", "Arial","9pt","#007f00","normal","normal","underline"); +setActiveBgColor("#cccccc"); window.onload=window_OnLoad; window.onresize = window_onResize; diff --git a/doc/salome/gui/GEOM/whskin_plist.htm b/doc/salome/gui/GEOM/whskin_plist.htm deleted file mode 100755 index f7cf6d1d5..000000000 --- a/doc/salome/gui/GEOM/whskin_plist.htm +++ /dev/null @@ -1,238 +0,0 @@ - - - Navigation Pane - - - - - - - - - \ No newline at end of file diff --git a/doc/salome/gui/GEOM/whskin_tbars.htm b/doc/salome/gui/GEOM/whskin_tbars.htm deleted file mode 100755 index 6cb490239..000000000 --- a/doc/salome/gui/GEOM/whskin_tbars.htm +++ /dev/null @@ -1,101 +0,0 @@ - - - WebHelp Navigation Toolbar - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/doc/salome/gui/GEOM/whst_topics.xml b/doc/salome/gui/GEOM/whst_topics.xml deleted file mode 100755 index 6dce99867..000000000 --- a/doc/salome/gui/GEOM/whst_topics.xml +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - -";]]> - - - - -"]]> - - - - -"; -OutputInTopicNavBarDataWebSearch.form();]]> - - - - - - - - - - -";]]> - - - diff --git a/doc/salome/gui/GEOM/whstart.ico b/doc/salome/gui/GEOM/whstart.ico deleted file mode 100755 index 365eceac8..000000000 Binary files a/doc/salome/gui/GEOM/whstart.ico and /dev/null differ diff --git a/doc/salome/gui/GEOM/whstart.js b/doc/salome/gui/GEOM/whstart.js index 7448a4792..72f725492 100755 --- a/doc/salome/gui/GEOM/whstart.js +++ b/doc/salome/gui/GEOM/whstart.js @@ -31,10 +31,10 @@ function delayReload() } } -var gsToolbarOrder = "toc|fts|glo|blankblock|searchform|banner"; -var gsMinibarOrder = "blankblock|hide2|"; +var gsToolbarOrder = ""; +var gsMinibarOrder = ""; -var gsTopic = "files/introduction_to_geom.htm"; +var gsTopic = "geometry.htm"; var PANE_OPT_SEARCH = 1; var PANE_OPT_BROWSESEQ = 2; var gnOpts=-1; diff --git a/doc/salome/gui/GEOM/wht_abge.jpg b/doc/salome/gui/GEOM/wht_abge.jpg deleted file mode 100755 index 5e816c942..000000000 Binary files a/doc/salome/gui/GEOM/wht_abge.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/wht_abgi.jpg b/doc/salome/gui/GEOM/wht_abgi.jpg deleted file mode 100755 index bfedc68d8..000000000 Binary files a/doc/salome/gui/GEOM/wht_abgi.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/wht_abgw.jpg b/doc/salome/gui/GEOM/wht_abgw.jpg deleted file mode 100755 index 95af21f83..000000000 Binary files a/doc/salome/gui/GEOM/wht_abgw.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/wht_abte.jpg b/doc/salome/gui/GEOM/wht_abte.jpg deleted file mode 100755 index a5638fabf..000000000 Binary files a/doc/salome/gui/GEOM/wht_abte.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/wht_abti.jpg b/doc/salome/gui/GEOM/wht_abti.jpg deleted file mode 100755 index 14ac68cae..000000000 Binary files a/doc/salome/gui/GEOM/wht_abti.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/wht_abtw.jpg b/doc/salome/gui/GEOM/wht_abtw.jpg deleted file mode 100755 index 46e68b157..000000000 Binary files a/doc/salome/gui/GEOM/wht_abtw.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/wht_fts_h.gif b/doc/salome/gui/GEOM/wht_fts_h.gif deleted file mode 100755 index feb79ae82..000000000 Binary files a/doc/salome/gui/GEOM/wht_fts_h.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/wht_fts_n.gif b/doc/salome/gui/GEOM/wht_fts_n.gif deleted file mode 100755 index 8483be43c..000000000 Binary files a/doc/salome/gui/GEOM/wht_fts_n.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/wht_glo_h.gif b/doc/salome/gui/GEOM/wht_glo_h.gif deleted file mode 100755 index 12223e5cc..000000000 Binary files a/doc/salome/gui/GEOM/wht_glo_h.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/wht_glo_n.gif b/doc/salome/gui/GEOM/wht_glo_n.gif deleted file mode 100755 index 32803ebd9..000000000 Binary files a/doc/salome/gui/GEOM/wht_glo_n.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/wht_go.gif b/doc/salome/gui/GEOM/wht_go.gif deleted file mode 100755 index 106f1d16b..000000000 Binary files a/doc/salome/gui/GEOM/wht_go.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/wht_hide.gif b/doc/salome/gui/GEOM/wht_hide.gif deleted file mode 100755 index 6ec602dce..000000000 Binary files a/doc/salome/gui/GEOM/wht_hide.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/wht_idx_h.gif b/doc/salome/gui/GEOM/wht_idx_h.gif deleted file mode 100755 index 2df1b16a2..000000000 Binary files a/doc/salome/gui/GEOM/wht_idx_h.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/wht_idx_n.gif b/doc/salome/gui/GEOM/wht_idx_n.gif deleted file mode 100755 index fd193a0f7..000000000 Binary files a/doc/salome/gui/GEOM/wht_idx_n.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/wht_logo1.gif b/doc/salome/gui/GEOM/wht_logo1.gif deleted file mode 100755 index 2ef5700f2..000000000 Binary files a/doc/salome/gui/GEOM/wht_logo1.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/wht_logo2.gif b/doc/salome/gui/GEOM/wht_logo2.gif deleted file mode 100755 index 2ac62e868..000000000 Binary files a/doc/salome/gui/GEOM/wht_logo2.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/wht_next.gif b/doc/salome/gui/GEOM/wht_next.gif deleted file mode 100755 index 8ea834d5e..000000000 Binary files a/doc/salome/gui/GEOM/wht_next.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/wht_next_g.gif b/doc/salome/gui/GEOM/wht_next_g.gif deleted file mode 100755 index c0e975846..000000000 Binary files a/doc/salome/gui/GEOM/wht_next_g.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/wht_prev.gif b/doc/salome/gui/GEOM/wht_prev.gif deleted file mode 100755 index b7eaba836..000000000 Binary files a/doc/salome/gui/GEOM/wht_prev.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/wht_prev_g.gif b/doc/salome/gui/GEOM/wht_prev_g.gif deleted file mode 100755 index 864790916..000000000 Binary files a/doc/salome/gui/GEOM/wht_prev_g.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/wht_spac.gif b/doc/salome/gui/GEOM/wht_spac.gif deleted file mode 100755 index fc2560981..000000000 Binary files a/doc/salome/gui/GEOM/wht_spac.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/wht_sync.gif b/doc/salome/gui/GEOM/wht_sync.gif deleted file mode 100755 index 0ef174735..000000000 Binary files a/doc/salome/gui/GEOM/wht_sync.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/wht_tab0.gif b/doc/salome/gui/GEOM/wht_tab0.gif deleted file mode 100755 index 955c42f47..000000000 Binary files a/doc/salome/gui/GEOM/wht_tab0.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/wht_tab1.gif b/doc/salome/gui/GEOM/wht_tab1.gif deleted file mode 100755 index b3ec41d6d..000000000 Binary files a/doc/salome/gui/GEOM/wht_tab1.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/wht_tab2.gif b/doc/salome/gui/GEOM/wht_tab2.gif deleted file mode 100755 index 08fb0ce4f..000000000 Binary files a/doc/salome/gui/GEOM/wht_tab2.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/wht_tab3.gif b/doc/salome/gui/GEOM/wht_tab3.gif deleted file mode 100755 index 1819c8e8f..000000000 Binary files a/doc/salome/gui/GEOM/wht_tab3.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/wht_tab4.gif b/doc/salome/gui/GEOM/wht_tab4.gif deleted file mode 100755 index 1a6fc4f4a..000000000 Binary files a/doc/salome/gui/GEOM/wht_tab4.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/wht_tab5.gif b/doc/salome/gui/GEOM/wht_tab5.gif deleted file mode 100755 index 934019260..000000000 Binary files a/doc/salome/gui/GEOM/wht_tab5.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/wht_tab6.gif b/doc/salome/gui/GEOM/wht_tab6.gif deleted file mode 100755 index fe312d238..000000000 Binary files a/doc/salome/gui/GEOM/wht_tab6.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/wht_tab7.gif b/doc/salome/gui/GEOM/wht_tab7.gif deleted file mode 100755 index 3b95ae24e..000000000 Binary files a/doc/salome/gui/GEOM/wht_tab7.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/wht_tab8.gif b/doc/salome/gui/GEOM/wht_tab8.gif deleted file mode 100755 index c80acc8d5..000000000 Binary files a/doc/salome/gui/GEOM/wht_tab8.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/wht_toc1.gif b/doc/salome/gui/GEOM/wht_toc1.gif deleted file mode 100755 index 515c352de..000000000 Binary files a/doc/salome/gui/GEOM/wht_toc1.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/wht_toc2.gif b/doc/salome/gui/GEOM/wht_toc2.gif deleted file mode 100755 index 2e3d6c8f0..000000000 Binary files a/doc/salome/gui/GEOM/wht_toc2.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/wht_toc3.gif b/doc/salome/gui/GEOM/wht_toc3.gif deleted file mode 100755 index 330f3691c..000000000 Binary files a/doc/salome/gui/GEOM/wht_toc3.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/wht_toc4.gif b/doc/salome/gui/GEOM/wht_toc4.gif deleted file mode 100755 index 3f9a03686..000000000 Binary files a/doc/salome/gui/GEOM/wht_toc4.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/wht_toc_h.gif b/doc/salome/gui/GEOM/wht_toc_h.gif deleted file mode 100755 index fe20f6860..000000000 Binary files a/doc/salome/gui/GEOM/wht_toc_h.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/wht_toc_n.gif b/doc/salome/gui/GEOM/wht_toc_n.gif deleted file mode 100755 index ce283101f..000000000 Binary files a/doc/salome/gui/GEOM/wht_toc_n.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/wht_ws.gif b/doc/salome/gui/GEOM/wht_ws.gif deleted file mode 100755 index 563db8bf6..000000000 Binary files a/doc/salome/gui/GEOM/wht_ws.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/wht_ws_g.gif b/doc/salome/gui/GEOM/wht_ws_g.gif deleted file mode 100755 index 3056b7547..000000000 Binary files a/doc/salome/gui/GEOM/wht_ws_g.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/whtbar.js b/doc/salome/gui/GEOM/whtbar.js deleted file mode 100755 index 08b19e5e8..000000000 --- a/doc/salome/gui/GEOM/whtbar.js +++ /dev/null @@ -1,2043 +0,0 @@ -// WebHelp 5.10.006 -var gaButtons=new Array(); -var gaTypes=new Array(); -var gaBtnBgColor=new Array(); -var gaSelBtnBgColor=new Array(); -var gaOrders=null; -var gaObjBtns=new Array(); -var BTN_TEXT=1; -var BTN_IMG=2; -var BTN_IMG_TOP=4 -var BTN_IMG_BOTTOM=8; -var BTN_IMG_LEFT=16; -var BTN_IMG_RIGHT=32; -var gsAlign="left"; -var gsBgImage=""; -var gsBgColor="#99ccff"; -var gsShadow="#cccccc"; -var gsTBBgImage=""; -var gnShowHideStyle=0; -var goTocInfo=null; -var gbTocInfoInited=false; -var goWebSearch=null; -var gsTBFontFamily="Arial"; -var gsTBFontSize="xx-small"; -var gsTBFontColor="#003063"; -var gsTBDarkColor="#808080"; -var gsTBLightColor="#FFFAFA"; -var gsTBSelectedBgColor="#639ace"; -var gsTBFontSelectedColor="#ffffff"; -var gaOnLoads=new Array(); -var goWebSearchEnable=true; - -var goShow=null; -var goHide=null; -var goHide2=null; -var goSync=null; - -var goToc=null; -var goIdx=null; -var goFts=null; -var goGlo=null; -var goNext=null; -var goPrev=null; - -var LAYOUT=1; -var HLAYOUT=0; -var VLAYOUT=1; -var ALIGN=2; -var BALIGN=0; -var EALIGN=2; -var goEl=null; -var gnRE=0; - -var gnButtonLayout=0; -var gnShowHide=-1; - -var gbEqualSize=false; -var goCusButton=new Array(); -var gsBtnStyle=""; -var gaAvenues=null; -var gsCurAveName=""; - -var gsIToc=null; -var gsITocS=null; -var gsIIndex=null; -var gsIIndexS=null; -var gsISearch=null; -var gsISearchS=null; -var gsIGlossary=null; -var gsIGlossaryS=null; -var gsIBanner=null; -var gsIGo=null; - -var gsIHide=null; -var gsIPrev=null; -var gsINext=null; -var gsISync=null; -var gsINextD=null; -var gsIPrevD=null; -var gsIWebSearch=null; -var gsIWebSearchD=null; - -var gbAveButttnInited=false; -var goNextParent=null; -var goPrevParent=null; -var gsSearchPrompt="- Search -"; - -var gstrSearch=""; -var gbPreview=false; -gbPreview=false; -var gsSearchFormTitle=""; -var gnHasNavPane=-1; -var gbInitBtn=false; -var gaBtns=new Array(); -var gbWhTBar=false; -var goTextFont=null; -var goSelTextFont=null; -var gsPane=""; -var gbNeedUpdateAve=false; -var gbUpdateTimerCount=0; - -function setGoImage(sGoImage) -{ - if(sGoImage) - { - gsIGo=sGoImage; - } -} - -function btnBgColor(sType,sColor) -{ - this.sType=sType; - this.sColor=sColor; -} - -function setBackground(sBgImage) -{ - gsBgImage=sBgImage; -} - -function setBackgroundcolor(sBgColor) -{ - gsBgColor=sBgColor; -} - -function setAlignment(strAlignment) -{ - gnButtonLayout=0; - if(strAlignment=="left") - { - gnButtonLayout=HLAYOUT|BALIGN; - } - else if(strAlignment=="right") - { - gnButtonLayout=HLAYOUT|EALIGN; - } - else if(strAlignment=="top") - { - gnButtonLayout=VLAYOUT|BALIGN; - } - else if(strAlignment=="bottom") - { - gnButtonLayout=VLAYOUT|EALIGN; - } -} - -function writeStyle(bMiniBar) -{ - var sStyle=""; - sStyle+="\n"; - document.write(sStyle); -} - -function button(sType,sText,nWidth,nHeight) -{ - this.sType=sType; - this.sText=sText; - this.nWidth=nWidth; - this.nHeight=nHeight; - - this.aIs=new Array(); - var i=0; - while(button.arguments.length>i+4) - { - if (button.arguments[4+i]) - this.aIs[i]=_getFullPath(_getPath(document.location.href),button.arguments[4+i]); - else - this.aIs[i]=""; - i++; - } -} - -function getImage(oImage,sTitle) -{ - if(oImage.aIs[0]) - { - var sI=""; - if(sTitle=="") - sTitle=oImage.sText; - sI+="\""+sTitle+"\"0) - sI+=" width="+oImage.nWidth; - if(oImage.nHeight>0) - sI+=" height="+oImage.nHeight; - sI+=" border=0 align=\"absmiddle\">"; - return sI; - } - return ""; -} - -function getCurrentAveName() -{ - var oSelect=getElement("avenue"); - if(oSelect) - return oSelect.value; - else - return ""; -} - -function updateWebSearch(bEnable) -{ - var oWebSearch=getElement("btnwebsearch"); - var oWebSearchParent=null; - if(oWebSearch) - oWebSearchParent=getParentNode(oWebSearch); - goWebSearchEnable=bEnable; - if(oWebSearchParent) - { - if(bEnable) - enableButton(oWebSearchParent,goWebSearch); - else - disableButton(oWebSearchParent,goWebSearch); - } - -} - -function setState(oEL,sState) -{ - if(gbNav6||gbOpera) - oEL.setAttribute("state",sState); - else - oEL.state=sState; -} - -function updateAvenueIfNeeded() -{ - gbUpdateTimerCount--; - if (gbNeedUpdateAve&&gbUpdateTimerCount==0) - { - updateAvenue(); - } -} - -function updateAvenue() -{ - var sSelect=getAvenueHTML(gaAvenues); - var oSelect=getElement("avenue"); - if(oSelect) - { - if(gbNav6) - { - var oParent=getParentNode(oSelect); - - if(oParent) - { - removeThis(oSelect); - oParent.insertAdjacentHTML("afterBegin",sSelect); - } - } - else - oSelect.outerHTML=sSelect; - oSelect=getElement("avenue"); - if(isValidAvenue(gaAvenues,gsCurAveName)) - oSelect.value=gsCurAveName; - } - updateAveButton(); -} - -function initAveButtonObj() -{ - if(!gbAveButttnInited) - { - var oNext=getElement("btnavnext"); - if(oNext) - goNextParent=getParentNode(oNext); - - var oPrev=getElement("btnavprev"); - if(oPrev) - goPrevParent=getParentNode(oPrev); - } - gbAveButttnInited=true; -} - -function disableAveButton() -{ - initAveButtonObj(); - if(goNextParent) - disableButton(goNextParent,goNext); - if(goPrevParent) - disableButton(goPrevParent,goPrev); -} - -function disableButton(oEl,oBtn) -{ - setState(oEl,"disable"); - var sPF=oEl.className.substring(0,6); - oEl.className=sPF+"Disable"; - var oAs = getElementsByTag(oEl,"a"); - if (oAs.length>0) - { - oAs[0].style.cursor="default"; - } - var oIs=getElementsByTag(oEl,"img"); - if(oIs.length>0&&oBtn&&oBtn.aIs&&oBtn.aIs.length>3) - { - if(oBtn.aIs[3]) - oIs[0].src=oBtn.aIs[3]; - } - else - oEl.style.visibility="hidden"; -} - -function enableButton(oEl,oBtn) -{ - setState(oEl,"normal"); - if(oEl==goEl) - { - var sPF=oEl.className.substring(0,6); - oEl.className=sPF+"Up"; - } - var oAs = getElementsByTag(oEl,"a"); - if (oAs.length>0) - { - oAs[0].style.cursor="hand"; - } - var oIs=getElementsByTag(oEl,"img"); - if(oIs.length>0&&oBtn&&oBtn.aIs&&oBtn.aIs.length>0) - { - if(oBtn.aIs[0]) - oIs[0].src=oBtn.aIs[0]; - } - oEl.style.visibility="visible"; -} - -function updateAveButton() -{ - initAveButtonObj(); - var strAveName=getCurrentAvenue(); - if(strAveName!="") - { - if(gaAvenues) - { - for(var i=0;i0) - { - for(var i=0;i"; - sSelect+=""; - if(aAvenues) - { - for(var i=0;i"+aAvenues[i].sName+""; - } - } - sSelect+=""; - return sSelect; -} - -function addAvenueSelection() -{ - var oMsg=new whMessage(WH_MSG_GETAVIAVENUES,this,1,new Object()); - var sButton=""; - if(SendMessage(oMsg)) - { - sButton=getAvenueHTML(oMsg.oParam.aAvenues); - } - else - { - sButton=getAvenueHTML(null); - } - gaButtons[gaButtons.length]=""; -} - -function setSearchFormTitle(sTitle) -{ - gsSearchFormTitle=sTitle; -} - -function highLightIfNeeded() -{ - if(document.searchForm.searchString.value==gsSearchPrompt) - { - document.searchForm.searchString.select(); - } -} - -function addSearchForm() -{ - var sPropmptString=gsSearchPrompt; - - var nWidth=20; - if(!nWidth) nWidth=20; - if(gbNav4) nWidth=nWidth*.6; - - if(gsSearchFormTitle) - sPropmptString=""; - var sButton="
Start Page geom.htm
Skin Name Default
Generating Time 12:31 04/21/2006
Start Page index.htm
Skin Name
Generating Time 12:40 05/22/2006
Language ID 1033
Compile Script webhelp5_compile_script.xml
Compile Build Version 13.10.606
"+sButton+"
"; - if(gbNav6) - sButton=""+sButton; - if("image"=="text") - { - sButton+=""; - } - else if("image"=="image"&&gsIGo) - { - sButton+=""; - } - sButton+="
"+_textToHtml(gsSearchFormTitle)+"" - sButton+="\"Go\"
"; - if(gbNav6) - sButton+=""; - var nBtn=gaButtons.length; - gaButtons[nBtn]="
"+sButton+"     \"About"+sButton+""+sButton+""+sButton+"
"; - else - sHTML="
"; - if((gnButtonLayout&LAYOUT)==HLAYOUT) - { - sHTML+=""; - for(var i=0;i"; - } - sHTML+=""; - } - else - { - for(var i=0;i"+gaButtons[i]+""; - else - sHTML+=""; - } - } - if(gbNav6) - sHTML+="
"; - else - sHTML+="

"; - } - document.write(sHTML); - if(document.body) - document.body.onselectstart=onSelect; - updateAveButton(); -} - -function hasNavPane() -{ - if(gnHasNavPane==-1) - { - gnHasNavPane=0; - var oParam=new Object(); - oParam.bVisible=false; - var oMsg=new whMessage(WH_MSG_ISPANEVISIBLE,this,1,oParam); - if(SendMessage(oMsg)) - { - if(oParam.bVisible) - gnHasNavPane=1; - } - - } - if(gnHasNavPane==1) - return true; - else - return false; -} - -function getTocInfo() -{ - var oParam=new Object(); - oParam.oTocInfo=null; - var oMsg=new whMessage(WH_MSG_GETTOCPATHS,this,1,oParam); - if(SendMessage(oMsg)) - { - goTocInfo=oParam.oTocInfo; - gbTocInfoInited=true; - } -} - -function onBtnClick(e) -{ - var oEl=null; - var oElo=null; - if(gbNav6) - { - oElo=e.target; - while(oElo&&oElo.nodeName.indexOf("#")==0) oElo=getParentNode(oElo); - oEl=oElo; - } - else - { - oElo=event.srcElement; - oEl=oElo; - event.cancelBubble=true; - } - while(-1==oEl.className.indexOf("clsBtn")&&-1==oEl.className.indexOf("clsNoB")) - { - oEl=getParentNode(oEl); - if(!oEl) return; - } - if(oElo.tagName=="A"||oElo.tagName=="IMG") return true; - var oaA=getElementsByTag(oElo,"A"); - if(oaA&&oaA.length) - { - var oA=oaA[0]; - if(gbNav6) - { - var sCmd=oA.getAttribute("onclick"); - var nCmd=sCmd.indexOf("return false;"); - if(nCmd!=-1); - sCmd=sCmd.substring(0,nCmd); - setTimeout(sCmd,1); - } - else - oA.onclick(); - } -} - -function onBtnMouseDown(e,nBtn) -{ - var oEl=null; - if(gbNav6) - { - var oElo=e.target; - while(oElo&&oElo.nodeName.indexOf("#")==0) oElo=getParentNode(oElo); - oEl=oElo; - } - else - { - oEl=event.srcElement; - event.cancelBubble=true; - } - while(-1==oEl.className.indexOf("clsBtn")&&-1==oEl.className.indexOf("clsNoB")) - { - oEl=getParentNode(oEl); - if(!oEl) return; - } - var sPF=oEl.className.substring(0,6); - var oIs=getElementsByTag(oEl,"img"); - if(oIs.length>0&&gaObjBtns[nBtn]&&gaObjBtns[nBtn].aIs&&gaObjBtns[nBtn].aIs.length>2) - { - if(gaObjBtns[nBtn].aIs[2]) - oIs[0].src=gaObjBtns[nBtn].aIs[2]; - } - var sState=getState(oEl); - if(sState!="disable") - { - oEl.className=sPF+"Down"; - } -} - -function onBtnMouseUp(e,nBtn) -{ - var oEl=null; - if(gbNav6) - { - var oElo=e.target; - while(oElo&&oElo.nodeName.indexOf("#")==0) oElo=getParentNode(oElo); - oEl=oElo; - } - else - { - oEl=event.srcElement; - event.cancelBubble=true; - } - while(-1==oEl.className.indexOf("clsBtn")&&-1==oEl.className.indexOf("clsNoB")) - { - oEl=getParentNode(oEl); - if(!oEl) return; - } - var sPF=oEl.className.substring(0,6); - var sState=getState(oEl); - if(sState=="down"||sState=="disable") - { - var oIs=getElementsByTag(oEl,"img"); - if(oIs.length>0&&gaObjBtns[nBtn]&&gaObjBtns[nBtn].aIs&&gaObjBtns[nBtn].aIs.length>3) - { - if(gaObjBtns[nBtn].aIs[3]) - oIs[0].src=gaObjBtns[nBtn].aIs[3]; - } - } - else - { - var oIs=getElementsByTag(oEl,"img"); - if(oIs.length>0&&gaObjBtns[nBtn]&&gaObjBtns[nBtn].aIs&&gaObjBtns[nBtn].aIs.length>0) - { - if(gaObjBtns[nBtn].aIs[0]) - oIs[0].src=gaObjBtns[nBtn].aIs[0]; - } - } - if(goEl==oEl) - { - if(sState!="down"&&sState!="disable") - { - oEl.className=sPF+"Up"; - } - } -} - -function getState(oEl) -{ - var sState=""; - if(gbNav6||gbOpera) - sState=oEl.getAttribute("state"); - else - if(oEl.state) - sState=oEl.state; - return sState; -} - -function onBtnMouseOver(e,nBtn) -{ - markButton(e); - var oEl=null; - if(gbNav6) - { - var oElo=e.target; - while(oElo&&oElo.nodeName.indexOf("#")==0) oElo=getParentNode(oElo); - oEl=oElo; - } - else - { - oEl=event.srcElement; - event.cancelBubble=true; - } - while(-1==oEl.className.indexOf("clsBtn")&&-1==oEl.className.indexOf("clsNoB")) - { - oEl=getParentNode(oEl); - if(!oEl) return; - } - var sPF=oEl.className.substring(0,6); - var sState=getState(oEl); - if(sState=="down"||sState=="disable") - { - if(sState=="down") - oEl.className=sPF+"Down"; - var oIs=getElementsByTag(oEl,"img"); - if(oIs.length>0&&gaObjBtns[nBtn]&&gaObjBtns[nBtn].aIs&&gaObjBtns[nBtn].aIs.length>4) - { - if(gaObjBtns[nBtn].aIs[4]) - oIs[0].src=gaObjBtns[nBtn].aIs[4]; - } - } - else - { - oEl.className=sPF+"Up"; - var oIs=getElementsByTag(oEl,"img"); - if(oIs.length>0&&gaObjBtns[nBtn]&&gaObjBtns[nBtn].aIs&&gaObjBtns[nBtn].aIs.length>1) - { - if(gaObjBtns[nBtn].aIs[1]) - oIs[0].src=gaObjBtns[nBtn].aIs[1]; - } - } -} - -function onBtnMouseOut(e,nBtn) -{ - goEl=null; - var oEl=null; - if(gbNav6) - { - var oElo=e.target; - while(oElo&&oElo.nodeName.indexOf("#")==0) oElo=getParentNode(oElo); - oEl=oElo; - } - else - { - oEl=event.srcElement; - event.cancelBubble=true; - } - while(-1==oEl.className.indexOf("clsBtn")&&-1==oEl.className.indexOf("clsNoB")) - { - oEl=getParentNode(oEl); - if(!oEl) return; - } - var sPF=oEl.className.substring(0,6); - var sState=getState(oEl); - if(sState=="down"||sState=="disable") - { - var oIs=getElementsByTag(oEl,"img"); - if(oIs.length>0&&gaObjBtns[nBtn]&&gaObjBtns[nBtn].aIs&&gaObjBtns[nBtn].aIs.length>3) - { - if(gaObjBtns[nBtn].aIs[3]) - oIs[0].src=gaObjBtns[nBtn].aIs[3]; - } - if(sState=="down") - oEl.className=sPF+"Down"; - } - else - { - var oIs=getElementsByTag(oEl,"img"); - if(oIs.length>0&&gaObjBtns[nBtn]&&gaObjBtns[nBtn].aIs&&gaObjBtns[nBtn].aIs.length>0) - { - if(gaObjBtns[nBtn].aIs[0]) - oIs[0].src=gaObjBtns[nBtn].aIs[0]; - } - oEl.className=sPF+"Normal"; - } -} - -function showToc() -{ - var oMsg=new whMessage(WH_MSG_SHOWTOC,this,1,null) - SendMessage(oMsg); -} - -function showIndex() -{ - var oMsg=new whMessage(WH_MSG_SHOWIDX,this,1,null) - SendMessage(oMsg); -} - -function showFts() -{ - var oMsg=new whMessage(WH_MSG_SHOWFTS,this,1,null) - SendMessage(oMsg); -} - -function showGlossary() -{ - var oMsg=new whMessage(WH_MSG_SHOWGLO,this,1,null) - SendMessage(oMsg); -} - -function syncWithShow() -{ - if(!gbTocInfoInited) - { - getTocInfo(); - } - if(goTocInfo) - { - showToc(); - var oParam=goTocInfo; - var oMsg=new whMessage(WH_MSG_SYNCTOC,this,1,oParam); - SendMessage(oMsg); - } -} - -function markButton(e) -{ - var oEl=null; - if(gbNav6) - { - var oElo=e.target; - while(oElo&&oElo.nodeName.indexOf("#")==0) oElo=getParentNode(oElo); - oEl=oElo; - } - else - oEl=event.srcElement; - while(oEl&&oEl.tagName!="TD") oEl=getParentNode(oEl); - if(oEl) - goEl=oEl; -} - -function showHidePane() -{ - var oMsg=null; - if(hasNavPane()) - oMsg=new whMessage(WH_MSG_HIDEPANE,this,1,null); - else - oMsg=new whMessage(WH_MSG_SHOWPANE,this,1,null); - SendMessage(oMsg); -} - -function goAveNext() -{ - goAvenue(true); -} - -function goAvePrev() -{ - goAvenue(false); -} - -function doWebSearch() -{ - if (goWebSearchEnable) - { - var oMsg=new whMessage(WH_MSG_WEBSEARCH,this,1,null); - SendMessage(oMsg); - } -} - -function goAvenue(bNext) -{ - var oMsg=null; - initAveButtonObj(); - gsCurAveName=getCurrentAveName(); - if(gbNav4&&!gbNav6) - { - if(bNext) - { - gaAvenues=null; - updateAvenue(); - oMsg=new whMessage(WH_MSG_NEXT,this,1,null); - SendMessage(oMsg); - } - else if(!bNext) - { - gaAvenues=null; - updateAvenue(); - oMsg=new whMessage(WH_MSG_PREV,this,1,null); - SendMessage(oMsg); - } - } - else - { - if(bNext&&goNextParent) - { - var sState=getState(goNextParent); - if(sState!="disable") - { - gaAvenues=null; - gbNeedUpdateAve=true; - gbUpdateTimerCount++; - setTimeout("updateAvenueIfNeeded();", 2000); - oMsg=new whMessage(WH_MSG_NEXT,this,1,null); - SendMessage(oMsg); - } - } - else if(!bNext&&goPrevParent) - { - var sState=getState(goPrevParent); - if(sState!="disable") - { - gaAvenues=null; - gbNeedUpdateAve=true; - gbUpdateTimerCount++; - setTimeout("updateAvenueIfNeeded();", 2000); - oMsg=new whMessage(WH_MSG_PREV,this,1,null); - SendMessage(oMsg); - } - } - } -} - -function window_Unload() -{ - if(!gbNav4||gbNav6) - { - UnRegisterListener2(this,WH_MSG_GETSEARCHS); - UnRegisterListener2(this,WH_MSG_PANESTATUE); - UnRegisterListener2(this,WH_MSG_SYNCINFO); - UnRegisterListener2(this,WH_MSG_PANEINFO); - UnRegisterListener2(this,WH_MSG_AVENUEINFO); - UnRegisterListener2(this,WH_MSG_GETCURRENTAVENUE); - UnRegisterListener2(this,WH_MSG_ENABLEWEBSEARCH); - UnRegisterListener2(this,WH_MSG_INITSEARCHSTRING); - UnRegisterListener2(this,WH_MSG_NOSEARCHINPUT); - UnRegisterListener2(this,WH_MSG_NOSYNC); - } -} - -function window_OnLoad() -{ - if(!gbOpera7&&document.body) - { - if(gsBgImage&&gsBgImage.length>0) - { - document.body.background=gsBgImage; - } - if(gsBgColor&&gsBgColor.length>0) - { - document.body.bgColor=gsBgColor; - } - } - doCusOnLoad(); - var oMsg=new whMessage(WH_MSG_GETPANEINFO,this,1,null); - if(SendMessage(oMsg)) - { - setTimeout("flipPaneButton(\""+oMsg.oParam+"\");",1); - } - if (!gaAvenues) - { - var oMsg2=new whMessage(WH_MSG_GETAVIAVENUES,this,1,new Object()); - if(SendMessage(oMsg2)) - { - gaAvenues=oMsg2.oParam.aAvenues; - gbNeedUpdateAve=false; - setTimeout("updateAvenue();",1); - } - } -} - -function onSendMessage(oMsg) -{ - var nMsgId=oMsg.nMessageId; - if(nMsgId==WH_MSG_GETSEARCHS) - { - if(document.searchForm&&document.searchForm.searchString) - { - oMsg.oParam.sValue=document.searchForm.searchString.value; - return false; - } - } - else if(nMsgId==WH_MSG_PANESTATUE) - { - if(oMsg.oParam=="visible") - { - if(isShowHideEnable()) - setTimeout("flipShowHide(true);",1); - setTimeout("showPaneButton();",1); - } - else - { - if(isShowHideEnable()) - setTimeout("flipShowHide(false);",1); - setTimeout("hidePaneButton();",1); - } - } - else if(nMsgId==WH_MSG_PANEINFO) - { - if(oMsg.oParam) - setTimeout("flipPaneButton(\""+oMsg.oParam+"\");",1); - else - setTimeout("hidePaneButton();",1); - } - else if(nMsgId==WH_MSG_SYNCINFO) - { - if(oMsg.oParam) - goTocInfo=oMsg.oParam; - else - goTocInfo=null; - gbTocInfoInited=true; - } - else if(nMsgId==WH_MSG_AVENUEINFO) - { - gaAvenues=oMsg.oParam; - gbNeedUpdateAve=false; - setTimeout("updateAvenue();",1); - } - else if(nMsgId==WH_MSG_GETCURRENTAVENUE) - { - var sAveName=getCurrentAvenue(); - if(sAveName!="") - { - oMsg.oParam.sAvenue=sAveName; - return false; - } - else - return true; - } - else if(nMsgId==WH_MSG_ENABLEWEBSEARCH) - { - setTimeout("updateWebSearch("+oMsg.oParam+");",1); - } - else if(nMsgId==WH_MSG_INITSEARCHSTRING) - { - if(gstrSearch!="") - { - oMsg.oParam=gstrSearch; - gstrSearch=""; - return false; - } - } - else if(nMsgId==WH_MSG_NOSEARCHINPUT) - { - var oSearchInput = getElement("searchInput"); - if (oSearchInput) - { - oSearchInput.style.visibility = "hidden"; - return false; - } - } - else if(nMsgId==WH_MSG_NOSYNC) - { - var oSync = getElement("btnsynctoc"); - if (oSync) - { - oSync.style.visibility = "hidden"; - return false; - } - } - return true; -} - -function getCurrentAvenue() -{ - var strAveName=""; - var oSelect=getElement("avenue"); - if(oSelect) - { - strAveName=oSelect.value; - } - return strAveName; -} - -function initBtn() -{ - var oBtn=null; - oBtn=getElement("btntoc"); - if(oBtn) - gaBtns[gaBtns.length]=oBtn; - oBtn=getElement("btnidx"); - if(oBtn) - gaBtns[gaBtns.length]=oBtn; - oBtn=getElement("btnfts"); - if(oBtn) - gaBtns[gaBtns.length]=oBtn; - oBtn=getElement("btnglo"); - if(oBtn) - gaBtns[gaBtns.length]=oBtn; - gbInitBtn=true; -} - -function showPaneButton() -{ - flipPaneButton(gsPane); -} - -function hidePaneButton() -{ - flipPaneButton(""); -} - -function flipPaneButton(sPane) -{ - if (sPane) - gsPane=sPane; - if(!gbInitBtn) - initBtn(); - - var oUp=null; - if(sPane) - { - oUp=getElement("btn"+sPane); - } - for(var i=0;i0) - { - var strClassName=oaA[0].className; - oaA[0].className="btnsel"+strClassName.substring(3); - } - } - var oIs=getElementsByTag(oEl,"img"); - var oBtn=getButtonObjByType(gaBtns[i].id.substring(3)); - if(oIs.length>0&&oBtn&&oBtn.aIs&&oBtn.aIs.length>3) - { - if(oBtn.aIs[3]) - oIs[0].src=oBtn.aIs[3]; - } - } - } - else - { - var oEl=getParentNode(gaBtns[i]); - var sState=getState(oEl); - var sPF=oEl.className.substring(0,6); - if(sState=="down") - { - setState(oEl,"up"); - if(oEl==goEl) - oEl.className=sPF+"Up"; - else - oEl.className=sPF+"Normal"; - - if(sPF=="clsBtn") - { - if(gaBtns[i].id) - { - var sColor=getBtnColor(gaBtns[i].id.substring(3),false); - if(sColor) - { - oEl.style.backgroundColor=sColor - } - else - { - oEl.style.backgroundColor=""; - } - } - - var oaA=getElementsByTag(oEl,"A"); - if(oaA.length>0) - { - var strClassName=oaA[0].className; - oaA[0].className="btn"+strClassName.substring(6); - } - } - var oIs=getElementsByTag(oEl,"img"); - var oBtn=getButtonObjByType(gaBtns[i].id.substring(3)); - if(oIs.length>0&&oBtn&&oBtn.aIs&&oBtn.aIs.length>0) - { - if(oBtn.aIs[0]) - oIs[0].src=oBtn.aIs[0]; - } - } - } - } - } -} - -function flipShowHide(bShow) -{ - gnHasNavPane=-1; - var oA=getElement("btnshowhide"); - if(oA) - { - var oEl=getParentNode(oA); - var sPF=oEl.className.substring(0,6); - if(oEl&&oEl.state) - { - if(bShow) - { - oEl.state="down"; - oEl.className=sPF+"Down"; - } - else - { - oEl.state="up"; - - if(oEl==goEl) - oEl.className=sPF+"Up"; - else - oEl.className=sPF+"Normal"; - } - } - oA.innerHTML=getShowHide(); - } -} - -function cusOnClick(nIdx) -{ - if(goCusButton.length>nIdx) - { - var sOnClick=goCusButton[nIdx].sOnClick; - if(sOnClick&&sOnClick.length>0) - { - if(!gbPreview) - eval(sOnClick); - return false; - } - } - return true; -} - -function cusOnMouseOver(nIdx) -{ - if(goCusButton.length>nIdx) - { - var sOnMouseOver=goCusButton[nIdx].sOnMouseOver; - if(sOnMouseOver&&sOnMouseOver.length>0) - { - if(!gbPreview) - eval(sOnMouseOver); - return false; - } - } - return true; -} - -function doCusOnLoad() -{ - if(!gbPreview&&gaOrders) - { - for(var i=0;ii+7) - { - if (cusButton.arguments[7+i]) - this.aIs[i]=_getFullPath(_getPath(document.location.href),cusButton.arguments[7+i]); - else - this.aIs[i]=""; - i++; - } - if(sOnLoad) - { - registerOnLoad(sOnLoad,sType); - } -} - -function getBtnColor(sType,bSel) -{ - var aBtnColors=null; - if(bSel) - aBtnColors=gaSelBtnBgColor; - else - aBtnColors=gaBtnBgColor; - if(aBtnColors) - { - for(var i=0;i + diff --git a/doc/salome/gui/GEOM/whxdata/whfts.xml b/doc/salome/gui/GEOM/whxdata/whfts.xml index 71b4b3308..f251f2988 100755 --- a/doc/salome/gui/GEOM/whxdata/whfts.xml +++ b/doc/salome/gui/GEOM/whxdata/whfts.xml @@ -2,6 +2,6 @@ - + diff --git a/doc/salome/gui/GEOM/whxdata/whfwdata0.xml b/doc/salome/gui/GEOM/whxdata/whfwdata0.xml index 0f7edca1d..12fc66ee6 100755 --- a/doc/salome/gui/GEOM/whxdata/whfwdata0.xml +++ b/doc/salome/gui/GEOM/whxdata/whfwdata0.xml @@ -1,453 +1,453 @@ - 0,3,4,5,6,8,10,17,36,38,42,44,54,55,57,63,66,72,74, - 57, + 0,3,4,5,6,8,10,17,36,39,43,45,55,56,58,64,67,73,75, + 58, 17, 4, - 0,2,3,4,5,6,8,9,10,13,14,17,19,22,24,25,26,27,28,33,34,36,37,38,41,42,43,44,45,46,47,51,52,53,54,55,56,57,58,59,60,62,63,65,66,68,70,30,72,73,74,75,80,81, - 3,17,42,55,66,72, - 3,4,5,8,17,36,42,44,57,66,72, - 3,72, + 0,2,3,4,5,6,8,9,10,13,14,17,19,22,24,25,26,27,28,33,34,36,38,39,42,43,44,45,46,47,48,52,53,54,55,56,57,58,59,60,61,63,64,66,67,69,71,30,73,74,75,76,81,82, + 3,17,43,56,67,73, + 3,4,5,8,17,36,43,45,58,67,73, + 3,73, 4, - 42, - 42, - 42, + 43, + 43, + 43, 32, 8, - 57, - 57, - 8,17,42,55,66, - 3,8,36,57,66, + 58, + 58, + 8,17,43,56,67, + 3,8,36,58,67, 10, - 55, + 56, 3, - 57,63,66, - 42, - 5,72, - 42,57, - 48,5,7,13,16,17,20,21,22,23,26,35,36,38,39,40,42,45,46,47,51,57,61,65,32,30,72,73,75,76,80, - 3,6,8,17,36,55,57,66,72, - 3,4,5,38,42,44,57,72, - 72, + 58,64,67, + 43, + 5,73, + 43,58, + 49,5,7,13,16,17,20,21,22,23,26,35,36,39,40,41,43,46,47,48,52,58,62,66,32,30,73,74,76,77,81, + 3,6,8,17,36,56,58,67,73, + 3,4,5,39,43,45,58,73, + 73, 10, - 72, - 42, - 3,5,6,55,72, - 36,42,57,66, - 5,34,57,63,30,72, - 1,2,5,7,10,13,17,19,36,38,42,46,53,54,57,65,30,72,73,76, - 3,8,10,17,42,55,57,66,72, - 36,66, - 42, + 73, + 43, + 3,5,6,56,73, + 36,43,58,67, + 5,34,58,64,30,73, + 1,2,5,7,10,13,17,19,36,39,43,47,54,55,58,66,30,73,74,77, + 3,8,10,17,43,56,58,67,73, + 36,67, + 43, 10, - 57, - 42, - 6,55,57,72, - 13,20,34,41,49,51,53,54,57,63,69,32,30,76,77,79,81, - 48,36,38,42,46,65,30,72, - 6,8,17,36,55,57,72, - 57, - 8,55,57, - 0,3,10,17,34,36,38,42,54,57,65,66,31,72, - 3,5,8,10,17,36,42,57,66,72,74, + 58, + 43, + 6,56,58,73, + 13,20,34,42,50,52,54,55,58,64,70,32,30,77,78,80,82, + 49,36,39,43,47,66,30,73, + 6,8,17,36,56,58,73, + 58, + 8,56,58, + 0,3,10,17,34,36,39,43,55,58,66,67,31,73, + 3,5,8,10,17,36,43,58,67,73,75, 4, - 6,55,57, - 48,42,32, - 17,57,72, - 57, - 36,42,57, - 3,8,36,55,57,66,72, - 42, - 42,57,66,72, - 36,42,65, - 63,65, - 49,65, - 65, - 74, - 49,77, - 7,15,27,28,40,68, + 6,56,58, + 49,43,32, + 17,58,73, + 58, + 36,43,58, + 3,8,36,56,58,67,73, + 43, + 43,58,67,73, + 36,43,66, + 64,66, + 50,66, + 66, + 75, + 50,78, + 7,15,27,28,41,69, 0, 0,14, - 14,38,31,81, - 0,3,4,5,6,8,17,36,38,55,57,66,72,81, - 38,81, - 3,4,5,6,8,10,17,36,38,55,57,66,72, - 5,57, - 7,18,23,27,28,36,64,67,68,78, - 7,13,19,20,22,41,44,51,53,54,65,68,75,76,80, - 57, - 48,9,25,43,44,45,49,59,62,63,65,70,73,77, - 7,9,44,47,50,52,72,73, + 14,39,31,82, + 0,3,4,5,6,8,17,36,39,56,58,67,73,82, + 39,82, + 3,4,5,6,8,10,17,36,39,56,58,67,73, + 5,58, + 7,18,23,27,28,36,65,68,69,79, + 7,13,19,20,22,42,45,52,54,55,66,69,76,77,81, + 58, + 49,9,25,44,45,46,50,60,63,64,66,71,74,78, + 7,9,45,48,51,53,73,74, 30, - 38, - 44, - 45,57,58,59,63,65,72, - 21,27,40,53,54,68, - 2,51,59,63,73, - 41,72,81, - 77,81, - 17,72, - 9,63, - 50, - 63,77, - 63, - 1,3,17,36,57,65,66,72, + 39, + 45, + 46,58,59,60,64,66,73, + 21,27,41,54,55,69, + 2,52,60,64,74, + 42,73,82, + 78,82, + 17,73, + 9,64, + 51, + 64,78, + 64, + 1,3,17,36,58,66,67,73, 17, 17, 2,4, - 42,49, - 0,1,2,48,7,9,13,14,16,18,19,20,21,22,23,24,25,26,27,28,33,34,35,37,39,40,41,43,44,45,46,47,50,51,52,53,54,56,58,59,60,61,62,64,65,67,68,69,70,71,30,73,75,76,78,80,81, - 45,58,72, - 48,41,77, - 0,48,14,49,65,69,70,71,31,81, - 7,41,49,73, - 17,19,22,41,43,44,45,47,58,59,32,72, - 3,20,63, - 77, - 19,22,27,45,49,52,57,58,60,63,73,75, - 52, - 27,49, - 1,2,3,4,13,20,24,29,40,41,42,51,53,54,65,32,76,80, - 42,32, - 42, + 43,50, + 0,1,2,49,7,9,13,14,16,18,19,20,21,22,23,24,25,26,27,28,33,34,35,38,40,41,42,44,45,46,47,48,51,52,53,54,55,57,59,60,61,62,63,65,66,68,69,70,71,72,30,74,76,77,79,81,82, + 46,59,73, + 49,42,78, + 0,49,14,50,66,70,71,72,31,82, + 7,42,50,74, + 17,19,22,42,44,45,46,48,59,60,32,73, + 3,20,64, + 78, + 19,22,27,46,50,53,58,59,61,64,74,76, + 53, + 27,50, + 1,2,3,4,13,20,24,37,29,41,42,43,52,54,55,66,32,77,81, + 43,32, + 43, 23, - 57,63,65, - 57, + 58,64,66, + 58, 9, - 48, + 49, 20, - 3,20,63, - 77, - 48,5,8,26,29,42,46,56,32, - 49,77, - 6,16,21,35,29,61,32,30, - 7,19,46,63, - 57, - 8,36,42,32, - 11,57,62,70, - 11,57,71, - 42,32, - 4,48,5,7,10,15,21,26,38,42,55,57,63,65,71,32,31,72,74,78,81, + 3,20,64, + 78, + 49,5,8,26,37,29,43,47,57,32, + 50,78, + 6,16,21,35,37,29,62,32,30, + 7,19,47,64, + 58, + 8,36,43,32, + 11,58,63,71, + 11,58,72, + 43,32, + 4,49,5,7,10,15,21,26,39,43,56,58,64,66,72,32,31,73,75,79,82, 5, 5, - 42,55,57, - 42,55,57, - 55, - 63, - 56, - 29,57,31, - 41,31,77,78, - 63, - 63, - 48,5,8,18,23,28,29,51,56,64,67,78, - 41,49,62,70,78,81, - 48, - 36,63,66, - 63, - 63, - 63, - 29, - 80, - 48,41,46,71, - 49, + 43,56,58, + 43,56,58, + 56, + 64, + 57, + 37,29,58,31, + 42,31,78,79, + 64, + 64, + 49,5,8,18,23,28,37,29,52,57,65,68,79, + 42,50,63,71,79,82, + 49, + 36,64,67, + 64, + 64, + 64, + 37,29, + 81, + 49,42,47,72, + 50, 31, - 7,13,19,24,42,44,45,49,65,68,32,75, + 7,13,19,24,43,45,46,50,66,69,32,76, 25, - 60, - 19,22,60,63, - 63,81, + 61, + 19,22,61,64, + 64,82, 5, - 9,72, - 72, - 72, - 72, - 72, - 10,15,39,74,77,79, - 5,11,12,26,28,42,57,63,71,32, + 9,73, + 73, + 73, + 73, + 73, + 10,15,40,75,78,80, + 5,11,12,26,28,43,58,64,72,32, 5, 5, - 43,44,45,59,70,73, - 42,32, - 42,57,32, + 44,45,46,60,71,74, + 43,32, + 43,58,32, 20, - 26,41,31, - 3,13,65, + 26,42,31, + 3,13,66, 3, 3, - 15,49,31,77,79,81, - 49, - 49, - 11,14,57,63,67,81, - 14,57, - 11,57, + 15,50,31,78,80,82, + 50, + 50, + 11,14,58,64,68,82, + 14,58, + 11,58, 14, - 42, - 63, - 44, - 37, - 63, + 43, + 64, + 45, + 38, + 64, 19,22, - 10,15,77,79, - 0,1,2,48,7,9,11,12,13,14,15,16,18,19,20,22,23,24,25,26,27,28,33,34,35,37,40,41,43,44,45,46,47,50,51,52,53,54,56,58,59,60,61,62,63,64,65,67,68,69,70,71,32,30,73,74,75,76,77,78,79,81, - 6,9,14,16,30,72, - 17,27,34,29,52,58,30, - 3,17,34,65,73, - 48,32, - 48,5,16,17,18,21,25,26,35,36,37,42,45,47,50,57,61,32, - 25,27,52,58, + 10,15,78,80, + 0,1,2,49,7,9,11,12,13,14,15,16,18,19,20,22,23,24,25,26,27,28,33,34,35,38,41,42,44,45,46,47,48,51,52,53,54,55,57,59,60,61,62,63,64,65,66,68,69,70,71,72,32,30,74,75,76,77,78,79,80,82, + 6,9,14,16,30,73, + 17,27,34,37,29,53,59,30, + 3,17,34,66,74, + 49,32, + 49,5,16,17,18,21,25,26,35,36,38,43,46,48,51,58,62,32, + 25,27,53,59, 2,32, - 19,55,57, + 19,56,58, 32, 32, - 55, - 55, - 31,81, - 63, - 9,28,64,32,78, + 56, + 56, + 31,82, + 64, + 9,28,65,32,79, 32, - 72, - 14,37,32, + 73, + 14,38,32, 32, - 48, - 48,67, - 20,29,49,52,30, - 0,5,12,14,56, - 38,49,31, - 63, - 63, - 63, - 63, - 63, - 14,57, - 63, - 63, - 42, - 7,19,22,25,41,42,44,49,54,65,68,32,72,73,75,76,80, - 43,44,59,73, - 63, + 49, + 49,68, + 20,37,29,50,53,30, + 0,5,12,14,57, + 39,50,31, + 64, + 64, + 64, + 64, + 64, + 14,58, + 64, + 64, + 43, + 7,19,22,25,42,43,45,50,55,66,69,32,73,74,76,77,81, + 44,45,60,74, + 64, 7,8, - 63, - 63, + 64, + 64, 2,11,20,23,26, - 57, - 65, + 58, + 66, 30, - 1,2,3,4,48,5,6,7,8,9,13,14,17,18,19,20,22,23,24,25,27,28,33,34,35,36,38,40,41,42,43,44,45,49,52,53,54,55,57,58,59,60,61,64,65,66,67,68,32,72,73,75,76,77,78,80,81, - 3,4,5,6,8,10,17,36,38,55,57,66,72, - 38,81, - 1,3,7,13,14,17,18,19,20,22,23,24,27,28,34,36,38,29,40,52,53,54,55,57,58,64,67,68,75,76,78,81, - 49, - 41, - 72, - 72, - 44, - 7,27,40,49,65,68, - 3,20,34,63,65, - 63, - 63, - 63, - 63, - 6,16,21,51,57,30, - 57, - 6,19,22,55,57,72, + 1,2,3,4,49,5,6,7,8,9,13,14,17,18,19,20,22,23,24,25,27,28,33,34,35,36,39,41,42,43,44,45,46,50,53,54,55,56,58,59,60,61,62,65,66,67,68,69,32,73,74,76,77,78,79,81,82, + 3,4,5,6,8,10,17,36,39,56,58,67,73, + 39,82, + 1,3,7,13,14,17,18,19,20,22,23,24,27,28,34,36,37,39,29,41,53,54,55,56,58,59,65,68,69,76,77,79,82, + 50, + 42, + 73, + 73, + 45, + 7,27,41,50,66,69, + 3,20,34,64,66, + 64, + 64, + 64, + 64, + 6,16,21,52,58,30, + 58, + 6,19,22,56,58,73, 17, - 63, - 9,57,63, - 9,72, - 9,72, + 64, + 9,58,64, + 9,73, + 9,73, 32, - 57, - 49,54,65,77,81, - 1,7,9,13,19,20,22,24,25,26,27,33,34,40,41,45,46,47,49,52,53,54,58,59,60,63,65,68,31,73,75,76,80,81, - 70,32, - 52, + 58, + 50,55,66,78,82, + 1,7,9,13,19,20,22,24,25,26,27,33,34,41,42,46,47,48,50,53,54,55,59,60,61,64,66,69,31,74,76,77,81,82, + 71,32, + 53, 2, 32, - 34,58,63,65, - 51,81, + 34,59,64,66, + 52,82, 2, - 46,63, - 63, - 42, - 48,42,65,66,32, - 81, - 29, - 65, - 11,62,70, - 63, - 49, - 48,21,63,65,31,74,78,81, - 38, - 43,32, - 7,9,22,27,45,32, - 45,47, - 47, - 47, - 41, - 2,13,19,24,27,41,45,46,47,49,58,59,63,65,75, - 46, - 46, - 46, - 46, - 46, - 46, - 3,4,5,6,8,10,15,17,36,38,39,49,55,57,62,66,70,32,31,72,74,77,79,81, - 77, - 37,42,50,63,32, - 0,57, - 0,57, - 38,49, - 7,14,27,47,49,68, - 45,46,47,65,74, - 81, - 49, - 49, - 49, - 63, - 63, - 63, - 49,77, - 49, - 7,42,65,73,76, - 7,42,65,73,76, - 7,42,73,76, - 63, - 48, - 48, - 48, - 48, - 81, - 0,1,48,7,8,9,11,13,14,17,20,23,24,25,27,33,34,36,40,42,52,54,56,57,58,63,64,65,32,72,76,78,79, - 57, - 57, + 47,64, + 64, + 43, + 49,43,66,67,32, + 82, + 37,29, + 66, + 11,63,71, + 64, + 50, + 49,21,64,66,31,75,79,82, + 39, + 44,32, + 7,9,22,27,46,32, + 46,48, + 48, + 48, + 42, + 2,13,19,24,27,42,46,47,48,50,59,60,64,66,76, + 47, + 47, + 47, + 47, + 47, + 47, + 3,4,5,6,8,10,15,17,36,39,40,50,56,58,63,67,71,32,31,73,75,78,80,82, + 78, + 38,43,51,64,32, + 0,58, + 0,58, + 39,50, + 7,14,27,48,50,69, + 46,47,48,66,75, + 82, + 50, + 50, + 50, + 64, + 64, + 64, + 50,78, + 50, + 7,43,66,74,77, + 7,43,66,74,77, + 7,43,74,77, + 64, + 49, + 49, + 49, + 49, + 82, + 0,1,49,7,8,9,11,13,14,17,20,23,24,25,27,33,34,36,41,43,53,55,57,58,59,64,65,66,32,73,77,79,80, + 58, + 58, 8, 8, 8, 8, 0, - 81, + 82, 32, 32, - 48,44, - 14,28,65,32,30,77,81, - 48, + 49,45, + 14,28,66,32,30,78,82, + 49, 3,24, - 42,57, - 70,71, + 43,58, + 71,72, 32, - 1,14,27,44,57,63,65,72,73,76, - 81, + 1,14,27,45,58,64,66,73,74,77, + 82, 32, - 1,48,7,13,18,19,20,22,23,24,25,27,28,34,40,41,52,53,54,58,64,65,67,68,75,76,78,80,81, - 19,63,65, - 77, - 77, - 77, - 11,38,32, - 25,63, - 0,1,2,48,7,9,11,12,13,14,15,16,18,19,20,21,22,23,24,26,27,28,33,34,35,37,39,40,41,43,44,45,46,47,50,51,52,53,54,56,57,58,59,60,61,62,63,64,65,67,68,69,70,71,31,30,73,74,75,76,78,79,81, - 71, - 53,65,81, + 1,49,7,13,18,19,20,22,23,24,25,27,28,34,41,42,53,54,55,59,65,66,68,69,76,77,79,81,82, + 19,64,66, + 78, + 78, + 78, + 11,39,32, + 25,64, + 0,1,2,49,7,9,11,12,13,14,15,16,18,19,20,21,22,23,24,26,27,28,33,34,35,38,40,41,42,44,45,46,47,48,51,52,53,54,55,57,58,59,60,61,62,63,64,65,66,68,69,70,71,72,31,30,74,75,76,77,79,80,82, + 72, + 54,66,82, 31, 5,25,26,36, - 29,49,31,77, + 37,29,50,31,78, 31, - 49, + 50, 32, 26, - 52,58, + 53,59, 27, - 36,66, - 57, - 72, - 72, - 48, - 57, - 48, - 48, - 48, - 48, - 48, - 3,48,8,9,12,14,17,25,26,27,28,33,34,36,37,38,42,46,50,51,52,53,57,58,63,64,65,66,69,71,32,72,80, - 57, - 57, + 36,67, + 58, + 73, + 73, + 49, + 58, + 49, + 49, + 49, + 49, + 49, + 3,49,8,9,12,14,17,25,26,27,28,33,34,36,38,39,43,47,51,52,53,54,58,59,64,65,66,67,70,72,32,73,81, + 58, + 58, 9,17,36, 9,17,36, 36, - 38, + 39, 32, 32, - 60,72, - 42,57, + 61,73, + 43,58, 11, - 15,17,34,41,31,77,79, - 70, - 9,33,72, - 72, - 43,44,53,54,73,80,81, - 7,13,19,22,23,41,43,44,46,47,51,53,54,63,66,68,30,73,75,76,80, - 49, - 63, - 63, - 57,63, + 15,17,34,42,31,78,80, + 71, + 9,33,73, + 73, + 44,45,54,55,74,81,82, + 7,13,19,22,23,42,44,45,47,48,52,54,55,64,67,69,30,74,76,77,81, + 50, + 64, + 64, + 58,64, 32, - 57, - 63,65,66,32,30,74,81, - 29,49,31,77, - 48,8,63, - 49, - 11,12,57,62,70, - 29,49,72, - 48, - 49,65,81, + 58, + 64,66,67,32,30,75,82, + 37,29,50,31,78, + 49,8,64, + 50, + 11,12,58,63,71, + 37,29,50,73, + 49, + 50,66,82, 6,10,35,30, 10, - 63, - 63, + 64, + 64, 14, - 44, - 48,30, - 27,34,52, - 27,34,29,52,58, - 3,4,5,6,8,10,17,36,38,42,55,56,57,66,32,72, - 0,1,2,48,7,9,11,12,13,14,16,18,19,20,21,22,23,24,25,26,27,28,33,34,35,37,40,43,45,46,47,50,51,52,53,54,56,58,59,60,61,62,63,64,65,67,68,69,70,71,32,73,75,76,78,81, - 1,48,13,18,20,23,24,27,28,34,40,52,53,54,58,63,64,67,76,77,78, - 3,10,16,36,29,45,49,32,31,30,77,79,81, - 29,49,57,63,31, - 0,1,2,3,4,48,5,6,7,8,9,10,11,13,14,16,17,18,19,20,22,23,24,25,26,27,28,33,34,35,36,37,38,40,41,42,43,44,45,46,47,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,32,30,72,73,75,76,78,81, - 5,42,57,32,72, - 57, + 45, + 49,30, + 27,34,53, + 27,34,37,29,53,59, + 3,4,5,6,8,10,17,36,39,43,56,57,58,67,32,73, + 0,1,2,49,7,9,11,12,13,14,16,18,19,20,21,22,23,24,25,26,27,28,33,34,35,38,41,44,46,47,48,51,52,53,54,55,57,59,60,61,62,63,64,65,66,68,69,70,71,72,32,74,76,77,79,82, + 1,49,13,18,20,23,24,27,28,34,41,53,54,55,59,64,65,68,77,78,79, + 3,10,16,36,37,29,46,50,32,31,30,78,80,82, + 37,29,50,58,64,31, + 0,1,2,3,4,49,5,6,7,8,9,10,11,13,14,16,17,18,19,20,22,23,24,25,26,27,28,33,34,35,36,38,39,41,42,43,44,45,46,47,48,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,32,30,73,74,76,77,79,82, + 5,43,58,32,73, + 58, 5, - 11,57, - 12,57, - 81, - 57, - 38,57,72, + 11,58, + 12,58, + 82, + 58, + 39,58,73, 5, - 3,4,5,6,8,10,15,17,36,38,42,55,57,66,72,74,79, - 13,24,53,63,31, - 3,5,8,9,12,17,22,25,26,28,33,36,37,40,45,50,54,57,63,66,32,72,75, - 41,44,49, - 5,37,42,51,57,32, - 49, - 25,42,45,32, - 49, - 5,38,29,49,56,81, - 81, - 38, - 81, - 63,64, - 6,19,22,27,57,72, - 81, + 3,4,5,6,8,10,15,17,36,39,43,56,58,67,73,75,80, + 13,24,54,64,31, + 3,5,8,9,12,17,22,25,26,28,33,36,38,41,46,51,55,58,64,67,32,73,76, + 42,45,50, + 5,38,43,52,58,32, + 50, + 25,43,46,32, + 50, + 5,37,39,29,50,57,82, + 82, + 39, + 82, + 64,65, + 6,19,22,27,58,73, + 82, 8, - 48,8,46, - 48, - 49,77, + 49,8,47, + 49, + 50,78, 11,32, - 57,70, - 78, + 58,71, + 79, 32, - 17,38,57,63, + 17,39,58,64, 32, 32, 32, @@ -457,78 +457,78 @@ 32, 32, 32, - 0,12,14,15,25,46,57,69,70,71,72,74,77,79,81, + 0,12,14,15,25,47,58,70,71,72,73,75,78,80,82, 3, 4, - 72, + 73, 3, - 4,5,57,72, + 4,5,58,73, 5, 5, - 55,57, - 55,57, - 55, - 72, - 72, - 72, - 72, + 56,58, + 56,58, + 56, + 73, + 73, + 73, + 73, 3, 3, 6, - 5,17,57, - 55, - 55, - 72, - 72, - 6,57, - 57, - 6,72, - 57, - 17,36,57, + 5,17,58, + 56, + 56, + 73, + 73, + 6,58, + 58, + 6,73, + 58, + 17,36,58, 8, 8, 8, 8, 3, - 3,57,66, - 57, + 3,58,67, + 58, 17,36, 17,36, 36, 17, - 72, - 72, + 73, + 73, 6, - 57, - 38, - 57, + 58, + 39, + 58, 3, 3, 3, 5, - 72, - 72, - 72, - 72, - 57, + 73, + 73, + 73, + 73, + 58, 3, 3, 3,8, 3, 3,8, 3,8, - 3,8,72, + 3,8,73, 4, 4, 4, 17, - 4,72, + 4,73, 3, 3, 3, 3, - 72, - 72, + 73, + 73, 17, 17, 3, @@ -537,450 +537,450 @@ 8, 8, 8, - 57, + 58, 17, - 72, - 72, - 72, - 72, + 73, + 73, + 73, + 73, 6, - 57, - 57, + 58, + 58, 36, - 66, - 66, + 67, + 67, 36, 8, 8, 6, - 55, - 55, - 55, - 55, - 55, - 72, - 72, - 72, - 72, - 72, + 56, + 56, + 56, + 56, + 56, + 73, + 73, + 73, + 73, + 73, 3, 3, 3, 17, - 72, + 73, 3, - 17,36,57, - 57, - 57,72, - 72, - 72, - 0,11,14,19,28,38,42,49,51,57,63,70,71,32, - 29,31, - 43,49,72,77, - 63, + 17,36,58, + 58, + 58,73, + 73, + 73, + 0,11,14,19,28,39,43,50,52,58,64,71,72,32, + 37,29,31, + 44,50,73,78, + 64, 31, - 63, - 3,4,5,6,8,10,17,36,38,29,42,55,57,66,32,31,72, + 64, + 3,4,5,6,8,10,17,36,37,39,29,43,56,58,67,32,31,73, 31, - 57, - 3,4,5,6,8,10,17,36,38,42,55,57,66,72, + 58, + 3,4,5,6,8,10,17,36,39,43,56,58,67,73, 28, 5, - 50,31, - 38, + 51,31, + 39, 14, 16, - 25,81, - 9,25,51,57, - 47,54, - 42,32, + 25,82, + 9,25,52,58, + 48,55, + 43,32, 32, - 43,44,45,59,60,73, + 44,45,46,60,61,74, 32, 14, - 51, + 52, 19, - 46, - 26,46, + 47, + 26,47, 26, - 48, - 57,71, + 49, + 58,72, 3, 20, - 51, - 51, - 48,29, - 42,57,63, - 49, - 74, + 52, + 52, + 49,37,29, + 43,58,64, + 50, + 75, 0, 14, - 77, - 39,77, - 49, + 78, + 40,78, + 50, 36, - 3,17,28,66, - 57, - 42,57, + 3,17,28,67, + 58, + 43,58, 34, 14, - 42,32, - 42,32, - 42,32, - 63, - 49,77, - 49,77, - 63, - 48, - 63, - 43,44,59,73,81, - 81, - 57, - 36,66, - 23,41, - 41,44, - 44, - 44, + 43,32, + 43,32, + 43,32, + 64, + 50,78, + 50,78, + 64, + 49, + 64, + 44,45,60,74,82, + 82, + 58, + 36,67, + 23,42, + 42,45, + 45, + 45, 20, - 81, - 44,49,77, - 57, - 0,42,65,32, + 82, + 45,50,78, + 58, + 0,43,66,32, 1,13, - 51, - 2,3,40,65,81, + 52, + 2,3,41,66,82, 3, 3, - 65, - 3,9,11,12,14,18,20,25,28,34,38,51,56,57,62,63,64,65,67,69,70,71,72,78,81, + 66, + 3,9,11,12,14,18,20,25,28,34,39,52,57,58,63,64,65,66,68,70,71,72,73,79,82, 5, 9, - 69, - 69, + 70, + 70, 25, - 51, - 51, - 51, - 18,20,51,62,64,67,78, - 51, - 70, + 52, + 52, + 52, + 18,20,52,63,65,68,79, + 52, + 71, 33, - 49, - 41,44,50,65,72, - 44, - 44, + 50, + 42,45,51,66,73, + 45, + 45, 5, - 54, - 41,44,31,72, - 49, - 44, - 65,71, - 63, - 0,1,2,48,7,9,11,12,13,14,16,18,19,20,21,22,23,24,25,26,27,28,33,34,35,37,40,41,42,43,44,45,46,47,50,51,52,53,54,56,58,59,60,61,62,63,64,65,67,68,69,70,71,32,73,75,76,78,80,81, - 81, - 24,75, - 5,6,9,42,46,47,51,57,72,73,81, + 55, + 42,45,31,73, + 50, + 45, + 66,72, + 64, + 0,1,2,49,7,9,11,12,13,14,16,18,19,20,21,22,23,24,25,26,27,28,33,34,35,38,41,42,43,44,45,46,47,48,51,52,53,54,55,57,59,60,61,62,63,64,65,66,68,69,70,71,72,32,74,76,77,79,81,82, + 82, + 24,76, + 5,6,9,43,47,48,52,58,73,74,82, 5, - 1,3,17,36,57,66,72, + 1,3,17,36,58,67,73, 3,20, 5,26, 10,30, - 7,10,42,55,57,72, - 5,7,42,55,57,72, - 4,7,38,55, - 42,32, - 72, - 9,72, - 9,72, - 9,72, + 7,10,43,56,58,73, + 5,7,43,56,58,73, + 4,7,39,56, + 43,32, + 73, + 9,73, + 9,73, + 9,73, 3,13, 3,13, 6,16, - 5,17,18,42,57, - 19,55,57, - 19,55, - 6,57, - 6,22,57,72, + 5,17,18,43,58, + 19,56,58, + 19,56, + 6,58, + 6,22,58,73, 22, - 8,17,23,36,57, + 8,17,23,36,58, 3,24, - 3,17,28,36,57,66,72, + 3,17,28,36,58,67,73, 28,36, 17,34, - 33,72, - 33,72, + 33,73, + 33,73, 6,35, - 37,42,57, - 4,51, - 48,8, - 48,8, + 38,43,58, + 4,52, + 49,8, + 49,8, 3,20, - 3,40, - 3,40, - 41,72, - 43,72, - 43,72, - 43,72, - 45, - 45, - 5,46, - 5,46, - 47,72, - 47,72, - 50,72, - 4,51, - 17,52, - 3,4,53, - 3,53, - 3,53,72, + 3,41, + 3,41, + 42,73, + 44,73, + 44,73, + 44,73, + 46, + 46, + 5,47, + 5,47, + 48,73, + 48,73, + 51,73, + 4,52, + 17,53, + 3,4,54, + 3,54, + 3,54,73, 3,20, - 44,72, + 45,73, 17,27,36, - 17,27,57,72, - 48,8, - 48,8, - 48,8, - 17,58, - 57,59,72, - 60,72, - 6,61, - 57,62, - 36,64, - 36,65,66, - 66, - 36,67, - 5,6,10,55,68, - 55, - 55,75, - 55,75, - 17,72,73, - 72,73, - 72,73, - 3,6,17,36,55,57,66,72,76, - 3,4,17,76, - 3,4,5,6,8,17,36,38,42,54,55,57,66,72, - 3,54, - 3,54, - 3,17,36,57,66,72,78, - 81, - 49, - 42,32, - 51, - 42,57,72, - 42,32, - 26,34,42,63, + 17,27,58,73, + 49,8, + 49,8, + 49,8, + 17,59, + 58,60,73, + 61,73, + 6,62, + 58,63, + 36,65, + 36,66,67, + 67, + 36,68, + 5,6,10,56,69, + 56, + 56,76, + 56,76, + 17,73,74, + 73,74, + 73,74, + 3,6,17,36,56,58,67,73,77, + 3,4,17,77, + 3,4,5,6,8,17,36,39,43,55,56,58,67,73, + 3,55, + 3,55, + 3,17,36,58,67,73,79, + 82, + 50, + 43,32, + 52, + 43,58,73, + 43,32, + 26,34,43,64, 17, 34, - 26,63,32, - 26,34,37,63, + 26,64,32, + 26,34,38,64, 26, - 63, - 63, - 50,54,65,79, + 64, + 64, + 51,55,66,80, 32, - 42,32, + 43,32, 31, - 63, - 49, - 48, - 0,1,2,48,7,9,11,12,13,14,15,16,18,19,20,21,22,23,24,25,26,27,28,33,34,35,37,39,40,41,43,44,45,46,47,50,51,52,53,54,56,58,59,60,61,62,63,64,65,67,68,69,70,71,32,31,73,75,76,77,78,79,80,81, - 63, - 2,48,49,77, + 64, + 50, + 49, + 0,1,2,49,7,9,11,12,13,14,15,16,18,19,20,21,22,23,24,25,26,27,28,33,34,35,38,40,41,42,44,45,46,47,48,51,52,53,54,55,57,59,60,61,62,63,64,65,66,68,69,70,71,72,32,31,74,76,77,78,79,80,81,82, + 64, + 2,49,50,78, 2,4, - 44, - 1,54, - 26,34,42,32, - 42, + 45, + 1,55, + 26,34,43,32, + 43, 17, 34, - 42,32, - 26,28,42,32, - 26,34,63, + 43,32, + 26,28,43,32, + 26,34,64, 26, - 24,75, - 43,72, - 72, - 72, - 72, - 0,10,14,63,77,79, - 2,29, - 14,44, - 44,72, - 29,49,31, - 42,32, - 49,77, - 44,47, - 81, - 5,45,46,47,72, - 45,72, - 45,72, - 56, - 42,45,47,70,32, - 63, - 0,1,2,48,7,9,13,14,16,18,19,20,21,22,23,24,27,28,33,34,35,37,40,41,43,44,45,46,47,50,51,52,53,54,58,60,61,62,63,64,67,68,69,70,71,31,73,75,76,77,78,80,81, - 7,27,40,68, + 24,76, + 44,73, + 73, + 73, + 73, + 0,10,14,64,78,80, + 2,37,29, + 14,45, + 45,73, + 37,29,50,31, + 43,32, + 50,78, + 45,48, + 82, + 5,46,47,48,73, + 46,73, + 46,73, + 57, + 43,46,48,71,32, + 64, + 0,1,2,49,7,9,13,14,16,18,19,20,21,22,23,24,27,28,33,34,35,38,41,42,44,45,46,47,48,51,52,53,54,55,59,61,62,63,64,65,68,69,70,71,72,31,74,76,77,78,79,81,82, + 7,27,41,69, 25, 17,34, - 42, - 42, - 63, - 45,46,47, - 45,47, - 45,47, - 46, - 46, - 42, - 42, - 7,9,25,27,28,33,34,45,47,52,58,59,60,63,68,73, - 63, - 9,33,63,65,32, + 43, + 43, + 64, + 46,47,48, + 46,48, + 46,48, + 47, + 47, + 43, + 43, + 7,9,25,27,28,33,34,46,48,53,59,60,61,64,69,74, + 64, + 9,33,64,66,32, 14, - 50, - 63, - 1,48,7,13,14,18,19,20,22,23,24,25,27,28,34,40,41,49,52,53,54,58,64,65,67,68,72,75,76,77,78,80,81, - 42, - 42, + 51, + 64, + 1,49,7,13,14,18,19,20,22,23,24,25,27,28,34,41,42,50,53,54,55,59,65,66,68,69,73,76,77,78,79,81,82, + 43, + 43, 20, 11, - 42, - 3,13,24,50,53,75, + 43, + 3,13,24,51,54,76, 19, 28, - 48, - 63, - 26,34,39,45,46,47,50,57,62,63,70,72,77, - 46, - 1,2,3,4,5,6,8,9,10,13,15,16,17,18,20,23,24,25,27,28,33,34,36,38,29,40,41,43,44,45,49,50,52,53,54,55,56,57,58,59,63,64,66,67,71,32,31,30,72,73,76,77,78,79,81, - 25,42,44,63, - 0,9,14,33,49,69,70,71,77,81, + 49, + 64, + 26,34,40,46,47,48,51,58,63,64,71,73,78, + 47, + 1,2,3,4,5,6,8,9,10,13,15,16,17,18,20,23,24,25,27,28,33,34,36,37,39,29,41,42,44,45,46,50,51,53,54,55,56,57,58,59,60,64,65,67,68,72,32,31,30,73,74,77,78,79,80,82, + 25,43,45,64, + 0,9,14,33,50,70,71,72,78,82, 11, - 50,72, - 41,42,57,81, - 54, - 0,14,21,45,46,47,53,54,57,63,65,72,80, - 74, - 11,14,49,57,31,81, - 11,57, - 0,1,2,4,48,5,6,7,9,11,12,13,14,16,19,20,21,22,24,25,26,27,33,34,35,37,29,40,43,44,45,46,47,50,51,52,53,54,56,57,58,59,60,61,62,63,65,68,69,70,71,30,72,73,75,76,81, - 57,63, + 51,73, + 42,43,58,82, + 55, + 0,14,21,46,47,48,54,55,58,64,66,73,81, + 75, + 11,14,50,58,31,82, + 11,58, + 0,1,2,4,49,5,6,7,9,11,12,13,14,16,19,20,21,22,24,25,26,27,33,34,35,37,38,29,41,44,45,46,47,48,51,52,53,54,55,57,58,59,60,61,62,63,64,66,69,70,71,72,30,73,74,76,77,82, + 58,64, 31, 7, - 29, - 77,79, - 63, - 48, - 49, - 49, - 7,19,22,41,49,68,75,76, - 57, - 0,14,43,44,59,73, - 0,1,2,48,7,9,11,12,13,14,15,16,18,19,20,21,22,23,24,26,27,28,33,34,35,37,40,43,44,45,46,47,50,51,52,53,54,56,58,59,60,61,62,63,64,65,67,68,69,70,71,32,30,73,74,75,76,78,79,81, - 49,63, - 51, - 41,65, - 41, - 19,22,41,65, - 55, + 37,29, + 78,80, + 64, + 49, + 50, + 50, + 7,19,22,42,50,69,76,77, + 58, + 0,14,44,45,60,74, + 0,1,2,49,7,9,11,12,13,14,15,16,18,19,20,21,22,23,24,26,27,28,33,34,35,38,41,44,45,46,47,48,51,52,53,54,55,57,59,60,61,62,63,64,65,66,68,69,70,71,72,32,30,74,75,76,77,79,80,82, + 50,64, + 52, + 42,66, + 42, + 19,22,42,66, + 56, 5, 5, 5, 3, - 3,4,17,36,38,55,57,72, - 3,6,8,17,55,57,66,72, + 3,4,17,36,39,56,58,73, + 3,6,8,17,56,58,67,73, 8, 3, 8, 8, 8, - 3,6,8,17,55,57,66,72, - 4,38, - 3,8,17,57,66,72, - 3,8,17,72, - 3,8,17,72, + 3,6,8,17,56,58,67,73, + 4,39, + 3,8,17,58,67,73, + 3,8,17,73, + 3,8,17,73, 3, 8,17, 8,17, - 55, + 56, 8,17, 8, - 49, - 7,40,41,63, - 0,14,54,63, - 4,15,34,57,63,65,74,77,79, - 63, - 63, + 50, + 7,41,42,64, + 0,14,55,64, + 4,15,34,58,64,66,75,78,80, + 64, + 64, 0, - 16,19,49, - 4,51, + 16,19,50, + 4,52, 4, 4, 4, - 20,40,45,53,65, - 17,52, - 52, - 4,25,51,72, - 65, - 45,57,72, - 44, - 17,52, - 44,49,63, - 2,3,4,43,49,51,53,65,72,80,81, - 28,65,66,72,80, + 20,41,46,54,66, + 17,53, + 53, + 4,25,52,73, + 66, + 46,58,73, + 45, + 17,53, + 45,50,64, + 2,3,4,44,50,52,54,66,73,81,82, + 28,66,67,73,81, 3, 3, 3, 31, 2, - 49,77, - 0,1,3,4,48,7,8,13,14,17,19,20,22,23,24,27,36,38,40,41,42,43,45,49,50,53,54,57,60,63,65,66,68,32,72,73,75,76,81, - 1,3,7,8,13,23,27,40,53,73,76, - 1,3,7,8,13,23,27,40,53,73,76, - 1,3,8,13,53, + 50,78, + 0,1,3,4,49,7,8,13,14,17,19,20,22,23,24,27,36,39,41,42,43,44,46,50,51,54,55,58,61,64,66,67,69,32,73,74,76,77,82, + 1,3,7,8,13,23,27,41,54,74,77, + 1,3,7,8,13,23,27,41,54,74,77, + 1,3,8,13,54, 3,8, 3, - 42,32, + 43,32, 3,20, - 15,79, - 0,44,49,54,63,72,80, - 63, + 15,80, + 0,45,50,55,64,73,81, + 64, 28, - 63, - 5,20,56,63,32, - 57,62, - 65, - 41,49, - 77, - 41, - 49, - 63,65, - 7,19,22,29,55,68,75, - 42,57,32, - 17,27,36,57,72, - 72, - 36,72, + 64, + 5,20,57,64,32, + 58,63, + 66, + 42,50, + 78, + 42, + 50, + 64,66, + 7,19,22,37,29,56,69,76, + 43,58,32, + 17,27,36,58,73, + 73, + 36,73, 17, 17, - 63, - 14,57,63,69, - 57,63, - 2,9,14,16,21,26,33,35,43,45,46,47,50,51,56,59,60,61,62,63,69,72,73, - 38, - 45,80, - 42, - 5,56, - 5,56, - 42,32, - 63, - 0,1,2,48,7,9,11,12,13,14,15,16,18,19,20,21,22,23,24,26,27,28,33,34,35,37,40,43,44,45,46,47,49,50,51,52,53,54,56,58,59,60,61,62,63,64,65,67,68,69,70,71,30,73,74,75,76,78,79,81, - 57, + 64, + 14,58,64,70, + 58,64, + 2,9,14,16,21,26,33,35,44,46,47,48,51,52,57,60,61,62,63,64,70,73,74, + 39, + 46,81, + 43, + 5,57, + 5,57, + 43,32, + 64, + 0,1,2,49,7,9,11,12,13,14,15,16,18,19,20,21,22,23,24,26,27,28,33,34,35,38,41,44,45,46,47,48,50,51,52,53,54,55,57,59,60,61,62,63,64,65,66,68,69,70,71,72,30,74,75,76,77,79,80,82, + 58, 2, - 3,17,36,57,72, - 72, - 17,36,72, - 3,17,36,57,72, - 57, + 3,17,36,58,73, + 73, + 17,36,73, + 3,17,36,58,73, + 58, 32, - 3,4,17,36,57,72, + 3,4,17,36,58,73, 8, 8, 8, @@ -989,261 +989,261 @@ 8, 8, 8, - 48,8,53,32, - 33,36,66, - 81, - 3,9,13,19,22,24,33,65,68,72,75, - 3,19,24,75, - 6,19,55,57,72, - 19,55, - 55, - 24,75, - 24,75, - 38,42,57, - 0,25,29,31,74, - 77, - 51, - 77, - 63, - 41,54, - 77, - 54, - 65, - 72, - 79, - 49,79, - 44, - 49, - 38,43,44,49,57,59,63,69,70,71,73,81, - 38,81, - 51, - 77, - 0,11,12,14,37,29,57,62,63,69,70,71, - 45,47, - 49,53, - 49, - 63,31, - 63, - 63, - 57, - 49, - 49, - 37,65, - 49, - 63, - 0,1,2,4,48,5,6,7,9,11,12,13,14,16,18,19,20,21,22,23,24,25,26,27,28,33,34,35,37,40,43,45,46,47,49,50,51,52,53,54,56,57,58,59,60,61,62,63,64,65,67,68,69,70,71,32,72,73,75,76,78,81, - 63, + 49,8,54,32, + 33,36,67, + 82, + 3,9,13,19,22,24,33,66,69,73,76, + 3,19,24,76, + 6,19,56,58,73, + 19,56, + 56, + 24,76, + 24,76, + 39,43,58, + 0,25,37,29,31,75, + 78, + 52, + 78, + 64, + 42,55, + 78, + 55, + 66, + 73, + 80, + 50,80, + 45, + 50, + 39,44,45,50,58,60,64,70,71,72,74,82, + 39,82, + 52, + 78, + 0,11,12,14,37,38,29,58,63,64,70,71,72, + 46,48, + 50,54, + 50, + 64,31, + 64, + 64, + 58, + 50, + 50, + 38,66, + 50, + 64, + 0,1,2,4,49,5,6,7,9,11,12,13,14,16,18,19,20,21,22,23,24,25,26,27,28,33,34,35,38,41,44,46,47,48,50,51,52,53,54,55,57,58,59,60,61,62,63,64,65,66,68,69,70,71,72,32,73,74,76,77,79,82, + 64, 12, - 25,26,42,49,32,81, - 45,59, - 17,58,63, - 15,44,77,79, - 63, - 72, - 72, - 45,49,58,59,72, - 45,49,57,59,72, - 63, - 42,57, - 11,13,14,17,46,57,60,69,70,71,81, - 16,35,61, - 16,35,61, - 3,4,5,6,8,10,17,36,38,29,42,55,57,66,72, - 45,63,65,72,81, - 63, + 25,26,43,50,32,82, + 46,60, + 17,59,64, + 15,45,78,80, + 64, + 73, + 73, + 46,50,59,60,73, + 46,50,58,60,73, + 64, + 43,58, + 11,13,14,17,47,58,61,70,71,72,82, + 16,35,62, + 16,35,62, + 3,4,5,6,8,10,17,36,37,39,29,43,56,58,67,73, + 46,64,66,73,82, + 64, 32, - 49,31, - 60,72, - 49, - 0,1,2,48,7,9,11,12,13,14,15,16,18,19,20,21,22,23,24,26,27,28,33,34,35,37,40,43,44,45,46,47,50,51,52,53,54,56,58,59,60,61,62,63,64,65,67,68,69,70,71,32,30,73,74,75,76,78,79,81, - 44,49,79, + 50,31, + 61,73, + 50, + 0,1,2,49,7,9,11,12,13,14,15,16,18,19,20,21,22,23,24,26,27,28,33,34,35,38,41,44,45,46,47,48,51,52,53,54,55,57,59,60,61,62,63,64,65,66,68,69,70,71,72,32,30,74,75,76,77,79,80,82, + 45,50,80, 31, - 7,13,19,22,41,43,44,46,47,51,53,54,63,66,68,30,73,75,76,80, - 2,6,49,61,30, - 57, - 63,65, - 0,1,2,4,7,9,11,12,13,14,15,16,18,19,20,21,22,23,24,25,26,27,28,33,34,35,37,38,40,41,43,44,45,46,47,49,50,51,52,53,54,56,57,58,59,60,61,62,63,64,65,67,68,69,70,71,32,31,73,75,76,77,78,79,80,81, - 33,65,80,81, - 51, + 7,13,19,22,42,44,45,47,48,52,54,55,64,67,69,30,74,76,77,81, + 2,6,50,62,30, + 58, + 64,66, + 0,1,2,4,7,9,11,12,13,14,15,16,18,19,20,21,22,23,24,25,26,27,28,33,34,35,38,39,41,42,44,45,46,47,48,50,51,52,53,54,55,57,58,59,60,61,62,63,64,65,66,68,69,70,71,72,32,31,74,76,77,78,79,80,81,82, + 33,66,81,82, + 52, 30, - 20,27,52,58, - 0,14,26,28,36,45,50,54,80, + 20,27,53,59, + 0,14,26,28,36,46,51,55,81, 10,15, - 3,4,5,6,8,10,17,36,55,57,66,72,79, - 3,10,36,66,74, - 57,62, - 5,38,57,77, - 77,79, - 0,2,4,9,11,12,14,16,18,21,25,27,33,34,35,37,38,29,39,42,43,44,45,47,49,50,51,52,56,57,58,59,60,61,62,63,69,70,71,32,72,73,74,77,81, + 3,4,5,6,8,10,17,36,56,58,67,73,80, + 3,10,36,67,75, + 58,63, + 5,39,58,78, + 78,80, + 0,2,4,9,11,12,14,16,18,21,25,27,33,34,35,37,38,39,29,40,43,44,45,46,48,50,51,52,53,57,58,59,60,61,62,63,64,70,71,72,32,73,74,75,78,82, 32,30, 32,30, 17, 25, - 33,36,38,57,72,81, - 72, - 72, + 33,36,39,58,73,82, + 73, + 73, 12, - 63, - 12,18,36,50,64,67,79, - 48,27,36,50,52,58,64,67, - 44,54,78,81, - 15,79, + 64, + 12,18,36,51,65,68,80, + 49,27,36,51,53,59,65,68, + 45,55,79,82, + 15,80, 28, - 27,40,69,70,32, - 49,32, - 41, - 53, - 50, - 53, - 41, - 45,46,47, + 27,41,70,71,32, + 50,32, + 42, + 54, + 51, + 54, + 42, + 46,47,48, 28, - 48,8, - 9,53,63, - 36,65,66, + 49,8, + 9,54,64, + 36,66,67, 36, - 36,66, - 36,66, + 36,67, + 36,67, 36, - 81, - 49,63, - 28,44, - 48,7,8,19,22,25,27,36,46,50,52,58,67,68,75, + 82, + 50,64, + 28,45, + 49,7,8,19,22,25,27,36,47,51,53,59,68,69,76, 8, 8, 25, - 58, - 13,20,53,54,32,76, - 0,7,9,14,33,41,46,57,63,71,72, - 48, - 0,59, - 5,6,10,55,68,72, - 55, - 55, - 55, + 59, + 13,20,54,55,32,77, + 0,7,9,14,33,42,47,58,64,72,73, + 49, + 0,60, + 5,6,10,56,69,73, + 56, + 56, + 56, 3,20, - 0,63, - 63, - 63, - 63, - 63, - 42, - 48, - 15,77, - 1,27,44,65,73,76, - 29,45,47,31, - 47, - 47, - 63, - 65, - 49, - 63, - 3,4,5,6,8,17,36,55,57,66,72, - 25,49,57,70,81, - 57, - 38, + 0,64, + 64, + 64, + 64, + 64, + 43, + 49, + 15,78, + 1,27,45,66,74,77, + 37,29,46,48,31, + 48, + 48, + 64, + 66, + 50, + 64, + 3,4,5,6,8,17,36,56,58,67,73, + 25,50,58,71,82, + 58, + 39, 32, - 25,81, + 25,82, 25, 25, - 25,36,38,57,72, + 25,36,39,58,73, 25, - 81, + 82, 25, - 44, - 42, - 57, - 57,69,70,71, - 57,69, - 57,70, - 57,71, - 28,34,42,50,63,32,72, - 63, - 63, - 72, - 43,72, - 43, - 19,22,41,44,68,72,80, - 7,27,38,49,68, - 63, - 63,65, - 63, - 26,65, - 49, - 48, - 65,66, - 63, - 44, - 7,25,49,63,69,78,81, - 44, - 65, - 37,57, - 44, - 37, + 45, + 43, + 58, + 58,70,71,72, + 58,70, + 58,71, + 58,72, + 28,34,43,51,64,32,73, + 64, + 64, + 73, + 44,73, + 44, + 19,22,42,45,69,73,81, + 7,27,39,50,69, + 64, + 64,66, + 64, + 26,66, + 50, + 49, + 66,67, + 64, + 45, + 7,25,50,64,70,79,82, + 45, + 66, + 38,58, + 45, + 38, 7, - 1,3,13,17,20,36,41,43,53,54,66,72,80, - 63,74, - 20,45,47,54,72, - 63, - 81, - 42, + 1,3,13,17,20,36,42,44,54,55,67,73,81, + 64,75, + 20,46,48,55,73, + 64, + 82, + 43, 17,34, 17,34, - 14,34,37,42,57,63,32, - 63, - 57,63, - 42,51,32, - 49, + 14,34,38,43,58,64,32, + 64, + 58,64, + 43,52,32, + 50, 5, 5, - 55,75, - 55, - 55, - 55, - 72, - 72, - 5,16,46,60,72, + 56,76, + 56, + 56, + 56, + 73, + 73, + 5,16,47,61,73, 5, - 5,9,33,29,43,44,45,46,47,49,50,59,60,72,73, - 44,45,47,50,72,73, - 45,46,47,72,73, - 72, - 72, - 72, - 10,74,77, - 74,79, - 49, - 49, - 3,4,53, - 0,14,51,57,32, + 5,9,33,37,29,44,45,46,47,48,50,51,60,61,73,74, + 45,46,48,51,73,74, + 46,47,48,73,74, + 73, + 73, + 73, + 10,75,78, + 75,80, + 50, + 50, + 3,4,54, + 0,14,52,58,32, 19, 28, - 36,66, - 0,1,2,48,7,9,11,12,13,14,15,16,18,19,20,21,22,23,24,25,26,27,28,33,34,35,37,40,41,43,44,45,46,47,50,51,52,53,54,56,58,59,60,61,62,63,64,65,67,68,69,70,71,32,30,73,74,75,76,77,78,79,81, + 36,67, + 0,1,2,49,7,9,11,12,13,14,15,16,18,19,20,21,22,23,24,25,26,27,28,33,34,35,38,41,42,44,45,46,47,48,51,52,53,54,55,57,59,60,61,62,63,64,65,66,68,69,70,71,72,32,30,74,75,76,77,78,79,80,82, 32, - 0,3,4,48,7,8,9,12,16,17,19,23,35,36,37,38,44,45,46,47,51,63,66,68,32,72,75,80,81, - 20,25,26,51,63,65,32,30,81, - 63, - 14,63, - 38, - 15,19,79, - 77, - 5,38,57, - 2,48,14,25,26,34,29,44,46,49,63,65,71,32,30,74,81, - 0,1,2,48,7,9,11,12,13,14,15,16,18,19,20,21,22,23,24,26,27,28,33,34,35,37,40,43,44,45,46,47,50,51,52,53,54,56,58,59,60,61,62,63,64,65,67,68,69,70,71,30,73,74,75,76,77,78,79,81, - 6,55,57,72, - 48, - 48, - 48, - 48, + 0,3,4,49,7,8,9,12,16,17,19,23,35,36,38,39,45,46,47,48,52,64,67,69,32,73,76,81,82, + 20,25,26,52,64,66,32,30,82, + 64, + 14,64, + 39, + 15,19,80, + 78, + 5,39,58, + 2,49,14,25,26,34,37,29,45,47,50,64,66,72,32,30,75,82, + 0,1,2,49,7,9,11,12,13,14,15,16,18,19,20,21,22,23,24,26,27,28,33,34,35,38,41,44,45,46,47,48,51,52,53,54,55,57,59,60,61,62,63,64,65,66,68,69,70,71,72,30,74,75,76,77,78,79,80,82, + 6,56,58,73, + 49, + 49, + 49, + 49, 0, - 42,57,32, + 43,58,32, 32, - 0,2,7,9,14,19,22,27,33,37,39,41,42,44,45,47,50,53,57,58,62,63,65,68,32,73,75,76, + 0,2,7,9,14,19,22,27,33,38,40,42,43,45,46,48,51,54,58,59,63,64,66,69,32,74,76,77, 25, - 63, - 3,4,6,13,17,19,22,24,27,36,40,41,43,45,47,53,55,57,58,59,63,65,66,72,73,75,76,80, - 3,66, + 64, + 3,4,6,13,17,19,22,24,27,36,41,42,44,46,48,54,56,58,59,60,64,66,67,73,74,76,77,81, + 3,67, 3,17, 17, 17, @@ -1251,85 +1251,85 @@ 17, 17, 17, - 63, - 3,4,6,13,14,17,19,22,23,24,27,42,43,52,53,54,55,57,58,60,68,32,72,75, - 54, + 64, + 3,4,6,13,14,17,19,22,23,24,27,43,44,53,54,55,56,58,59,61,69,32,73,76, + 55, 23, 23, 32, 32, - 1,3,48,5,7,8,14,17,23,25,36,38,40,53,55,57,66,72,73,76, - 48,7,27,28,40,49,65,68,31, - 63, - 0,9,10,14,33,41,49,69,70,71,32,77,78,79,81, - 49, - 49, - 42,32, - 72, - 72, - 72, - 72, - 72, - 3,17,36,57,72, + 1,3,49,5,7,8,14,17,23,25,36,39,41,54,56,58,67,73,74,77, + 49,7,27,28,41,50,66,69,31, + 64, + 0,9,10,14,33,42,50,70,71,72,32,78,79,80,82, + 50, + 50, + 43,32, + 73, + 73, + 73, + 73, + 73, + 3,17,36,58,73, 4, - 72, - 57, - 57, + 73, + 58, + 58, 2, 2,4, - 7,25,27,40,43,45,68,81, + 7,25,27,41,44,46,69,82, 2,4, - 63, - 66, - 42, - 42,32, + 64, + 67, + 43, + 43,32, 32, - 11,17,42,63,79, + 11,17,43,64,80, 28,32, - 29, - 0,1,2,48,7,9,11,12,13,14,16,18,19,20,21,22,23,24,25,26,27,28,33,34,35,37,40,41,43,44,45,46,47,49,50,51,52,53,54,56,58,59,60,61,62,63,64,65,67,68,69,70,71,31,73,75,76,78,81, - 3,48,11,14,17,25,27,28,36,42,52,57,58,65,66,70,71,72,78, - 57, - 57, + 37,29, + 0,1,2,49,7,9,11,12,13,14,16,18,19,20,21,22,23,24,25,26,27,28,33,34,35,38,41,42,44,45,46,47,48,50,51,52,53,54,55,57,59,60,61,62,63,64,65,66,68,69,70,71,72,31,74,76,77,79,82, + 3,49,11,14,17,25,27,28,36,43,53,58,59,66,67,71,72,73,79, + 58, + 58, 17, 17, - 77,79, - 25,49,31, - 14,39,77, - 57, - 29,45,49,63,65,80,81, - 65, - 36,66, - 3,7,24,41,44,54,65,68,32, + 78,80, + 25,50,31, + 14,40,78, + 58, + 37,29,46,50,64,66,81,82, + 66, + 36,67, + 3,7,24,42,45,55,66,69,32, 7, 7, - 41, - 41, - 41, - 42,32, - 42,32, - 65, - 80, + 42, + 42, + 42, + 43,32, + 43,32, + 66, + 81, 5, 5, - 3,7,24,41,54,65,68,32, + 3,7,24,42,55,66,69,32, 7, 7, - 41, - 41, - 41, - 42,32, - 42,32, - 15,34,62,70,32,31,77,80,81, - 41, + 42, + 42, + 42, + 43,32, + 43,32, + 15,34,63,71,32,31,78,81,82, + 42, 5, 5, - 2,3,7,41,54,68,32, + 2,3,7,42,55,69,32, 7, 7, 19, - 42,32, - 42,32, - 49, + 43,32, + 43,32, + 50, diff --git a/doc/salome/gui/GEOM/whxdata/whtdata0.xml b/doc/salome/gui/GEOM/whxdata/whtdata0.xml index 84018899e..faa7de04f 100755 --- a/doc/salome/gui/GEOM/whxdata/whtdata0.xml +++ b/doc/salome/gui/GEOM/whxdata/whtdata0.xml @@ -1,7 +1,7 @@ - + @@ -93,6 +93,7 @@ + diff --git a/doc/salome/gui/GEOM/wire.htm b/doc/salome/gui/GEOM/wire.htm index 3421e1008..cf193a34d 100755 --- a/doc/salome/gui/GEOM/wire.htm +++ b/doc/salome/gui/GEOM/wire.htm @@ -37,43 +37,48 @@ onerror = null; - - + +

 Wire

To create diff --git a/doc/salome/gui/GEOM/wireframe_and_shading.htm b/doc/salome/gui/GEOM/wireframe_and_shading.htm index 00069dcd3..d79198037 100755 --- a/doc/salome/gui/GEOM/wireframe_and_shading.htm +++ b/doc/salome/gui/GEOM/wireframe_and_shading.htm @@ -50,43 +50,48 @@ onerror = null; - - + +

Display Mode

- - + +

Working Plane

To create a Working Plane in diff --git a/doc/salome/gui/GEOM/working_with_groups.htm b/doc/salome/gui/GEOM/working_with_groups.htm index 0f3c75586..bb1db960d 100755 --- a/doc/salome/gui/GEOM/working_with_groups.htm +++ b/doc/salome/gui/GEOM/working_with_groups.htm @@ -59,43 +59,48 @@ onerror = null; - - + +

Working with groups

Creation and editing groups of subshapes of a geometrical object makes diff --git a/doc/salome/gui/Makefile.in b/doc/salome/gui/Makefile.in index a44228d6c..3e392a2c8 100644 --- a/doc/salome/gui/Makefile.in +++ b/doc/salome/gui/Makefile.in @@ -18,6 +18,8 @@ docs: cp -fr $(srcdir)/GEOM ./ -find $(PWD) -name CVS -exec rm -rf {} \; +usr_docs: docs + clean: rm -fr `ls | grep -v "Makefile"` diff --git a/doc/salome/tui/GEOM/sources/myheader.html b/doc/salome/tui/GEOM/sources/myheader.html index 1dc1ce7a4..d2efb75fa 100755 --- a/doc/salome/tui/GEOM/sources/myheader.html +++ b/doc/salome/tui/GEOM/sources/myheader.html @@ -5,6 +5,7 @@ Main Page +   diff --git a/doc/salome/tui/Makefile.in b/doc/salome/tui/Makefile.in index 358504a5e..6da889780 100644 --- a/doc/salome/tui/Makefile.in +++ b/doc/salome/tui/Makefile.in @@ -65,6 +65,8 @@ docs: cp -fr $(srcdir)/GEOM/HTML/ GEOM/ rm -fr INPUT +dev_docs: docs + clean: rm -fr GEOM