1 -- Created on: 1993-06-23
2 -- Created by: Jean Yves LEBEY
3 -- Copyright (c) 1993-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 class DSFiller from HLRTopoBRep
19 ---Purpose: Provides methods to fill a HLRTopoBRep_Data.
23 Integer from Standard,
24 Boolean from Standard,
31 Data from HLRTopoBRep,
32 MapOfShapeTool from BRepTopAdaptor
36 S : Shape from TopoDS;
37 FO : in out Contour from Contap;
38 DS : in out Data from HLRTopoBRep;
39 MST : in out MapOfShapeTool from BRepTopAdaptor;
40 nbIso : Integer from Standard);
41 ---Purpose: Stores in <DS> the outlines of <S> using the current
42 -- outliner and stores the isolines in <DS> using a Hatcher.
45 FI : Integer from Standard;
47 FO : in out Contour from Contap;
48 DS : in out Data from HLRTopoBRep;
49 withPCurve : Boolean from Standard)
50 ---Purpose: Stores in <DS> the outlines of <F> using the current
55 P : Point from Contap;
56 tol : Real from Standard;
57 DS : in out Data from HLRTopoBRep)
58 returns Vertex from TopoDS
59 ---Purpose: Make a vertex from an intersection point <P>and
60 -- store it in the data structure <DS>.
64 P : Point from Contap;
65 tol : Real from Standard;
67 DS : in out Data from HLRTopoBRep)
68 ---Purpose: Insert a vertex from an internal intersection
69 -- point <P> on restriction <E> and store it in the
70 -- data structure <DS>.
73 ProcessEdges(myclass; DS : in out Data from HLRTopoBRep)
74 ---Purpose: Split all the edges with vertices in the data