block-model-regular-structure
The block-model-regular-structure component defines the structure of a regular (non-subblocked) block model.
All blocks have the same dimensions, arranged in a uniform grid. This is the simplest block model structure
and is appropriate when uniform resolution is sufficient — for example, when block sizes are chosen based
on selective mining unit dimensions or when the orebody geometry does not require variable resolution.
Used by: block-model.
See also: block-model-flexible-structure, block-model-fully-subblocked-structure, block-model-variable-octree-structure (subblocked alternatives).
Properties
block-model-regular-structure (v1.0.0)
The structure of a regular, non-subblocked block model.
| Property | Type | Description | Flags |
|---|---|---|---|
| model_type | String | The model geometry type. | ✅ |
| n_blocks | Array[Integer] | The number of blocks in the model. [nx, ny, nz] | ✅ |
| block_size | Array[Number] | The size of each block in the model. [dx, dy, dz] | ✅ |
| origin | Array[Number] | The coordinates of the model origin. [x, y, z] | ✅ |
| rotation | rotation | The orientation of the model. |
Legend
| Flag | Description |
|---|---|
| ⬆️ | Inherited property |
| ✅ | Required property |