#include "PreCompiled.h"#include <BRep_Builder.hxx>#include <BRepBndLib.hxx>#include <BRepPrimAPI_MakePrism.hxx>#include <BRepBuilderAPI_Copy.hxx>#include <BRepBuilderAPI_MakeFace.hxx>#include <Handle_Geom_Surface.hxx>#include <TopoDS.hxx>#include <TopoDS_Solid.hxx>#include <TopoDS_Face.hxx>#include <TopoDS_Wire.hxx>#include <TopExp_Explorer.hxx>#include <BRepAlgoAPI_Fuse.hxx>#include <Base/Placement.h>#include <Mod/Part/App/Part2DObject.h>#include "FeaturePad.h"Go to the source code of this file.
1.6.1