Skip to content

Commit 1a801a6

Browse files
committed
Changed LoDe.0 to LoD4.0
1 parent 3cc73c4 commit 1a801a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

inc/cjCreator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3816,7 +3816,7 @@ std::vector<CJT::GeoObject> CJGeoCreator::makeLoDe0(DataManager* h, CJT::Kernel*
38163816
TopoDS_Shape currentShape = h->getObjectShapeFromMem(currentProduct, true);
38173817

38183818
if (currentShape.IsNull()) { continue; }
3819-
CJT::GeoObject geoObject = kernel->convertToJSON(currentShape, "e.0");
3819+
CJT::GeoObject geoObject = kernel->convertToJSON(currentShape, "4.0");
38203820

38213821
nlohmann::json attributeMap;
38223822
attributeMap[CJObjectEnum::getString(CJObjectID::CJType)] = "+" + currentProduct->data().type()->name();

inc/helper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#define USE_IFC4
1+
#define USE_IFC4x3
22

33
#ifdef USE_IFC2x3
44
#define IfcSchema Ifc2x3

0 commit comments

Comments
 (0)