mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
add bounds restriction
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user