Exports the material database to a .mdf file.
Syntax |
Description |
---|---|
exportmaterialdb("filename.mdf"); |
Exports the entire material database to a file named "filename.mdf". |
exportmaterialdb("filename.mdf","material_name"); |
Exports single material. The "material_name" argument defines the name of the material in the material database whose properties will be exported. |
exportmaterialdb("filename.mdf, {"material_name1","material_name2",..."material_namen"}); |
Exports multiple materials. The array (cell) of strings defines the names of the materials in the material database whose properties will be exported. |
See Also
List of commands , importmaterialdb , addmaterial , setmaterial , getmaterial , copymaterial