mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 21:42:19 +00:00
add bounds restriction
This commit is contained in:
@@ -248,9 +248,6 @@ class restriction:
|
|||||||
self.options[0] += '='
|
self.options[0] += '='
|
||||||
self.options[0] += node[n]['@value']
|
self.options[0] += node[n]['@value']
|
||||||
#TODO implement other restrictions
|
#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"):
|
# elif n.nodeType == n.ELEMENT_NODE and n.tagName.endswith("length"):
|
||||||
# self.type = "length"
|
# self.type = "length"
|
||||||
# self.options.append(n.getAttribute("value"))
|
# self.options.append(n.getAttribute("value"))
|
||||||
|
|||||||
Reference in New Issue
Block a user