MeshLib C++ Docs
Loading...
Searching...
No Matches
MRObjectSaveSettings.h
Go to the documentation of this file.
1#pragma once
2
3#include "MRMeshFwd.h"
4#include "MRUnitInfo.h"
5#include <optional>
6
7namespace MR::ObjectSave
8{
9
10struct Settings
11{
13 std::optional<LengthUnit> lengthUnit;
14
16 ProgressCallback progress;
17};
18
19} // namespace MR::ObjectSave
new unsafe MR.Std.Optional_MRLengthUnit lengthUnit
new unsafe MR.Std.Function_BoolFuncFromFloat progress
Definition MRIOFormatsRegistry.h:324