Porting to DEV version of OCCT

This commit is contained in:
asl 2017-06-26 11:49:17 +03:00 committed by rnv
parent 4084b64cab
commit f798679a17
3 changed files with 12 additions and 0 deletions

View File

@ -96,6 +96,10 @@
#include <sstream>
#include <algorithm>
#if OCC_VERSION_LARGE >= 0x07010000
#include <V3d_Coordinate.hxx>
#endif
#include <Standard_Failure.hxx>
#include <Standard_NullObject.hxx>
#include <Standard_ErrorHandler.hxx> // CAREFUL ! position of this file is critic : see Lucien PIGNOLONI / OCC

View File

@ -76,6 +76,10 @@
#include <TColgp_SequenceOfDir.hxx>
#include <V3d_View.hxx>
#if OCC_VERSION_LARGE >= 0x07010000
#include <Quantity_Parameter.hxx>
#endif
// plane associated with custom data
struct PlaneAndSegment

View File

@ -56,6 +56,10 @@
#include <Geom_Plane.hxx>
#include <NCollection_Sequence.hxx>
#if OCC_VERSION_LARGE >= 0x07010000
#include <Quantity_Length.hxx>
#endif
//=================================================================================
// function : Constructor
// purpose :