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