Salome HOME
This commit was generated by cvs2git to create tag 'TRIPOLI_323'.
[modules/geom.git] / src / GEOMAlgo / BlockFix_UnionFaces.cdl
index 14b0b02ae80738b77f076c444e19648dedeb6a28..371cb25ea7e30c9d5bbb2f2d42bebcf0fdb95dc5 100644 (file)
@@ -1,29 +1,29 @@
---  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
+-- Copyright (C) 2007-2012  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
+-- Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+-- CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
 --
---  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.
+-- 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.
 --
---  This library is distributed in the hope that it will be useful,
---  but WITHOUT ANY WARRANTY; without even the implied warranty of
---  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
---  Lesser General Public License for more details.
+-- This library is distributed in the hope that it will be useful,
+-- but WITHOUT ANY WARRANTY; without even the implied warranty of
+-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+-- Lesser General Public License for more details.
 --
---  You should have received a copy of the GNU Lesser General Public
---  License along with this library; if not, write to the Free Software
---  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+-- You should have received a copy of the GNU Lesser General Public
+-- License along with this library; if not, write to the Free Software
+-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 --
---  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+-- See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 --
+
 --  File:      BlockFix_UnionFaces.cdl
 --  Created:   Tue Dec  7 17:15:42 2004
 --  Author:    Pavel Durandin
-
-
+--
 class UnionFaces from BlockFix
 
 uses
@@ -35,31 +35,31 @@ is
 
     Create returns UnionFaces from BlockFix;
        ---Purpose: Empty constructor
-    
+
     GetTolerance(me: in out) returns Real;
        ---Purpose: Returns modifiable tolerance
-       ---C++: return& 
-        
+       ---C++: return&
+
     Perform (me: in out; Shape: Shape from TopoDS) returns Shape from TopoDS;
        ---Purpose: Performs the unification of the fsces
        --          whith the same geometry
-       
+
     IsSameDomain(me; aFace      : Face from TopoDS;
                     aChekedFace: Face from TopoDS)
     returns Boolean is virtual;
        ---Purpose: Returns true is surfaces have same geometrically domain
        --          with given tolerance
-       
+
     MovePCurves(me; aTarget: in out Face from TopoDS;
                    aSource:        Face from TopoDS)
     is virtual;
-       ---Purpose: Creates pcurves on aTarget face for each edge from 
+       ---Purpose: Creates pcurves on aTarget face for each edge from
        --          aSource one.
 
 fields
 
     myTolerance: Real;
-    
+
 end;
-    
+