mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 21:38:51 +00:00
occt 7.6 compatibility
This commit is contained in:
@@ -43,12 +43,15 @@
|
|||||||
#include <Geom_ToroidalSurface.hxx>
|
#include <Geom_ToroidalSurface.hxx>
|
||||||
#include <BRepAdaptor_CompCurve.hxx>
|
#include <BRepAdaptor_CompCurve.hxx>
|
||||||
#include <Approx_Curve3d.hxx>
|
#include <Approx_Curve3d.hxx>
|
||||||
#include <BRepAdaptor_HCompCurve.hxx>
|
|
||||||
#include <Standard_Version.hxx>
|
#include <Standard_Version.hxx>
|
||||||
#include <Geom_SurfaceOfLinearExtrusion.hxx>
|
#include <Geom_SurfaceOfLinearExtrusion.hxx>
|
||||||
#include <Geom_SurfaceOfRevolution.hxx>
|
#include <Geom_SurfaceOfRevolution.hxx>
|
||||||
#include <BRepPrimAPI_MakeRevol.hxx>
|
#include <BRepPrimAPI_MakeRevol.hxx>
|
||||||
|
|
||||||
|
#if OCC_VERSION_HEX < 0x70600
|
||||||
|
#include <BRepAdaptor_HCompCurve.hxx>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "OpenCascadeKernel.h"
|
#include "OpenCascadeKernel.h"
|
||||||
#include "face_definition.h"
|
#include "face_definition.h"
|
||||||
#include "wire_utils.h"
|
#include "wire_utils.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user