Skip to content

Commit 0f75819

Browse files
committed
use hybrid geometry kernel
1 parent 3605050 commit 0f75819

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ifcmax/IfcMax.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,8 @@ int IFCImp::DoImport(const TCHAR *file_name, ImpInterface *impitfc, Interface *i
338338
auto annotations = file.instances_by_type("IfcAnnotation");
339339
auto solids = file.instances_by_type("IfcSolidModel");
340340

341-
IfcGeom::Iterator iterator(settings, &file);
341+
// previous "opencascade"
342+
IfcGeom::Iterator iterator( "hybrid-cgal-simple-opencascade", settings, &file);
342343

343344
delete[] fn_mb;
344345

0 commit comments

Comments
 (0)