mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-08 14:17:06 +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:
@@ -14,19 +14,22 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <Hatch_Hatcher.ixx>
|
||||
#include <Hatch_Line.hxx>
|
||||
#include <IntAna2d_IntPoint.hxx>
|
||||
#include <IntAna2d_AnaIntersection.hxx>
|
||||
#include <Hatch_Parameter.hxx>
|
||||
|
||||
#include <gp_Dir2d.hxx>
|
||||
#include <gp_Lin2d.hxx>
|
||||
#include <gp_Pnt2d.hxx>
|
||||
#include <gp_Vec2d.hxx>
|
||||
#include <Hatch_Hatcher.hxx>
|
||||
#include <Hatch_Line.hxx>
|
||||
#include <Hatch_Parameter.hxx>
|
||||
#include <IntAna2d_AnaIntersection.hxx>
|
||||
#include <IntAna2d_IntPoint.hxx>
|
||||
#include <Standard_OutOfRange.hxx>
|
||||
|
||||
//=======================================================================
|
||||
//function : Hatch_Hatcher
|
||||
//purpose :
|
||||
//=======================================================================
|
||||
|
||||
Hatch_Hatcher::Hatch_Hatcher(const Standard_Real Tol,
|
||||
const Standard_Boolean Oriented) :
|
||||
myToler(Tol),
|
||||
|
Reference in New Issue
Block a user