|
| static unsafe MR.Polyline3 | fromSvg (string file, MR.Const_LinesLoadSettings? settings=null) |
| | loads shapes (polylines, paths, etc.) from file in .SVG format Generated from function MR.LinesLoad.fromSvg. Parameter settings defaults to {}.
|
| |
| static unsafe MR.Polyline3 | fromSvg (MR.Std.Istream in_, MR.Const_LinesLoadSettings? settings=null) |
| | Generated from function MR.LinesLoad.fromSvg. Parameter settings defaults to {}.
|
| |
| static unsafe MR.Polyline3 | fromSvg (byte? data, ulong size, MR.Const_LinesLoadSettings? settings=null) |
| | Generated from function MR.LinesLoad.fromSvg. Parameter settings defaults to {}.
|
| |
| static unsafe MR.Polyline3 | fromMrLines (string file, MR.Const_LinesLoadSettings? settings=null) |
| | loads polyline from file in internal MeshLib format Generated from function MR.LinesLoad.fromMrLines. Parameter settings defaults to {}.
|
| |
| static unsafe MR.Polyline3 | fromMrLines (MR.Std.Istream in_, MR.Const_LinesLoadSettings? settings=null) |
| | loads polyline from stream in internal MeshLib format; important on Windows: in stream must be open in binary mode Generated from function MR.LinesLoad.fromMrLines. Parameter settings defaults to {}.
|
| |
| static unsafe MR.Polyline3 | fromPts (string file, MR.Const_LinesLoadSettings? settings=null) |
| | loads polyline from file in .PTS format Generated from function MR.LinesLoad.fromPts. Parameter settings defaults to {}.
|
| |
| static unsafe MR.Polyline3 | fromPts (MR.Std.Istream in_, MR.Const_LinesLoadSettings? settings=null) |
| | loads polyline from stream in .PTS format Generated from function MR.LinesLoad.fromPts. Parameter settings defaults to {}.
|
| |
| static unsafe MR.Polyline3 | fromPly (string file, MR.Const_LinesLoadSettings? settings=null) |
| | loads polyline from file in .PLY format Generated from function MR.LinesLoad.fromPly. Parameter settings defaults to {}.
|
| |
| static unsafe MR.Polyline3 | fromPly (MR.Std.Istream in_, MR.Const_LinesLoadSettings? settings=null) |
| | loads polyline from stream in .PLY format; important on Windows: in stream must be open in binary mode Generated from function MR.LinesLoad.fromPly. Parameter settings defaults to {}.
|
| |
| static unsafe MR.Polyline3 | fromAnySupportedFormat (string file, MR.Const_LinesLoadSettings? settings=null) |
| | loads polyline from file in the format detected from file extension Generated from function MR.LinesLoad.fromAnySupportedFormat. Parameter settings defaults to {}.
|
| |
| static unsafe MR.Polyline3 | fromAnySupportedFormat (MR.Std.Istream in_, string extension, MR.Const_LinesLoadSettings? settings=null) |
| | loads polyline from stream in the format detected from given extension-string (*.ext); important on Windows: in stream must be open in binary mode Generated from function MR.LinesLoad.fromAnySupportedFormat. Parameter settings defaults to {}.
|
| |