From ba26772e464d5fa938e8d1f5a36b251dfa346b2e Mon Sep 17 00:00:00 2001 From: ArturTomczak Date: Sat, 12 Jun 2021 21:10:50 +0200 Subject: [PATCH] add bounds restriction --- src/ifcopenshell-python/ifcopenshell/ids.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ifcopenshell-python/ifcopenshell/ids.py b/src/ifcopenshell-python/ifcopenshell/ids.py index 3553753701..aea3102757 100644 --- a/src/ifcopenshell-python/ifcopenshell/ids.py +++ b/src/ifcopenshell-python/ifcopenshell/ids.py @@ -248,9 +248,6 @@ class restriction: self.options[0] += '=' self.options[0] += node[n]['@value'] #TODO implement other restrictions - # elif n.nodeType == n.ELEMENT_NODE and (n.tagName.endswith("Inclusive") or n.tagName.endswith("Exclusive")): - # self.type = "bounds" - # self.options.append(n.getAttribute("value")) # elif n.nodeType == n.ELEMENT_NODE and n.tagName.endswith("length"): # self.type = "length" # self.options.append(n.getAttribute("value"))