1 -- Copyright (C) 2007-2010 CEA/DEN, EDF R&D, OPEN CASCADE
3 -- Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 -- CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
6 -- This library is free software; you can redistribute it and/or
7 -- modify it under the terms of the GNU Lesser General Public
8 -- License as published by the Free Software Foundation; either
9 -- version 2.1 of the License.
11 -- This library is distributed in the hope that it will be useful,
12 -- but WITHOUT ANY WARRANTY; without even the implied warranty of
13 -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 -- Lesser General Public License for more details.
16 -- You should have received a copy of the GNU Lesser General Public
17 -- License along with this library; if not, write to the Free Software
18 -- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 -- See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
22 -- File: GEOMAlgo_Tools.cdl
23 -- Created: Mon Dec 6 11:26:02 2004
24 -- Author: Peter KURNEV
26 class Tools from GEOMAlgo
33 ShapeEnum from TopAbs,
37 ListOfShape from TopTools,
38 IndexedDataMapOfShapeListOfShape from TopTools,
39 Context from IntTools,
40 IndexedDataMapOfPassKeyShapeListOfShape from GEOMAlgo --qft
45 IsCompositeShape(myclass;
46 aS :Shape from TopoDS)
47 returns Boolean from Standard;
49 RefineSDShapes(myclass;
50 aMSD:out IndexedDataMapOfPassKeyShapeListOfShape from GEOMAlgo; --qft
51 aTol:Real from Standard;
52 aCtx:out Context from IntTools)
53 returns Integer from Standard;
56 aLE :ListOfShape from TopTools;
57 aTol:Real from Standard;
58 aMEE:out IndexedDataMapOfShapeListOfShape from TopTools;
59 aCtx:out Context from IntTools)
60 returns Integer from Standard;
63 aE1 :Shape from TopoDS;
64 aLE :ListOfShape from TopTools;
65 aTol :Real from Standard;
66 aLESD :out ListOfShape from TopTools;
67 aCtx :out Context from IntTools)
68 returns Integer from Standard;
70 ProjectPointOnShape(myclass;
72 aS :Shape from TopoDS;
74 aCtx :out Context from IntTools)
75 returns Boolean from Standard;
78 aS :Shape from TopoDS;
79 aP3D:out Pnt from gp);
83 aP3D:out Pnt from gp);
87 aT :Real from Standard;
88 aP3D:out Pnt from gp);
92 aP3D:out Pnt from gp);
96 aU :Real from Standard;
97 aV :Real from Standard;
98 aP3D:out Pnt from gp);
100 RefinePCurveForEdgeOnFace (myclass;
101 aE : Edge from TopoDS;
102 aF : Face from TopoDS;
103 aU1 : Real from Standard;
104 aU2 : Real from Standard);
107 aS:Surface from Geom)
108 returns Boolean from Standard;
110 CorrectWires(myclass;
111 aS :Shape from TopoDS)
112 returns Boolean from Standard;