This commit is contained in:
Dion Moult
2022-09-03 15:34:52 +10:00
parent e34b737428
commit b9cb1ab012
13 changed files with 38 additions and 18 deletions
+6 -1
View File
@@ -51,7 +51,12 @@ class Obj2Ifc:
[
self.file.createIfcFaceOuterBound(
self.file.createIfcPolyLoop(
[self.file.createIfcCartesianPoint(self.get_coordinates(vertices[index].tolist())) for index in face]
[
self.file.createIfcCartesianPoint(
self.get_coordinates(vertices[index].tolist())
)
for index in face
]
),
True,
)