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

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 {}.
 

Member Function Documentation

◆ toAnySupportedFormat() [1/2]

static unsafe void MR.LinesSave.toAnySupportedFormat ( MR.Const_Polyline3 polyline,
string extension,
MR.Std.Ostream out_,
MR.Const_SaveSettings? settings = null )
inlinestatic

extension in *.ext format Generated from function MR.LinesSave.toAnySupportedFormat. Parameter settings defaults to {}.

◆ toAnySupportedFormat() [2/2]

static unsafe void MR.LinesSave.toAnySupportedFormat ( MR.Const_Polyline3 polyline,
string file,
MR.Const_SaveSettings? settings = null )
inlinestatic

detects the format from file extension and saves polyline in it Generated from function MR.LinesSave.toAnySupportedFormat. Parameter settings defaults to {}.

◆ toDxf() [1/2]

static unsafe void MR.LinesSave.toDxf ( MR.Const_Polyline3 polyline,
MR.Std.Ostream out_,
MR.Const_SaveSettings? settings = null )
inlinestatic

Generated from function MR.LinesSave.toDxf. Parameter settings defaults to {}.

◆ toDxf() [2/2]

static unsafe void MR.LinesSave.toDxf ( MR.Const_Polyline3 polyline,
string file,
MR.Const_SaveSettings? settings = null )
inlinestatic

saves in .dxf file; SaveSettings.onlyValidPoints = false is ignored Generated from function MR.LinesSave.toDxf. Parameter settings defaults to {}.

◆ toMrLines() [1/2]

static unsafe void MR.LinesSave.toMrLines ( MR.Const_Polyline3 polyline,
MR.Std.Ostream out_,
MR.Const_SaveSettings? settings = null )
inlinestatic

Generated from function MR.LinesSave.toMrLines. Parameter settings defaults to {}.

◆ toMrLines() [2/2]

static unsafe void MR.LinesSave.toMrLines ( MR.Const_Polyline3 polyline,
string file,
MR.Const_SaveSettings? settings = null )
inlinestatic

saves in .mrlines file; SaveSettings.onlyValidPoints = true is ignored Generated from function MR.LinesSave.toMrLines. Parameter settings defaults to {}.

◆ toPly() [1/2]

static unsafe void MR.LinesSave.toPly ( MR.Const_Polyline3 polyline,
MR.Std.Ostream out_,
MR.Const_SaveSettings? settings = null )
inlinestatic

Generated from function MR.LinesSave.toPly. Parameter settings defaults to {}.

◆ toPly() [2/2]

static unsafe void MR.LinesSave.toPly ( MR.Const_Polyline3 polyline,
string file,
MR.Const_SaveSettings? settings = null )
inlinestatic

saves in .ply file Generated from function MR.LinesSave.toPly. Parameter settings defaults to {}.

◆ toPts() [1/2]

static unsafe void MR.LinesSave.toPts ( MR.Const_Polyline3 polyline,
MR.Std.Ostream out_,
MR.Const_SaveSettings? settings = null )
inlinestatic

Generated from function MR.LinesSave.toPts. Parameter settings defaults to {}.

◆ toPts() [2/2]

static unsafe void MR.LinesSave.toPts ( MR.Const_Polyline3 polyline,
string file,
MR.Const_SaveSettings? settings = null )
inlinestatic

saves in .pts file; SaveSettings.onlyValidPoints = false is ignored Generated from function MR.LinesSave.toPts. Parameter settings defaults to {}.


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