Skip to content

Commit

Permalink
fix(bug) : IfcPropertyTiler missing ignore IFCTRIANGULATEDFACESET #535 (
Browse files Browse the repository at this point in the history
#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'
  • Loading branch information
superman90113 authored Nov 28, 2024
1 parent 78d75a2 commit c351369
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ export const GeometryTypes = new Set<number>([
2571569899, 178912537, 2294589976, 1437953363, 2133299955, 572779678,
3092502836, 388784114, 2624227202, 1425443689, 3057273783, 2347385850,
1682466193, 2519244187, 2839578677, 3958567839, 2513912981, 2830218821,
427810014,
427810014, 2916149573
]);

0 comments on commit c351369

Please sign in to comment.