Write docs describing how to create profile representations

This commit is contained in:
Dion Moult
2023-07-19 19:58:12 +10:00
parent c59757c61a
commit 268039fb13
5 changed files with 124 additions and 5 deletions
@@ -62,9 +62,6 @@ class Usecase:
ifcopenshell.api.run(
"geometry.edit_object_placement", self.file, product=self.settings["element"], matrix=matrix
)
ifcopenshell.api.run(
"geometry.assign_representation", self.file, product=self.settings["element"], representation=representation
)
return representation
def convert_si_to_unit(self, co):