mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 06:39:13 +00:00
Black
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user