ogstools.materiallib.core.material module#
- class ogstools.materiallib.core.material.Material[source]#
Bases:
object
Represents a single material.
Can be constructed directly from YAML raw data.
Provides access to all properties.
Supports filtering by process schemas or property names.
- property_names()[source]#
Returns a list of all property names of this material.
- Return type:
list[str]