// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers #include // MFC core and standard components #include // MFC extensions #include // MFC OLE automation classes #ifndef _AFX_NO_AFXCMN_SUPPORT #include // MFC support for Windows Common Controls #endif // _AFX_NO_AFXCMN_SUPPORT #if !defined(WNT) #error WNT precompiler directive is mandatory for CasCade #endif #pragma warning( disable : 4244 ) // Issue warning 4244 #include "Standard_ShortReal.hxx" #pragma warning( default : 4244 ) // Issue warning 4244 #include #include #include #include #include #include #include #include #include #include #include #include "TopoDS_Shape.hxx" #include "BRepPrimAPI_MakeBox.hxx" #include "BRepPrimAPI_MakeSphere.hxx" #include "BRepAlgoAPI_Cut.hxx" #include "BRepAlgoAPI_Fuse.hxx" #include "BRepPrimAPI_MakeTorus.hxx" #include "gp_Vec.hxx" #include "BRepPrimAPI_MakeSphere.hxx" #include "gp_Pnt.hxx" #include "BRepAlgoAPI_Section.hxx" #include "TopOpeBRepTool_OutCurveType.hxx" #include "BRepPrimAPI_MakeWedge.hxx" #include "BRepAlgoAPI_Common.hxx" #include "gp_Pln.hxx" #include "TopoDS_Face.hxx" #include "BRepBuilderAPI_MakeFace.hxx" #include "BRepPrimAPI_MakeCone.hxx" #include "BRepPrimAPI_MakeHalfSpace.hxx" #include "TopoDS_Vertex.hxx" #include "BRepBuilderAPI_MakeVertex.hxx" #include "gp_Ax3.hxx" #include "gp_Dir.hxx" #include "gp_Cylinder.hxx" #include "Geom_Plane.hxx" #include "AIS_Plane.hxx" #include #include #include #include #include "TopoDS_Iterator.hxx" #include "TopExp_Explorer.hxx" #include "Geom_RectangularTrimmedSurface.hxx" #include "BRepFilletAPI_MakeChamfer.hxx" #include "TopExp.hxx" #include "TopTools_IndexedDataMapOfShapeListOfShape.hxx" #include "BRepPrimAPI_MakeCone.hxx" #include "ChFi3d_FilletShape.hxx" #include "TColgp_Array1OfPnt2d.hxx" #include "gp_Pnt2d.hxx" #include "BRepAdaptor_Curve.hxx" #include "GeomAbs_JoinType.hxx" #include "GeomAbs_CurveType.hxx" #include "GeomAbs_SurfaceType.hxx" #include "BRepAdaptor_Surface.hxx" #include "TopTools_ListIteratorOfListOfShape.hxx" #include "TopTools_ListOfShape.hxx" #include "TopOpeBRepBuild_HBuilder.hxx" #include "TopTools_ListIteratorOfListOfShape.hxx" #include "BRepAlgoAPI_BooleanOperation.hxx" ////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line.