bool-attribute
schema/components/bool-attribute/1.1.0/bool-attribute.schema.json
A boolean attribute stores true/false values. It uses attribute_type = "bool".
values— An array of boolean values, one per geometric element.- Inherits from base-category-attribute.
Used by: regular-masked-3d-grid.
Properties
bool-attribute (v1.1.0)
An attribute for boolean values.
| Property | Type | Description | Flags |
|---|---|---|---|
| name | String | The name of the attribute | ⬆️ ✅ |
| key | String | An identifier of the attribute, used to keep track of the attribute when it is renamed. | |
| The identifier must be unique within an attribute list. | ⬆️ ✅ | ||
| attribute_type | String | Type of the attribute. | ⬆️ ✅ |
| attribute_description | category-attribute-description | The attribute description record. | ⬆️ |
| attribute_type | String | ✅ | |
| values | bool-array-1 | The values of the attributes. | ✅ |
Legend
| Flag | Description |
|---|---|
| ⬆️ | Inherited property |
| ✅ | Required property |