ifcopenshell.file.to_string

This commit is contained in:
Andrej730
2024-10-01 17:20:14 +05:00
parent 35f53232b6
commit 315d3c6437
@@ -690,3 +690,6 @@ class file:
@staticmethod
def from_pointer(v) -> "file":
return file_dict.get(v)()
def to_string(self) -> str:
return self.wrapped_data.to_string()