OGS
[tag] material_ids

Material IDs to apply the operation to. Multiple IDs can be specified as a space-separated list.

Supports:

  • Single IDs: 1 2 3
  • Ranges: 1:3 (equivalent to 1 2 3)
  • Wildcards: * (all material IDs)

If not specified, material ID 0 is assumed.

Additional info

From Applications/ApplicationsLib/ProjectData.cpp line 149

  • This is an optional parameter.
  • This parameter has a default value of "0".
  • Data type: std::string
  • Expanded tag path: overwrite_mesh_data.set.material_ids
  • Go to source code: → ogs/ogs/6.5.9

Used in the following test data files