BlockModelAttribute
BlockModelAttribute
evo.objects.typed.attributes.BlockModelAttribute
An attribute on a block model.
This class represents an existing attribute on a block model. It stores a reference to the parent BlockModel via _obj, similar to how Attribute in dataset.py works.
name
The name of this attribute.
attribute_type
The type of this attribute.
block_model_column_uuid
The UUID of the column in the block model service.
unit
The unit of this attribute.
exists
Whether this attribute exists on the block model.
Returns:
| Type | Description |
|---|---|
bool | True for existing attributes. |