Fix #1429. MVDs now reflect the full DesignTransferView by default.

This commit is contained in:
Dion Moult
2021-05-28 09:49:57 +10:00
parent 7d2d9b2bcf
commit 7890ded698
2 changed files with 1 additions and 11 deletions
@@ -22,4 +22,5 @@ class Usecase:
self.file.wrapped_data.header.file_name.preprocessor_version = "IfcOpenShell {}".format(ifcopenshell.version)
self.file.wrapped_data.header.file_name.originating_system = "IfcOpenShell {}".format(ifcopenshell.version)
self.file.wrapped_data.header.file_name.authorization = "Nobody"
self.file.wrapped_data.header.file_description.description = ('ViewDefinition[DesignTransferView]',)
return self.file