Salome HOME
PR: distributed geom and smesh scripts: first step
[modules/geom.git] / src / GEOMAlgo / BlockFix_PeriodicSurfaceModifier.cdl
index 63598cfe97482d45e1eace698468c521609aac74..374af919c7fb5a9dc541d601af1d7a4c213e7ce2 100644 (file)
@@ -1,15 +1,35 @@
--- File:       BlockFix_PeriodicSurfaceModifier.cdl
--- Created:    Wed Dec 15 10:03:50 2004
--- Author:     Sergey KUUL
---             <skl@strelox.nnov.matra-dtv.fr>
----Copyright:  Open CASCADE SA 2004
+-- 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
+--
+-- 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.
+--
+-- 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
+--
 
-class PeriodicSurfaceModifier from BlockFix inherits Modification from BRepTools 
+--  File:      BlockFix_PeriodicSurfaceModifier.cdl
+--  Created:   Wed Dec 15 10:03:50 2004
+--  Author:    Sergey KUUL
+--
+class PeriodicSurfaceModifier from BlockFix inherits Modification from BRepTools
 
-       ---Purpose: 
+       ---Purpose:
 
 uses
-    Vertex   from TopoDS, 
+    Vertex   from TopoDS,
     Edge     from TopoDS,
     Face     from TopoDS,
     Location from TopLoc,
@@ -22,9 +42,9 @@ uses
     DataMapOfShapeInteger from TopTools
 
 is
-    
+
     Create returns mutable PeriodicSurfaceModifier from BlockFix;
-    
+
     SetTolerance(me: mutable; Toler: Real);
        ---Purpose: Sets the tolerance for recognition of geometry
 
@@ -41,7 +61,7 @@ is
        --          the new tolerance.  Otherwise, returns
        --          Standard_False, and <S>, <L>, <Tol> are  not
        --          significant.
-       
+
     NewCurve(me: mutable; E  :     Edge     from TopoDS;
                           C  : out Curve    from Geom;
                          L  : out Location from TopLoc;
@@ -75,10 +95,10 @@ is
        --          curve on surface on the face <F>.In this case, <C>
        --          is the new geometric support of  the edge, <L> the
        --          new location, <Tol> the new tolerance.
-       --          
+       --
        --          Otherwise, returns  Standard_False, and <C>,  <L>,
        --          <Tol> are not significant.
-       --          
+       --
        --          <NewE> is the new  edge created from  <E>.  <NewF>
        --          is the new face created from <F>. They may be usefull.
 
@@ -100,14 +120,14 @@ is
     returns Shape from GeomAbs;
        ---Purpose: Returns the  continuity of  <NewE> between <NewF1>
        --          and <NewF2>.
-       --          
+       --
        --          <NewE> is the new  edge created from <E>.  <NewF1>
        --          (resp. <NewF2>) is the new  face created from <F1>
        --          (resp. <F2>).
-    
 
-fields 
-    
+
+fields
+
     myTolerance    : Real;
     myMapOfFaces   : DataMapOfShapeInteger from TopTools;
     myMapOfSurfaces: IndexedMapOfTransient from TColStd;