mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
@@ -382,7 +382,7 @@ class application(QtWidgets.QApplication):
|
||||
|
||||
self.scrollLayout.addStretch()
|
||||
else:
|
||||
label = QtWidgets.QLabel("No IfcPropertySets asscociated with selected entity instance")
|
||||
label = QtWidgets.QLabel("No IfcPropertySets associated with selected entity instance")
|
||||
self.scrollLayout.addWidget(label)
|
||||
|
||||
def load_file(self, f, **kwargs):
|
||||
|
||||
@@ -390,7 +390,7 @@ class specification:
|
||||
return False, False
|
||||
|
||||
def __str__(self):
|
||||
"""Represent the specification in human readible sentence.
|
||||
"""Represent the specification in human readable sentence.
|
||||
|
||||
:return: sentence
|
||||
:rtype: str
|
||||
@@ -1031,7 +1031,7 @@ class restriction:
|
||||
return result
|
||||
|
||||
def __repr__(self):
|
||||
"""Represent the restriction in human readible sentence.
|
||||
"""Represent the restriction in human readable sentence.
|
||||
|
||||
:return: sentence
|
||||
:rtype: str
|
||||
|
||||
Reference in New Issue
Block a user