mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-11 22:31:55 +00:00
Update examples
This commit is contained in:
@@ -38,17 +38,12 @@
|
|||||||
|
|
||||||
#include <Standard_Version.hxx>
|
#include <Standard_Version.hxx>
|
||||||
|
|
||||||
#ifdef USE_IFC4
|
|
||||||
#include "../ifcparse/Ifc4.h"
|
|
||||||
#define IfcSchema Ifc4
|
|
||||||
#else
|
|
||||||
#include "../ifcparse/Ifc2x3.h"
|
|
||||||
#define IfcSchema Ifc2x3
|
#define IfcSchema Ifc2x3
|
||||||
#endif
|
#include "../ifcparse/macros.h"
|
||||||
|
#include "../ifcparse/Ifc2x3.h"
|
||||||
#include "../ifcparse/IfcBaseClass.h"
|
#include "../ifcparse/IfcBaseClass.h"
|
||||||
#include "../ifcparse/IfcHierarchyHelper.h"
|
#include "../ifcparse/IfcHierarchyHelper.h"
|
||||||
#include "../ifcgeom/IfcGeom.h"
|
|
||||||
#include "../ifcgeom/schema_agnostic/Serialization.h"
|
#include "../ifcgeom/schema_agnostic/Serialization.h"
|
||||||
|
|
||||||
#if USE_VLD
|
#if USE_VLD
|
||||||
|
|||||||
@@ -33,17 +33,14 @@
|
|||||||
#include <BRepGProp.hxx>
|
#include <BRepGProp.hxx>
|
||||||
#include <GProp_GProps.hxx>
|
#include <GProp_GProps.hxx>
|
||||||
|
|
||||||
#ifdef USE_IFC4
|
#include <Precision.hxx>
|
||||||
#include "../ifcparse/Ifc4.h"
|
|
||||||
#define IfcSchema Ifc4
|
|
||||||
#else
|
|
||||||
#include "../ifcparse/Ifc2x3.h"
|
|
||||||
#define IfcSchema Ifc2x3
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
#define IfcSchema Ifc2x3
|
||||||
|
#include "../ifcparse/macros.h"
|
||||||
|
#include "../ifcparse/Ifc2x3.h"
|
||||||
#include "../ifcparse/IfcBaseClass.h"
|
#include "../ifcparse/IfcBaseClass.h"
|
||||||
#include "../ifcparse/IfcHierarchyHelper.h"
|
#include "../ifcparse/IfcHierarchyHelper.h"
|
||||||
#include "../ifcgeom/IfcGeom.h"
|
|
||||||
#include "../ifcgeom/schema_agnostic/Serialization.h"
|
#include "../ifcgeom/schema_agnostic/Serialization.h"
|
||||||
|
|
||||||
#if USE_VLD
|
#if USE_VLD
|
||||||
|
|||||||
Reference in New Issue
Block a user