]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Merge V8_4_BR branch.
authorrnv <rnv@opencascade.com>
Wed, 13 Dec 2017 08:47:35 +0000 (11:47 +0300)
committerrnv <rnv@opencascade.com>
Wed, 13 Dec 2017 08:48:03 +0000 (11:48 +0300)
37 files changed:
1  2 
CMakeLists.txt
src/AdvancedEngine/AdvancedEngine_IOperations.cxx
src/AdvancedEngine/AdvancedEngine_PipeTShapeDriver.cxx
src/BlockFix/BlockFix_PeriodicSurfaceModifier.cxx
src/BlockFix/BlockFix_UnionFaces.cxx
src/EntityGUI/EntityGUI_3DSketcherDlg.cxx
src/EntityGUI/EntityGUI_FeatureDetectorDlg.cxx
src/GEOM/GEOM_BaseObject.cxx
src/GEOM/GEOM_Engine.cxx
src/GEOM/GEOM_Engine.hxx
src/GEOM/GEOM_Field.cxx
src/GEOM/GEOM_Function.cxx
src/GEOM/GEOM_Function.hxx
src/GEOMAlgo/GEOMAlgo_GlueDetector.cxx
src/GEOMGUI/GEOM_Displayer.cxx
src/GEOMGUI/GEOM_Displayer.h
src/GEOMGUI/GeometryGUI.cxx
src/GEOMImpl/GEOMImpl_BooleanDriver.cxx
src/GEOMImpl/GEOMImpl_ChamferDriver.cxx
src/GEOMImpl/GEOMImpl_GlueDriver.cxx
src/GEOMImpl/GEOMImpl_IMeasureOperations.cxx
src/GEOMImpl/GEOMImpl_IShapesOperations.cxx
src/GEOMImpl/GEOMImpl_PipeDriver.cxx
src/GEOMImpl/GEOMImpl_PrismDriver.cxx
src/GEOMImpl/GEOMImpl_ThruSectionsDriver.cxx
src/GEOM_I/GEOM_Gen_i.cc
src/OBJECT/GEOM_Annotation.hxx
src/STEPPlugin/STEPPlugin_ExportDriver.cxx
src/STLPlugin/STLPlugin_ExportDriver.cxx
src/ShHealOper/ShHealOper_ChangeOrientation.hxx
src/ShHealOper/ShHealOper_CloseContour.hxx
src/ShHealOper/ShHealOper_FillHoles.cxx
src/ShHealOper/ShHealOper_FillHoles.hxx
src/ShHealOper/ShHealOper_RemoveFace.hxx
src/ShHealOper/ShHealOper_RemoveInternalWires.hxx
src/ShHealOper/ShHealOper_Sewing.hxx
src/VTKPlugin/VTKPlugin_ExportDriver.cxx

diff --cc CMakeLists.txt
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index 862d95beb6643f13fbd593a23d4d483bb1c9896a,63064b051149a7e541fa5ce3f2485adf9b7abceb..7ccc970dd0e14bdc1dba09a1638bdd9e876f5253
@@@ -262,9 -262,9 +262,9 @@@ SALOMEDS::SObject_ptr GEOM_Gen_i::Publi
    // BEGIN: try to find existed name for current shape
    if ( !aShape->_is_nil() && mytype != GEOM_GROUP)
    {
 -    // recieve current TopoDS shape
 +    // receive current TopoDS shape
      CORBA::String_var entry = aShape->GetEntry();
-     HANDLE_NAMESPACE(GEOM_Object) aGShape = HANDLE_NAMESPACE(GEOM_Object)::DownCast
+     Handle(::GEOM_Object) aGShape = Handle(::GEOM_Object)::DownCast
        ( _impl->GetObject( aShape->GetStudyID(), entry ));
      TopoDS_Shape TopoSh = aGShape->GetValue();
      // find label of main shape
Simple merge
Simple merge