1 |
|
5 |
// stdafx.h : include file for standard system include files,
|
2 |
|
|
// or project specific include files that are used frequently, but
|
3 |
|
|
// are changed infrequently
|
4 |
|
|
//
|
5 |
|
|
|
6 |
|
|
#if !defined(AFX_STDAFX_H__7D64192B_61AD_404A_8865_429C356722C5__INCLUDED_)
|
7 |
|
|
#define AFX_STDAFX_H__7D64192B_61AD_404A_8865_429C356722C5__INCLUDED_
|
8 |
|
|
|
9 |
|
|
#if _MSC_VER > 1000
|
10 |
|
|
#pragma once
|
11 |
|
|
#endif // _MSC_VER > 1000
|
12 |
|
|
|
13 |
|
|
#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
|
14 |
|
|
|
15 |
|
|
#include <afxwin.h> // MFC core and standard components
|
16 |
|
|
#include <afxext.h> // MFC extensions
|
17 |
|
|
|
18 |
|
|
#ifndef _AFX_NO_OLE_SUPPORT
|
19 |
|
|
#include <afxole.h> // MFC OLE classes
|
20 |
|
|
#include <afxodlgs.h> // MFC OLE dialog classes
|
21 |
|
|
#include <afxdisp.h> // MFC Automation classes
|
22 |
|
|
#endif // _AFX_NO_OLE_SUPPORT
|
23 |
|
|
|
24 |
|
|
|
25 |
|
|
#ifndef _AFX_NO_DB_SUPPORT
|
26 |
|
|
#include <afxdb.h> // MFC ODBC database classes
|
27 |
|
|
#endif // _AFX_NO_DB_SUPPORT
|
28 |
|
|
|
29 |
|
|
#ifndef _AFX_NO_DAO_SUPPORT
|
30 |
|
|
#include <afxdao.h> // MFC DAO database classes
|
31 |
|
|
#endif // _AFX_NO_DAO_SUPPORT
|
32 |
|
|
|
33 |
|
|
#include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
|
34 |
|
|
#ifndef _AFX_NO_AFXCMN_SUPPORT
|
35 |
|
|
#include <afxcmn.h> // MFC support for Windows Common Controls
|
36 |
|
|
#endif // _AFX_NO_AFXCMN_SUPPORT
|
37 |
|
|
|
38 |
|
|
|
39 |
|
|
|
40 |
|
|
#include <BRep_Builder.hxx>
|
41 |
|
|
#include <TopoDS_Shell.hxx>
|
42 |
|
|
#include <GeomPlate_BuildPlateSurface.hxx>
|
43 |
|
|
#include <TColgp_Array1OfPnt.hxx>
|
44 |
|
|
#include <Geom_BSplineCurve.hxx>
|
45 |
|
|
#include <GeomAPI_PointsToBSpline.hxx>
|
46 |
|
|
#include <GeomAdaptor_HCurve.hxx>
|
47 |
|
|
#include <Handle_GeomAdaptor_HCurve.hxx>
|
48 |
|
|
#include <BRepFill_CurveConstraint.hxx>
|
49 |
|
|
#include <Handle_BRepFill_CurveConstraint.hxx>
|
50 |
|
|
#include <GeomPlate_PointConstraint.hxx>
|
51 |
|
|
#include <GeomPlate_MakeApprox.hxx>
|
52 |
|
|
#include <TopoDS_Wire.hxx>
|
53 |
|
|
#include <BRepBuilderAPI_MakeWire.hxx>
|
54 |
|
|
#include <GeomAPI_ProjectPointOnSurf.hxx>
|
55 |
|
|
#include <TColgp_Array1OfPnt2d.hxx>
|
56 |
|
|
#include <Geom2d_BSplineCurve.hxx>
|
57 |
|
|
#include <Geom2dAPI_PointsToBSpline.hxx>
|
58 |
|
|
#include <BRepBuilderAPI_MakeEdge.hxx>
|
59 |
|
|
#include <TopoDS_Face.hxx>
|
60 |
|
|
#include <BRepBuilderAPI_MakeFace.hxx>
|
61 |
|
|
#include <TopoDS_Solid.hxx>
|
62 |
|
|
#include <STEPControl_Writer.hxx>
|
63 |
|
|
#include <gp_Ax3.hxx>
|
64 |
|
|
#include <Geom_CylindricalSurface.hxx>
|
65 |
|
|
#include <TColGeom_Array1OfBSplineCurve.hxx>
|
66 |
|
|
#include <GeomFill_SimpleBound.hxx>
|
67 |
|
|
#include <GeomFill_ConstrainedFilling.hxx>
|
68 |
|
|
#include <Geom_ConicalSurface.hxx>
|
69 |
|
|
#include <Geom_ToroidalSurface.hxx>
|
70 |
|
|
#include <Geom_SphericalSurface.hxx>
|
71 |
|
|
|
72 |
|
|
|
73 |
|
|
#include <GProp_PEquation.hxx>
|
74 |
|
|
#include <Geom_Line.hxx>
|
75 |
|
|
#include <GeomAPI_ProjectPointOnCurve.hxx>
|
76 |
|
|
#include <Geom_SurfaceOfRevolution.hxx>
|
77 |
|
|
#include <Geom_Circle.hxx>
|
78 |
|
|
#include <gp_Pln.hxx>
|
79 |
|
|
#include <Geom_Plane.hxx>
|
80 |
|
|
#include <TColGeom_Array1OfSurface.hxx>
|
81 |
|
|
#include <GCE2d_MakeSegment.hxx>
|
82 |
|
|
#include <GC_MakeArcOfCircle.hxx>
|
83 |
|
|
#include <GeomProjLib.hxx>
|
84 |
|
|
#include <gp_Elips2d.hxx>
|
85 |
|
|
#include <GCE2d_MakeArcOfEllipse.hxx>
|
86 |
|
|
#include <gp_Circ2d.hxx>
|
87 |
|
|
#include <GCE2d_MakeArcOfCircle.hxx>
|
88 |
|
|
#include <gp_Cylinder.hxx>
|
89 |
|
|
|
90 |
|
|
|
91 |
|
|
|
92 |
|
|
|
93 |
|
|
|
94 |
|
|
|
95 |
|
|
|
96 |
|
|
|
97 |
|
|
|
98 |
|
|
|
99 |
|
|
|
100 |
|
|
|
101 |
|
|
|
102 |
|
|
|
103 |
|
|
//{{AFX_INSERT_LOCATION}}
|
104 |
|
|
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
105 |
|
|
|
106 |
|
|
#endif // !defined(AFX_STDAFX_H__7D64192B_61AD_404A_8865_429C356722C5__INCLUDED_)
|