mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-12 06:32:09 +00:00
Whitespace cleanup
This commit is contained in:
@@ -184,7 +184,7 @@ class IfcExporter():
|
|||||||
self.file.createIfcFaceOuterBound(
|
self.file.createIfcFaceOuterBound(
|
||||||
self.file.createIfcPolyLoop([ifc_vertices[vertice] for vertice in polygon.vertices]),
|
self.file.createIfcPolyLoop([ifc_vertices[vertice] for vertice in polygon.vertices]),
|
||||||
True)]))
|
True)]))
|
||||||
|
|
||||||
return self.file.createIfcProductDefinitionShape(None, None,
|
return self.file.createIfcProductDefinitionShape(None, None,
|
||||||
[self.file.createIfcShapeRepresentation(
|
[self.file.createIfcShapeRepresentation(
|
||||||
self.ifc_rep_subcontext, 'Body', 'Brep',
|
self.ifc_rep_subcontext, 'Body', 'Brep',
|
||||||
@@ -197,8 +197,6 @@ class IfcExporter():
|
|||||||
[ self.ifc_parser.products[e]['ifc'] for e in related_elements],
|
[ self.ifc_parser.products[e]['ifc'] for e in related_elements],
|
||||||
self.ifc_parser.spatial_structure_elements[relating_structure]['ifc'])
|
self.ifc_parser.spatial_structure_elements[relating_structure]['ifc'])
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
ifc_parser = IfcParser()
|
ifc_parser = IfcParser()
|
||||||
ifc_schema = IfcSchema()
|
ifc_schema = IfcSchema()
|
||||||
ifc_exporter = IfcExporter(ifc_parser, ifc_schema)
|
ifc_exporter = IfcExporter(ifc_parser, ifc_schema)
|
||||||
|
|||||||
Reference in New Issue
Block a user