MeshLib C# Docs
Loading...
Searching...
No Matches
MR.LinesSave Class Reference

Public Types

typedef Expected< void >(*)(const Polyline3 &, const std::filesystem::path &, const SaveSettingsLinesFileSaver)
 
typedef Expected< void >(*)(const Polyline3 &, std::ostream &, const SaveSettingsLinesStreamSaver)
 

Static Public Member Functions

static unsafe void toMrLines (MR.Const_Polyline3 polyline, string file, MR.Const_SaveSettings? settings=null)
 saves in .mrlines file; SaveSettings.onlyValidPoints = true is ignored Generated from function MR.LinesSave.toMrLines. Parameter settings defaults to {}.
 
static unsafe void toMrLines (MR.Const_Polyline3 polyline, MR.Std.Ostream out_, MR.Const_SaveSettings? settings=null)
 Generated from function MR.LinesSave.toMrLines. Parameter settings defaults to {}.
 
static unsafe void toPts (MR.Const_Polyline3 polyline, string file, MR.Const_SaveSettings? settings=null)
 saves in .pts file; SaveSettings.onlyValidPoints = false is ignored Generated from function MR.LinesSave.toPts. Parameter settings defaults to {}.
 
static unsafe void toPts (MR.Const_Polyline3 polyline, MR.Std.Ostream out_, MR.Const_SaveSettings? settings=null)
 Generated from function MR.LinesSave.toPts. Parameter settings defaults to {}.
 
static unsafe void toDxf (MR.Const_Polyline3 polyline, string file, MR.Const_SaveSettings? settings=null)
 saves in .dxf file; SaveSettings.onlyValidPoints = false is ignored Generated from function MR.LinesSave.toDxf. Parameter settings defaults to {}.
 
static unsafe void toDxf (MR.Const_Polyline3 polyline, MR.Std.Ostream out_, MR.Const_SaveSettings? settings=null)
 Generated from function MR.LinesSave.toDxf. Parameter settings defaults to {}.
 
static unsafe void toPly (MR.Const_Polyline3 polyline, string file, MR.Const_SaveSettings? settings=null)
 saves in .ply file Generated from function MR.LinesSave.toPly. Parameter settings defaults to {}.
 
static unsafe void toPly (MR.Const_Polyline3 polyline, MR.Std.Ostream out_, MR.Const_SaveSettings? settings=null)
 Generated from function MR.LinesSave.toPly. Parameter settings defaults to {}.
 
static unsafe void toAnySupportedFormat (MR.Const_Polyline3 polyline, string file, MR.Const_SaveSettings? settings=null)
 detects the format from file extension and saves polyline in it Generated from function MR.LinesSave.toAnySupportedFormat. Parameter settings defaults to {}.
 
static unsafe void toAnySupportedFormat (MR.Const_Polyline3 polyline, string extension, MR.Std.Ostream out_, MR.Const_SaveSettings? settings=null)
 extension in *.ext format Generated from function MR.LinesSave.toAnySupportedFormat. Parameter settings defaults to {}.
 

The documentation for this class was generated from the following file: