Skip to content

Commit c351369

Browse files
fix(bug) : IfcPropertyTiler missing ignore IFCTRIANGULATEDFACESET #535 (#538)
* Tool for isolating graphical elements and export to valid IFC #514 Added IfcIsolator class * fix(bug) : IfcPropertyTiler missing ignore IFCTRIANGULATEDFACESET #535 Added this to GeometryTypes 2916149573: 'IFCTRIANGULATEDFACESET'
1 parent 78d75a2 commit c351369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/ifc/IfcJsonExporter/src/ifc-geometry-types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ export const GeometryTypes = new Set<number>([
2424
2571569899, 178912537, 2294589976, 1437953363, 2133299955, 572779678,
2525
3092502836, 388784114, 2624227202, 1425443689, 3057273783, 2347385850,
2626
1682466193, 2519244187, 2839578677, 3958567839, 2513912981, 2830218821,
27-
427810014,
27+
427810014, 2916149573
2828
]);

0 commit comments

Comments
 (0)