tl::expected< T, E > Expected
Definition MRExpected.h:31
MRMESH_API Expected< Polyline3 > fromMrLines(const std::filesystem::path &file, const LinesLoadSettings &settings={})
loads polyline from file in internal MeshLib format
MRMESH_API Expected< Polyline3 > fromPly(const std::filesystem::path &file, const LinesLoadSettings &settings={})
loads polyline from file in .PLY format
MRMESH_API Expected< Polyline3 > fromAnySupportedFormat(const std::filesystem::path &file, const LinesLoadSettings &settings={})
loads polyline from file in the format detected from file extension
MRMESH_API Expected< Polyline3 > fromPts(const std::filesystem::path &file, const LinesLoadSettings &settings={})
loads polyline from file in .PTS format
only for bindings generation
Definition MRCameraOrientationPlugin.h:8
setting for polyline loading from external format, and locations of optional output data
Definition MRLinesLoadSettings.h:13