Skip to content

Commit 5b6fec9

Browse files
committed
feat: add ifc road to ifc element list
1 parent 590d669 commit 5b6fec9

File tree

3 files changed

+2
-1146
lines changed

3 files changed

+2
-1146
lines changed

packages/fragments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@thatopen/fragments",
33
"description": "Simple geometric system built on top of Three.js to display 3D BIM data efficiently.",
4-
"version": "3.1.2",
4+
"version": "3.1.3",
55
"author": "That Open Company",
66
"contributors": [
77
"Antonio Gonzalez Viegas (https://github.com/agviegas)",

packages/fragments/src/Importers/IfcImporter/src/classes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,5 +209,6 @@ export const ifcClasses = {
209209
WEBIFC.IFCRAIL,
210210
WEBIFC.IFCSIGN,
211211
WEBIFC.IFCPAVEMENT,
212+
WEBIFC.IFCROAD,
212213
]),
213214
};

0 commit comments

Comments
 (0)