mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0024002: Overall code and build procedure refactoring -- automatic
Automatic upgrade of OCCT code by command "occt_upgrade . -nocdl": - WOK-generated header files from inc and sources from drv are moved to src - CDL files removed - All packages are converted to nocdlpack
This commit is contained in:
@@ -16,39 +16,36 @@
|
||||
|
||||
//gka,abv 14.09.99: S4136: eliminate BRepAPI::Precision()
|
||||
|
||||
#include <StepToTopoDS_TranslatePolyLoop.ixx>
|
||||
|
||||
#include <StepToTopoDS_PointPair.hxx>
|
||||
|
||||
#include <StepToGeom_MakeCartesianPoint.hxx>
|
||||
|
||||
#include <BRep_Builder.hxx>
|
||||
//#include <BRepAPI.hxx>
|
||||
|
||||
#include <ElSLib.hxx>
|
||||
#include <ShapeAnalysis_Surface.hxx>
|
||||
|
||||
#include <TopoDS.hxx>
|
||||
#include <TopoDS_Wire.hxx>
|
||||
#include <TopoDS_Vertex.hxx>
|
||||
#include <TopoDS_Edge.hxx>
|
||||
|
||||
#include <Geom2d_Line.hxx>
|
||||
#include <Geom_CartesianPoint.hxx>
|
||||
#include <Geom_Line.hxx>
|
||||
#include <Geom_Plane.hxx>
|
||||
#include <Geom_CartesianPoint.hxx>
|
||||
|
||||
#include <Geom_Surface.hxx>
|
||||
#include <gp_Vec2d.hxx>
|
||||
|
||||
#include <StepGeom_HArray1OfCartesianPoint.hxx>
|
||||
#include <Transfer_TransientProcess.hxx>
|
||||
#include <Precision.hxx>
|
||||
#include <ShapeAnalysis_Surface.hxx>
|
||||
#include <StdFail_NotDone.hxx>
|
||||
#include <StepGeom_HArray1OfCartesianPoint.hxx>
|
||||
#include <StepShape_PolyLoop.hxx>
|
||||
#include <StepToGeom_MakeCartesianPoint.hxx>
|
||||
#include <StepToTopoDS_PointPair.hxx>
|
||||
#include <StepToTopoDS_Tool.hxx>
|
||||
#include <StepToTopoDS_TranslatePolyLoop.hxx>
|
||||
#include <TopoDS.hxx>
|
||||
#include <TopoDS_Edge.hxx>
|
||||
#include <TopoDS_Face.hxx>
|
||||
#include <TopoDS_Shape.hxx>
|
||||
#include <TopoDS_Vertex.hxx>
|
||||
#include <TopoDS_Wire.hxx>
|
||||
#include <Transfer_TransientProcess.hxx>
|
||||
|
||||
//#include <BRepAPI.hxx>
|
||||
// ============================================================================
|
||||
// Method :
|
||||
// Purpose :
|
||||
// ============================================================================
|
||||
|
||||
StepToTopoDS_TranslatePolyLoop::StepToTopoDS_TranslatePolyLoop()
|
||||
{
|
||||
done = Standard_False;
|
||||
|
Reference in New Issue
Block a user