mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 15:37:34 +00:00
Implement BCF add comment
This commit is contained in:
@@ -1006,6 +1006,8 @@ class BcfTopic(PropertyGroup):
|
||||
related_topics: CollectionProperty(name="Related Topics", type=StrProperty)
|
||||
comments: CollectionProperty(name="Comments", type=BcfComment)
|
||||
is_editable: BoolProperty(name="Is Editable", default=False, update=updateBcfTopicIsEditable)
|
||||
comment: StringProperty(default="", name="Comment")
|
||||
has_related_viewpoint: BoolProperty(name="Has Related Viewpoint", default=False)
|
||||
|
||||
|
||||
class PropertySetTemplate(PropertyGroup):
|
||||
|
||||
Reference in New Issue
Block a user