1 -- Copyright (C) 2007-2010 CEA/DEN, EDF R&D, OPEN CASCADE
3 -- This library is free software; you can redistribute it and/or
4 -- modify it under the terms of the GNU Lesser General Public
5 -- License as published by the Free Software Foundation; either
6 -- version 2.1 of the License.
8 -- This library is distributed in the hope that it will be useful,
9 -- but WITHOUT ANY WARRANTY; without even the implied warranty of
10 -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 -- Lesser General Public License for more details.
13 -- You should have received a copy of the GNU Lesser General Public
14 -- License along with this library; if not, write to the Free Software
15 -- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17 -- See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
19 -- File: GEOMAlgo_WESScaler.cdl
25 class WESScaler from GEOMAlgo
26 inherits Algo from GEOMAlgo
33 ListOfShape from TopTools,
34 DataMapOfOrientedShapeShape from GEOMAlgo,
35 WireEdgeSet from GEOMAlgo,
36 PWireEdgeSet from GEOMAlgo
42 ---Purpose: Empty constructor
43 returns WESScaler from GEOMAlgo;
44 ---C++: alias "Standard_EXPORT virtual ~GEOMAlgo_WESScaler();"
47 aWES: Real from Standard);
52 returns Real from Standard;
57 aF: Face from TopoDS);
60 returns Face from TopoDS;
61 ---C++: return const &
64 aLE:ListOfShape from TopTools);
67 returns ListOfShape from TopTools;
68 ---C++: return const &
71 ---Purpose: Performs the algorithm
75 returns Face from TopoDS;
76 ---C++: return const &
79 returns ListOfShape from TopTools;
80 ---C++: return const &
84 returns Shape from TopoDS;
85 ---C++: return const &
90 returns Shape from TopoDS;
91 ---C++: return const &
95 returns DataMapOfOrientedShapeShape from GEOMAlgo;
96 ---C++: return const &
101 returns DataMapOfOrientedShapeShape from GEOMAlgo;
102 ---C++: return const &
107 ---Purpose: Performs the algorithm
108 is redefined protected;
111 myScale : Real from Standard is protected;
112 myFace : Face from TopoDS is protected;
114 myEdges : ListOfShape from TopTools is protected;
115 myFaceScaled : Face from TopoDS is protected;
116 myEdgesScaled : ListOfShape from TopTools is protected;
117 myImages : DataMapOfOrientedShapeShape from GEOMAlgo is protected;
118 myOrigins : DataMapOfOrientedShapeShape from GEOMAlgo is protected;
119 myShapeTmp : Shape from TopoDS is protected;