X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOM_I%2FGEOM_IBooleanOperations_i.hh;h=7ffd676001585996af2c1130888bb635676a6fd3;hb=c94d2e489e561f0566378c3db4004c428ca2e1dc;hp=3f3a73b8b3420d4ba0e7b473051eaee9cca3c77a;hpb=7a3849106297406af9bda3a46ffd5ad1daded9e5;p=modules%2Fgeom.git diff --git a/src/GEOM_I/GEOM_IBooleanOperations_i.hh b/src/GEOM_I/GEOM_IBooleanOperations_i.hh index 3f3a73b8b..7ffd67600 100644 --- a/src/GEOM_I/GEOM_IBooleanOperations_i.hh +++ b/src/GEOM_I/GEOM_IBooleanOperations_i.hh @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2020 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -6,7 +6,7 @@ // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -47,8 +47,14 @@ class GEOM_I_EXPORT GEOM_IBooleanOperations_i : CORBA::Long theOp, CORBA::Boolean IsCheckSelfInte); + GEOM::GEOM_Object_ptr MakeFuse (GEOM::GEOM_Object_ptr theShape1, + GEOM::GEOM_Object_ptr theShape2, + CORBA::Boolean IsCheckSelfInte, + CORBA::Boolean IsRmExtraEdges); + GEOM::GEOM_Object_ptr MakeFuseList (const GEOM::ListOfGO& theShapes, - CORBA::Boolean IsCheckSelfInte); + CORBA::Boolean IsCheckSelfInte, + CORBA::Boolean IsRmExtraEdges); GEOM::GEOM_Object_ptr MakeCommonList (const GEOM::ListOfGO& theShapes, CORBA::Boolean IsCheckSelfInte); @@ -64,8 +70,7 @@ class GEOM_I_EXPORT GEOM_IBooleanOperations_i : CORBA::Short theLimit, CORBA::Boolean theRemoveWebs, const GEOM::ListOfLong& theMaterials, - CORBA::Short theKeepNonlimitShapes, - CORBA::Boolean IsCheckSelfInte); + CORBA::Short theKeepNonlimitShapes); GEOM::GEOM_Object_ptr MakePartitionNonSelfIntersectedShape (const GEOM::ListOfGO& theShapes, const GEOM::ListOfGO& theTools, @@ -79,8 +84,7 @@ class GEOM_I_EXPORT GEOM_IBooleanOperations_i : GEOM::GEOM_Object_ptr MakeHalfPartition (GEOM::GEOM_Object_ptr theShape, - GEOM::GEOM_Object_ptr thePlane, - CORBA::Boolean IsCheckSelfInte); + GEOM::GEOM_Object_ptr thePlane); ::GEOMImpl_IBooleanOperations* GetOperations() { return (::GEOMImpl_IBooleanOperations*)GetImpl(); }