0024023: Revamp the OCCT Handle -- ambiguity
[occt.git] / src / BRepFill / BRepFill_Evolved.cdl
old mode 100755 (executable)
new mode 100644 (file)
index 3f66e6a..a035cd8
@@ -1,13 +1,22 @@
--- File:       BRepFill_Evolved.cdl
--- Created:    Mon Oct  3 14:28:26 1994
--- Author:     Bruno DUMORTIER
---             <dub@fuegox>
----Copyright:   Matra Datavision 1994
-
+-- Created on: 1994-10-03
+-- Created by: Bruno DUMORTIER
+-- Copyright (c) 1994-1999 Matra Datavision
+-- Copyright (c) 1999-2014 OPEN CASCADE SAS
+--
+-- This file is part of Open CASCADE Technology software library.
+--
+-- This library is free software; you can redistribute it and/or modify it under
+-- the terms of the GNU Lesser General Public License version 2.1 as published
+-- by the Free Software Foundation, with special exception defined in the file
+-- OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
+-- distribution for complete text of the license and disclaimer of any warranty.
+--
+-- Alternatively, this file may be used under the terms of Open CASCADE
+-- commercial license or contractual agreement.
 
 class Evolved from BRepFill 
 
-       ---Purpose: Constructs a evolved volume from a spine (wire or face) 
+       ---Purpose: Constructs an evolved volume from a spine (wire or face) 
        --          and  a profile ( wire).
 
 uses
@@ -45,10 +54,10 @@ is
     returns Evolved from BRepFill
        ---Purpose: Creates an evolved shape by sweeping the <Profile>
        --          along the  <Spine>.  <AxeProf> is  used to set the
-       --          position of <Profile> along  <Spine> as  follow: 
-       --          l <AxeProf> glisse  sur le profil  avec  sa
-       --          direction colineaire a la normale au <Spine>, et sa
-       --          <XDirection> confondue avec la tangente au <Spine>.
+       --          position of <Profile> along  <Spine> as  follows
+       --          <AxeProf> slides on the profile with direction 
+       --          colinear to the normal to <Spine>, and its 
+       --          <XDirection> mixed with the tangent to <Spine>.
        --          
     raises
        ConstructionError from Standard;