1 -- Created on: 1994-02-07
2 -- Created by: Modelistation
3 -- Copyright (c) 1994-1999 Matra Datavision
4 -- Copyright (c) 1999-2014 OPEN CASCADE SAS
6 -- This file is part of Open CASCADE Technology software library.
8 -- This library is free software; you can redistribute it and/or modify it under
9 -- the terms of the GNU Lesser General Public License version 2.1 as published
10 -- by the Free Software Foundation, with special exception defined in the file
11 -- OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
12 -- distribution for complete text of the license and disclaimer of any warranty.
14 -- Alternatively, this file may be used under the terms of Open CASCADE
15 -- commercial license or contractual agreement.
17 package BRepIntCurveSurface
19 ---Purpose: Inttantiates IntCurveSurface with Surfaces from BRep
20 -- and Curves from Adaptor
24 -- All the methods of the classes of this package are public.
28 --modified by NIZNHY-PKV Sun Dec 15 16:54:16 2002 f
30 --modified by NIZNHY-PKV Sun Dec 15 16:54:28 2002 t
46 --------------------------------------------------
47 -- Instantiation of IntCurveSurfaces algorithms --
48 -- The intersection is computed on the surfaces --
49 -- with their natural boundaries. --
50 --------------------------------------------------
52 -- class ICSSurfaceTool instantiates
53 -- SurfaceTool from IntCurveSurface(
54 ---- HSurface from BRepAdaptor) ;
57 -- class ICSCurveTool instantiates
58 ---- CurveTool from IntCurveSurface(
59 -- HCurve from GeomAdaptor) ;
62 ---- class ICSInter instantiates
63 -- Inter from IntCurveSurface(
64 ---- HCurve from GeomAdaptor,
65 -- ICSCurveTool from BRepIntCurveSurface,
66 ---- HSurface from BRepAdaptor,
67 -- ICSSurfaceTool from BRepIntCurveSurface);
70 ------------------------------------------------------
71 -- The Inter class provides intersection between --
72 -- - a BRepAdaptor surface and a GeomAdaptor curve --
73 -- - a Shape and a GeomAdaptor curve --
74 -- Only the points which are inside the surface --
76 ------------------------------------------------------
83 end BRepIntCurveSurface;