Functions | |
MRMESH_API Expected< void > | MR::LinesSave::toMrLines (const Polyline3 &polyline, const std::filesystem::path &file, const SaveSettings &settings={}) |
MRMESH_API Expected< void > | MR::LinesSave::toMrLines (const Polyline3 &polyline, std::ostream &out, const SaveSettings &settings={}) |
MRMESH_API Expected< void > | MR::LinesSave::toPts (const Polyline3 &polyline, const std::filesystem::path &file, const SaveSettings &settings={}) |
MRMESH_API Expected< void > | MR::LinesSave::toPts (const Polyline3 &polyline, std::ostream &out, const SaveSettings &settings={}) |
MRMESH_API Expected< void > | MR::LinesSave::toDxf (const Polyline3 &polyline, const std::filesystem::path &file, const SaveSettings &settings={}) |
MRMESH_API Expected< void > | MR::LinesSave::toDxf (const Polyline3 &polyline, std::ostream &out, const SaveSettings &settings={}) |
MRMESH_API Expected< void > | MR::LinesSave::toAnySupportedFormat (const Polyline3 &polyline, const std::filesystem::path &file, const SaveSettings &settings={}) |
detects the format from file extension and saves polyline in it | |
MRMESH_API Expected< void > | MR::LinesSave::toAnySupportedFormat (const Polyline3 &polyline, const std::string &extension, std::ostream &out, const SaveSettings &settings={}) |
extension in *.ext format | |
MRMESH_API Expected< void > MR::LinesSave::toAnySupportedFormat | ( | const Polyline3 & | polyline, |
const std::filesystem::path & | file, | ||
const SaveSettings & | settings = {} ) |
detects the format from file extension and saves polyline in it
MRMESH_API Expected< void > MR::LinesSave::toAnySupportedFormat | ( | const Polyline3 & | polyline, |
const std::string & | extension, | ||
std::ostream & | out, | ||
const SaveSettings & | settings = {} ) |
extension in *.ext
format
MRMESH_API Expected< void > MR::LinesSave::toDxf | ( | const Polyline3 & | polyline, |
const std::filesystem::path & | file, | ||
const SaveSettings & | settings = {} ) |
saves in .dxf file; SaveSettings::saveValidOnly = false is ignored
MRMESH_API Expected< void > MR::LinesSave::toDxf | ( | const Polyline3 & | polyline, |
std::ostream & | out, | ||
const SaveSettings & | settings = {} ) |
MRMESH_API Expected< void > MR::LinesSave::toMrLines | ( | const Polyline3 & | polyline, |
const std::filesystem::path & | file, | ||
const SaveSettings & | settings = {} ) |
saves in .mrlines file; SaveSettings::saveValidOnly = true is ignored
MRMESH_API Expected< void > MR::LinesSave::toMrLines | ( | const Polyline3 & | polyline, |
std::ostream & | out, | ||
const SaveSettings & | settings = {} ) |
MRMESH_API Expected< void > MR::LinesSave::toPts | ( | const Polyline3 & | polyline, |
const std::filesystem::path & | file, | ||
const SaveSettings & | settings = {} ) |
saves in .pts file; SaveSettings::saveValidOnly = false is ignored
MRMESH_API Expected< void > MR::LinesSave::toPts | ( | const Polyline3 & | polyline, |
std::ostream & | out, | ||
const SaveSettings & | settings = {} ) |