Salome HOME
Undef max Visual Studio definition.
[modules/hexablock.git] / src / HEXABLOCK / make_dummycad
1 #!/bin/sh
2 # Comm : Generation d'une partie CasCade fictive
3
4 rm   -rf nokas
5 mkdir -p nokas
6 cp  HexDummyCad.hxx nokas/
7
8 while read fic
9       do
10       echo '#include "HexDummyCad.hxx"' > nokas/$fic
11       done << END_OF_FILE
12 BRepAdaptor_Curve.hxx
13 BRepAlgoAPI_Section.hxx
14 BRepBuilderAPI_MakeEdge.hxx
15 BRepBuilderAPI_MakeVertex.hxx
16 BRepBuilderAPI_Transform.hxx
17 BRepPrimAPI_MakeCylinder.hxx
18 BRepPrimAPI_MakeSphere.hxx
19 BRepTools.hxx
20 BRep_Builder.hxx
21 BRep_Tool.hxx
22 GCPnts_AbscissaPoint.hxx
23 GC_MakeCircle.hxx
24 GeomAPI_ProjectPointOnCurve.hxx
25 Geom_Circle.hxx
26 TopExp_Explorer.hxx
27 TopTools_IndexedMapOfShape.hxx
28 TopoDS.hxx
29 TopoDS_Compound.hxx
30 TopoDS_Edge.hxx
31 TopoDS_Iterator.hxx
32 TopoDS_Shape.hxx
33 TopoDS_Vertex.hxx
34 gp_Circ.hxx
35 gp_Dir.hxx
36 gp_Lin.hxx
37 gp_Pln.hxx
38 gp_Pnt.hxx
39 END_OF_FILE