0024023: Revamp the OCCT Handle -- ambiguity
[occt.git] / src / BRep / BRep.cdl
old mode 100755 (executable)
new mode 100644 (file)
index 536afbb..da7845e
@@ -1,24 +1,18 @@
 -- Created on: 1991-06-27
 -- Created by: Remi LEQUETTE
 -- Copyright (c) 1991-1999 Matra Datavision
--- Copyright (c) 1999-2012 OPEN CASCADE SAS
+-- Copyright (c) 1999-2014 OPEN CASCADE SAS
 --
--- The content of this file is subject to the Open CASCADE Technology Public
--- License Version 6.5 (the "License"). You may not use the content of this file
--- except in compliance with the License. Please obtain a copy of the License
--- at http://www.opencascade.org and read it completely before using this file.
+-- This file is part of Open CASCADE Technology software library.
 --
--- The Initial Developer of the Original Code is Open CASCADE S.A.S., having its
--- main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France.
+-- 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.
 --
--- The Original Code and all software distributed under the License is
--- distributed on an "AS IS" basis, without warranty of any kind, and the
--- Initial Developer hereby disclaims all such warranties, including without
--- limitation, any warranties of merchantability, fitness for a particular
--- purpose or non-infringement. Please see the License for the specific terms
--- and conditions governing the rights and limitations under the License.
-
-
+-- Alternatively, this file may be used under the terms of Open CASCADE
+-- commercial license or contractual agreement.
 
 package BRep 
 
@@ -55,10 +49,7 @@ is
     --  
 
     class TFace;
-       ---Purpose: The TFace  class is inherited  from the TFace from
-       --          TopoDS. It contains a  surface, a tolerance  and a
-       --          natural restriction flag.
-       
+
     --
     --  Edge
     --
@@ -89,92 +80,56 @@ is
     --  
 
     deferred class CurveRepresentation;
-       ---Purpose: Root      for curve representations.    Contains a
-       --          location.
 
-    class ListOfCurveRepresentation instantiates
-    List from TCollection (CurveRepresentation from BRep);
+    imported ListOfCurveRepresentation;
+
+    imported ListIteratorOfListOfCurveRepresentation;
     
     deferred class GCurve;
-       ---Purpose: Root class  for geometric curves  representations.
-       --          Contains a first an a last parameter.
 
     class Curve3D;
-       ---Purpose: Representation by a 3d curve.
 
     class CurveOnSurface;
-       ---Purpose: Representation by a curve in the  parametric space
-       --          of a surface.
 
     class CurveOnClosedSurface;
-       ---Purpose: Representation  by two   curves in the  parametric
-       --          space of a closed surface.
 
     class Polygon3D;
-       ---Purpose: Representation by a 3D polygon.
 
     class PolygonOnTriangulation;
-       ---Purpose: Representation by    an array  of  indices  on   a
-       --          triangulation.
-       
+
     class PolygonOnClosedTriangulation;
-       ---Purpose: Representation   by two  arrays  of indices   on a
-       --          triangulation.
-       
+
     class PolygonOnSurface;
-       ---Purpose: Representation by 2d polygon in the parametric space
-       --          of a surface.
 
     class PolygonOnClosedSurface;
-       ---Purpose: Representation by two 2d polygons in the parametric
-       --          space of the  surface.
-       
+
     class CurveOn2Surfaces;
-       ---Purpose: Geometric continuity bewtween two surfaces.
 
     class TEdge;
-       ---Purpose: The TEdge class is  inherited  from the TEdge from
-       --          TopoDS.   It contains a  3d   curve and  a list of
-       --          representations.
 
-       
     --
     --  Vertex
     --
 
     deferred class PointRepresentation;
-       ---Purpose: Root  for   point   representations.  Contains   a
-       --          location. 
-       
-    class ListOfPointRepresentation instantiates
-    List from TCollection (PointRepresentation from BRep);
+
+    imported ListOfPointRepresentation;
+
+    imported ListIteratorOfListOfPointRepresentation;
     
     class PointOnCurve;
-       ---Purpose: Representation by a parameter on a 3D curve.
-       
+
     deferred class PointsOnSurface;
-       ---Purpose: Root for points on surface.
-    
+
     class PointOnCurveOnSurface;
-       ---Purpose: Representation by   a parameter on  a curve   on a
-       --          surface. 
 
     class PointOnSurface;
-       ---Purpose: Representation by two parameters on a surface.
 
     class TVertex;
-       ---Purpose: The TVertex class  is  inherited from the  TVertex
-       --          from    TopoDS.  It contains  a  3d  point   and a
-       --          location.
 
     class Builder;
-       ---Purpose: The  Builder  from BRep is   inherited    from the
-       --          Builder3D   from  TopoDS.    It  is  used to build
-       --          Shapes.
 
     class Tool;
-       ---Purpose: The Tool from BRep is used to access the geometric
-       --          data.
 
 
 end BRep;