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
20 -- File: NMTTools_DSFiller.cdl
21 -- Created: Fri Dec 5 13:57:03 2003
22 -- Author: Peter KURNEV
26 class DSFiller from NMTTools
32 InterferencePool from BOPTools,
33 PInterferencePool from BOPTools,
34 ShapesDataStructure from NMTDS,
35 PShapesDataStructure from NMTDS,
36 PPaveFiller from NMTTools,
37 PaveFiller from NMTTools
42 returns DSFiller from NMTTools;
46 ---Purpose: Destructor
48 -- Selectors/Modifiers
49 SetCompositeShape (me:out;
50 aS: Shape from TopoDS);
53 returns Shape from TopoDS;
57 aFlag:Boolean from Standard);
60 returns Boolean from Standard;
71 returns ShapesDataStructure from NMTDS;
72 ---C++: return const &
75 returns InterferencePool from BOPTools;
76 ---C++: return const &
79 returns Boolean from Standard;
82 returns PaveFiller from NMTTools;
83 ---C++: return const &
85 ChangePaveFiller (me:out)
86 returns PaveFiller from NMTTools;
90 myCompositeShape : Shape from TopoDS is protected;
91 myDS : PShapesDataStructure from NMTDS is protected;
92 myInterfPool : PInterferencePool from BOPTools is protected;
93 myPaveFiller : PPaveFiller from NMTTools is protected;
95 myIsDone : Boolean from Standard is protected;
96 myIsNewFiller : Boolean from Standard is protected;