Fix problem in getpsets(facet.py) and added descriptions to specifications (IfcTester)

This commit is contained in:
c4rlosdias
2023-10-02 13:49:27 -03:00
parent f9d45222c8
commit 31bdc96130
4 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ def get_pset(element, pset):
@lru_cache
def get_psets(element, pset):
def get_psets(element):
return ifcopenshell.util.element.get_psets(element)