mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-16 05:04:11 +08:00
0032768: Coding - get rid of unused headers [BopAlgo to BRepBuilderAPI]
This commit is contained in:
@@ -21,13 +21,6 @@
|
||||
#include <BRepLib.hxx>
|
||||
#include <BRepTools.hxx>
|
||||
#include <Geom_Plane.hxx>
|
||||
#include <gp.hxx>
|
||||
#include <Precision.hxx>
|
||||
#include <TopExp_Explorer.hxx>
|
||||
#include <TopoDS.hxx>
|
||||
#include <TopoDS_Compound.hxx>
|
||||
#include <TopoDS_Face.hxx>
|
||||
#include <TopTools_ListIteratorOfListOfShape.hxx>
|
||||
#include <TopTools_MapOfShape.hxx>
|
||||
|
||||
//=======================================================================
|
||||
@@ -44,7 +37,6 @@ void BRepBuilderAPI::Plane(const Handle(Geom_Plane)& P)
|
||||
//function : Plane
|
||||
//purpose :
|
||||
//=======================================================================
|
||||
|
||||
const Handle(Geom_Plane)& BRepBuilderAPI::Plane()
|
||||
{
|
||||
return BRepLib::Plane();
|
||||
@@ -55,7 +47,6 @@ const Handle(Geom_Plane)& BRepBuilderAPI::Plane()
|
||||
//function : Precision
|
||||
//purpose :
|
||||
//=======================================================================
|
||||
|
||||
void BRepBuilderAPI::Precision(const Standard_Real P)
|
||||
{
|
||||
BRepLib::Precision(P);
|
||||
@@ -66,7 +57,6 @@ void BRepBuilderAPI::Precision(const Standard_Real P)
|
||||
//function : Precision
|
||||
//purpose :
|
||||
//=======================================================================
|
||||
|
||||
Standard_Real BRepBuilderAPI::Precision()
|
||||
{
|
||||
return BRepLib::Precision();
|
||||
|
||||
Reference in New Issue
Block a user