2 #include "common/common.hpp"
3 #include "common/lut.hpp"
4 #include "nlohmann/json_fwd.hpp"
5 #include "util/uuid.hpp"
10 class STEPExportSettings {
12 STEPExportSettings(
const json &);
16 json serialize()
const;
20 bool include_3d_models =
true;
a class to store JSON values
Definition: json.hpp:166
basic_json<> json
default JSON class
Definition: json_fwd.hpp:61