mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 18:16:40 +00:00
Add description field to Attribute Container
This commit is contained in:
@@ -153,6 +153,7 @@ def updateAttributeValue(self, value):
|
||||
|
||||
class Attribute(PropertyGroup):
|
||||
name: StringProperty(name="Name")
|
||||
description: StringProperty(name="Description")
|
||||
data_type: StringProperty(name="Data Type")
|
||||
string_value: StringProperty(name="Value", update=updateAttributeStringValue)
|
||||
bool_value: BoolProperty(name="Value", update=updateAttributeBoolValue)
|
||||
|
||||
Reference in New Issue
Block a user