]> SALOME platform Git repositories - modules/geom.git/commit
Salome HOME
CCAR: update with V5_1_main (28/09) BR_Observer
authorcaremoli <caremoli>
Tue, 28 Sep 2010 15:14:11 +0000 (15:14 +0000)
committercaremoli <caremoli>
Tue, 28 Sep 2010 15:14:11 +0000 (15:14 +0000)
commit36168d4a964a90891e6e74bc7469d8df4c957cdb
tree5ef91e0f342b940a82bbf50dddf9964cf6199a1b
parent7f7c194649f39f2a7b15ab82d58db76b72f01d9a
CCAR: update with V5_1_main (28/09)
95 files changed:
bin/Makefile.am
bin/addvars2notebook_GEOM.py [new file with mode: 0644]
configure.ac
doc/Makefile.am
doc/docutils/Makefile.am [new file with mode: 0644]
doc/docutils/conf.py [new file with mode: 0644]
doc/docutils/docapi.rst [new file with mode: 0644]
doc/docutils/images/salome-geom-structuralelements.png [new file with mode: 0644]
doc/docutils/index.rst [new file with mode: 0644]
doc/docutils/overview.rst [new file with mode: 0644]
doc/salome/gui/GEOM/images/limit_tolerance_dlg.png [new file with mode: 0644]
doc/salome/gui/GEOM/images/salome-geom-structuralelements.png [new file with mode: 0644]
doc/salome/gui/GEOM/input/geompypkg.doc [new file with mode: 0644]
doc/salome/gui/GEOM/input/index.doc
doc/salome/gui/GEOM/input/limit_tolerance_operation.doc [new file with mode: 0644]
doc/salome/gui/GEOM/input/partition.doc
doc/salome/gui/GEOM/input/repairing_operations.doc
doc/salome/gui/GEOM/input/shape_processing_operation.doc
doc/salome/gui/GEOM/input/tui_repairing_operations.doc
doc/salome/gui/GEOM/input/tui_test_others.doc
idl/GEOM_Gen.idl
resources/Makefile.am
resources/limit_tolerance.png [new file with mode: 0644]
src/BasicGUI/BasicGUI_PointDlg.cxx
src/DisplayGUI/DisplayGUI.cxx
src/DlgRef/DlgRef.cxx
src/GEOM/GEOM_Engine.cxx
src/GEOM/GEOM_Function.cxx
src/GEOM/GEOM_Function.hxx
src/GEOM/GEOM_ISubShape.hxx
src/GEOM/GEOM_Object.cxx
src/GEOMAlgo/BlockFix_UnionEdges.cxx
src/GEOMGUI/GEOM_images.ts
src/GEOMGUI/GEOM_msg_en.ts
src/GEOMGUI/GEOM_msg_fr.ts
src/GEOMGUI/GeometryGUI.cxx
src/GEOMGUI/GeometryGUI.h
src/GEOMGUI/GeometryGUI_Operations.h
src/GEOMImpl/GEOMImpl_HealingDriver.cxx
src/GEOMImpl/GEOMImpl_HealingDriver.hxx
src/GEOMImpl/GEOMImpl_IAdvancedOperations.cxx
src/GEOMImpl/GEOMImpl_IBlocksOperations.cxx
src/GEOMImpl/GEOMImpl_IBlocksOperations.hxx
src/GEOMImpl/GEOMImpl_IGroupOperations.cxx
src/GEOMImpl/GEOMImpl_IHealing.hxx
src/GEOMImpl/GEOMImpl_IHealingOperations.cxx
src/GEOMImpl/GEOMImpl_IHealingOperations.hxx
src/GEOMImpl/GEOMImpl_IShapesOperations.cxx
src/GEOMImpl/GEOMImpl_IShapesOperations.hxx
src/GEOMImpl/GEOMImpl_ImportDriver.cxx
src/GEOMImpl/GEOMImpl_PartitionDriver.cxx
src/GEOMImpl/GEOMImpl_Types.hxx
src/GEOMToolsGUI/GEOMToolsGUI.cxx
src/GEOMToolsGUI/GEOMToolsGUI.h
src/GEOMToolsGUI/GEOMToolsGUI_1.cxx
src/GEOMToolsGUI/GEOMToolsGUI_TransparencyDlg.cxx
src/GEOM_I/GEOM_Gen_i.cc
src/GEOM_I/GEOM_IBlocksOperations_i.cc
src/GEOM_I/GEOM_IBlocksOperations_i.hh
src/GEOM_I/GEOM_IHealingOperations_i.cc
src/GEOM_I/GEOM_IHealingOperations_i.hh
src/GEOM_I/GEOM_IShapesOperations_i.cc
src/GEOM_I/GEOM_IShapesOperations_i.hh
src/GEOM_I/GEOM_Object_i.cc
src/GEOM_PY/Makefile.am [new file with mode: 0644]
src/GEOM_PY/__init__.py [new file with mode: 0644]
src/GEOM_PY/geomtools.py [new file with mode: 0644]
src/GEOM_PY/structelem/Makefile.am [new file with mode: 0644]
src/GEOM_PY/structelem/__init__.py [new file with mode: 0644]
src/GEOM_PY/structelem/orientation.py [new file with mode: 0644]
src/GEOM_PY/structelem/parts.py [new file with mode: 0644]
src/GEOM_SWIG/GEOM_TestAll.py
src/GEOM_SWIG/GEOM_TestOthers.py
src/GEOM_SWIG/geompyDC.py
src/GroupGUI/GroupGUI_GroupDlg.cxx
src/IGESImport/IGESImport.cxx
src/IGESImport/Makefile.am
src/Makefile.am
src/MeasureGUI/Makefile.am
src/MeasureGUI/MeasureGUI_AngleDlg.cxx
src/MeasureGUI/MeasureGUI_BndBoxDlg.cxx
src/MeasureGUI/MeasureGUI_CenterMassDlg.cxx
src/MeasureGUI/MeasureGUI_DistanceDlg.cxx
src/MeasureGUI/MeasureGUI_InertiaDlg.cxx
src/MeasureGUI/MeasureGUI_MaxToleranceDlg.cxx
src/MeasureGUI/MeasureGUI_PointDlg.cxx
src/MeasureGUI/MeasureGUI_PropertiesDlg.cxx
src/MeasureGUI/MeasureGUI_WhatisDlg.cxx
src/RepairGUI/Makefile.am
src/RepairGUI/RepairGUI.cxx
src/RepairGUI/RepairGUI_LimitToleranceDlg.cxx [new file with mode: 0644]
src/RepairGUI/RepairGUI_LimitToleranceDlg.h [new file with mode: 0644]
src/RepairGUI/RepairGUI_RemoveExtraEdgesDlg.cxx
src/STEPImport/Makefile.am
src/STEPImport/STEPImport.cxx