mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +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:
@@ -18,23 +18,33 @@
|
||||
//:l9 abv 15.01.99: CTS22023 and TEC0278: issue data fail on offset tapered flag
|
||||
// only if type is not constant
|
||||
|
||||
#include <IGESGeom_ToolOffsetCurve.ixx>
|
||||
#include <IGESData_ParamCursor.hxx>
|
||||
#include <gp_XYZ.hxx>
|
||||
#include <gp_Vec.hxx>
|
||||
#include <IGESData_IGESEntity.hxx>
|
||||
#include <gp_XYZ.hxx>
|
||||
#include <IGESData_DirChecker.hxx>
|
||||
#include <IGESData_Dump.hxx>
|
||||
#include <IGESData_IGESDumper.hxx>
|
||||
#include <IGESData_IGESEntity.hxx>
|
||||
#include <IGESData_IGESReaderData.hxx>
|
||||
#include <IGESData_IGESWriter.hxx>
|
||||
#include <IGESData_ParamCursor.hxx>
|
||||
#include <IGESData_ParamReader.hxx>
|
||||
#include <IGESData_Status.hxx>
|
||||
#include <IGESGeom_OffsetCurve.hxx>
|
||||
#include <IGESGeom_ToolOffsetCurve.hxx>
|
||||
#include <Interface_Check.hxx>
|
||||
#include <Interface_CopyTool.hxx>
|
||||
#include <Interface_EntityIterator.hxx>
|
||||
#include <Interface_Macros.hxx>
|
||||
#include <Interface_ShareTool.hxx>
|
||||
#include <Message_Messenger.hxx>
|
||||
#include <Message_Msg.hxx>
|
||||
#include <Standard_DomainError.hxx>
|
||||
|
||||
// MGE 30/07/98
|
||||
#include <Message_Msg.hxx>
|
||||
#include <IGESData_Status.hxx>
|
||||
|
||||
//=======================================================================
|
||||
//function : IGESGeom_ToolOffsetCurve
|
||||
//purpose :
|
||||
//=======================================================================
|
||||
|
||||
IGESGeom_ToolOffsetCurve::IGESGeom_ToolOffsetCurve ()
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user