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