mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 19:07:57 +00:00
Implement partial undo for BCF operators. Note that undo is not supported in BCF lib itself, nor BCF API. See #1475.
This commit is contained in:
@@ -189,7 +189,7 @@ class BcfXml:
|
||||
related_topic = bcf.v3.data.RelatedTopic()
|
||||
related_topic.guid = item["@Guid"]
|
||||
topic.related_topics.append(related_topic)
|
||||
return topic
|
||||
return topic
|
||||
|
||||
def add_topic(self, topic=None):
|
||||
if topic is None:
|
||||
|
||||
Reference in New Issue
Block a user