]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOMAlgo/BlockFix_PeriodicSurfaceModifier.cdl
Salome HOME
0021672: [CEA 565] Dump Study from script
[modules/geom.git] / src / GEOMAlgo / BlockFix_PeriodicSurfaceModifier.cdl
index e82ce82c0341959557ca1ebf6eb3496a9cd32b8c..374af919c7fb5a9dc541d601af1d7a4c213e7ce2 100644 (file)
@@ -1,35 +1,35 @@
---  Copyright (C) 2007-2010  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_PeriodicSurfaceModifier.cdl
 --  Created:   Wed Dec 15 10:03:50 2004
 --  Author:    Sergey KUUL
 --
-class PeriodicSurfaceModifier from BlockFix inherits Modification from BRepTools 
+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,
@@ -42,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
 
@@ -61,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;
@@ -95,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.
 
@@ -120,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;