mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +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,17 +14,22 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <BRepSweep_Prism.ixx>
|
||||
#include <BRepSweep_Translation.hxx>
|
||||
#include <Sweep_NumShape.hxx>
|
||||
|
||||
#include <BRepSweep_Prism.hxx>
|
||||
#include <BRepSweep_Translation.hxx>
|
||||
#include <gp_Dir.hxx>
|
||||
#include <gp_Trsf.hxx>
|
||||
#include <gp_Vec.hxx>
|
||||
#include <Precision.hxx>
|
||||
#include <Standard_ConstructionError.hxx>
|
||||
#include <Sweep_NumShape.hxx>
|
||||
#include <TopLoc_Location.hxx>
|
||||
#include <TopoDS_Shape.hxx>
|
||||
|
||||
//=======================================================================
|
||||
//function : BRepSweep_Prism
|
||||
//purpose :
|
||||
//=======================================================================
|
||||
|
||||
BRepSweep_Prism::BRepSweep_Prism
|
||||
(const TopoDS_Shape& S,
|
||||
const gp_Vec& V,
|
||||
|
Reference in New Issue
Block a user