0026118: Implement FastSewing algorithm
[occt.git] / src / BRepBuilderAPI / BRepBuilderAPI.cdl
old mode 100755 (executable)
new mode 100644 (file)
index 6b36138..a61c6bc
@@ -1,10 +1,18 @@
--- File:       BRepBuilderAPI.cdl
--- Created:    Tue Jul  6 17:29:03 1993
--- Author:     Remi LEQUETTE
---             <rle@phylox>
----Copyright:   Matra Datavision 1993
-
-
+-- Created on: 1993-07-06
+-- Created by: Remi LEQUETTE
+-- Copyright (c) 1993-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.
 
 package BRepBuilderAPI 
 
@@ -223,10 +231,8 @@ is
     end  TransitionMode; 
 
     deferred class Command;
-       ---Purpose: Root class for all BRepBuilderAPI commands.
 
     deferred class MakeShape;
-       ---Purpose: Root class for all shape constructions.
 
     -- 
     -- Construction of topology from geometry
@@ -252,10 +258,7 @@ is
     -- 
 
     class  Sewing;
-       ---Purpose: Provides a tool to
-       --          - identify contigous boundaries (for control
-       --            of continuity: C0, C1, ...)
-       --          - assemble contigous shapes into one shape.
+    imported transient class FastSewing;
 
     -- 
     --  Construction of composite topologies
@@ -276,9 +279,6 @@ is
     class Transform;
 
     class NurbsConvert ;
-    ---Purpose: converts all 3D analytical representation of surfaces 
-    --          and curves to NURBS execpt for Planes
-    --          
 
     class GTransform;