Add support for BCFXML export of IFC Clash results

This commit is contained in:
Dion Moult
2020-12-29 22:49:22 +11:00
parent ceb7b0e13f
commit c502d39aaf
5 changed files with 90 additions and 20 deletions
+1 -1
View File
@@ -345,7 +345,7 @@ class BcfXml:
def write_viewpoint(self, viewpoint, topic):
document = minidom.Document()
root = self._create_element(document, "VisualizationInfo", { "Guid": viewpoint.guid })
root = self._create_element(document, "VisualizationInfo", {"Guid": viewpoint.guid})
self.write_viewpoint_components(viewpoint, root)
self.write_viewpoint_orthogonal_camera(viewpoint, root)
self.write_viewpoint_perspective_camera(viewpoint, root)