material
Material associated with volumes or surfaces. This component does not attempt to represent the full spectrum of information that can be associated with a material. A future shared Evo material object is envisioned; the material component only provides a placeholder sufficient to identify the material used and link to another object if one exists.
Materials have a name but are referenced uniquely by their key.
Each material contains:
-
name- A user friendly (display) name for the material. It may or may not be unique in a list. -
key- unique identifier for the material. -
color- Display color associated with the material. Color value as an encoded ABGR integer. -
data_source- link to a separate geoscience object. We expect over time for a materials Evo object to exist. This field is optional; and it's intended as a link to a shared material object.
Properties
material (v1.0.1)
This component describes a material.
| Property | Type | Description | Flags |
|---|---|---|---|
| key | String | Unique identifier of the material. | ✅ |
| name | String | Name. | ✅ |
| color | color | Color. | ✅ |
| data_source | String | Optional data source that contains a link to an existing Geoscience object. |
Legend
| Flag | Description |
|---|---|
| ⬆️ | Inherited property |
| ✅ | Required property |