1 -- Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
2 -- CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
4 -- This library is free software; you can redistribute it and/or
5 -- modify it under the terms of the GNU Lesser General Public
6 -- License as published by the Free Software Foundation; either
7 -- version 2.1 of the License.
9 -- This library is distributed in the hope that it will be useful
10 -- but WITHOUT ANY WARRANTY; without even the implied warranty of
11 -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 -- Lesser General Public License for more details.
14 -- You should have received a copy of the GNU Lesser General Public
15 -- License along with this library; if not, write to the Free Software
16 -- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 -- See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 -- File: NMTTools_Tools.cdl
22 -- Created: Mon Dec 8 10:32:34 2003
23 -- Author: Peter KURNEV
27 class Tools from NMTTools
35 Context from IntTools,
38 ListOfShape from TopTools,
39 IndexedDataMapOfIntegerIndexedMapOfInteger from BOPTColStd,
40 CArray1OfVVInterference from BOPTools,
41 CArray1OfSSInterference from BOPTools,
42 ListOfCoupleOfShape from NMTTools,
43 IndexedDataMapOfShapeIndexedMapOfShape from NMTTools
48 MakeNewVertex (myclass;
49 aLV : ListOfShape from TopTools;
50 aNewVertex: out Vertex from TopoDS);
52 aVVs:CArray1OfVVInterference from BOPTools;
53 aMCX: out IndexedDataMapOfIntegerIndexedMapOfInteger from BOPTColStd);
56 aVVs:CArray1OfSSInterference from BOPTools;
57 aMCX: out IndexedDataMapOfIntegerIndexedMapOfInteger from BOPTColStd);
60 aMCV: IndexedDataMapOfIntegerIndexedMapOfInteger from BOPTColStd;
61 aMCX: out IndexedDataMapOfIntegerIndexedMapOfInteger from BOPTColStd);
64 IsSplitInOnFace(myclass;
65 aE : Edge from TopoDS;
66 aF : Face from TopoDS;
67 aCtx:out Context from IntTools)
68 returns Boolean from Standard;
70 AreFacesSameDomain(myclass;
71 aF1 : Face from TopoDS;
72 aF2 : Face from TopoDS;
73 aCtx : out Context from IntTools)
74 returns Boolean from Standard;
77 aLCS:ListOfCoupleOfShape from NMTTools;
78 aM :out IndexedDataMapOfShapeIndexedMapOfShape from NMTTools);
81 aM1: IndexedDataMapOfShapeIndexedMapOfShape from NMTTools;
82 aM2:out IndexedDataMapOfShapeIndexedMapOfShape from NMTTools);
84 --modified by NIZNHY-PKV Thu Nov 16 10:58:08 2006f
85 -- MakePCurve(myclass;
86 -- aE : Edge from TopoDS;
87 -- aF : Face from TopoDS;
88 -- aC2D: Curve from Geom2d;
89 -- aTolR2D: Real from Standard);
92 aE : Edge from TopoDS;
93 aF : Face from TopoDS;
94 aC2D : Curve from Geom2d);
97 aE : Edge from TopoDS;
98 aTol : Real from Standard);
99 --modified by NIZNHY-PKV Thu Nov 16 10:58:14 2006t