geological-model-meshes
A collection of one or more meshes from a geological model, organized by folder. Volumes are represented as a triangular mesh hull, surfaces as a triangular mesh surface. Volumes and surfaces may reference a material. Only geology and its associated properties are expected in a geological-model-meshes object.
folders
array
Each folder contains a list of items that can recursively reference other folders, volumes or surfaces. Folders collect and categorize meshes like a directory tree. The folder structure can be used to provide an organizational hierarchy to volumes and surfaces in a way understandable by the consumer.
volumes
array
A list of volumes. Each volume consists of one or more connected triangle mesh parts creating a closed hull.
Each volume contains:
-
name
: Object name -
description
: Optional field for adding an additional description about this object. -
quality
: Optional hint about mesh Quality characteristics that provide guarantees about the mesh. -
parts
: list of mesh parts that make up this volume, and a flag if traversal order within the part is reversed. -
material_key
: Optional associated material. The key is a unique identifier to a material in the materials list. -
feature
: Kind of geology feature represented by this volume. Can be one of- "Void"
- "OutputVolume"
- "Vein"
- "VeinSystem"
volume_attributes
Attributes associated with each volume. Attribute tables have one row per volume.