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

Static Public Member Functions

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

Member Function Documentation

◆ fromAnySupportedFormat() [1/2]

static unsafe MR.Polyline3 MR.LinesLoad.fromAnySupportedFormat ( MR.Std.Istream in_,
string extension,
MR.Const_LinesLoadSettings? settings = null )
inlinestatic

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

◆ fromAnySupportedFormat() [2/2]

static unsafe MR.Polyline3 MR.LinesLoad.fromAnySupportedFormat ( string file,
MR.Const_LinesLoadSettings? settings = null )
inlinestatic

loads polyline from file in the format detected from file extension Generated from function MR.LinesLoad.fromAnySupportedFormat. Parameter settings defaults to {}.

◆ fromMrLines() [1/2]

static unsafe MR.Polyline3 MR.LinesLoad.fromMrLines ( MR.Std.Istream in_,
MR.Const_LinesLoadSettings? settings = null )
inlinestatic

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

◆ fromMrLines() [2/2]

static unsafe MR.Polyline3 MR.LinesLoad.fromMrLines ( string file,
MR.Const_LinesLoadSettings? settings = null )
inlinestatic

loads polyline from file in internal MeshLib format Generated from function MR.LinesLoad.fromMrLines. Parameter settings defaults to {}.

◆ fromPly() [1/2]

static unsafe MR.Polyline3 MR.LinesLoad.fromPly ( MR.Std.Istream in_,
MR.Const_LinesLoadSettings? settings = null )
inlinestatic

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

◆ fromPly() [2/2]

static unsafe MR.Polyline3 MR.LinesLoad.fromPly ( string file,
MR.Const_LinesLoadSettings? settings = null )
inlinestatic

loads polyline from file in .PLY format Generated from function MR.LinesLoad.fromPly. Parameter settings defaults to {}.

◆ fromPts() [1/2]

static unsafe MR.Polyline3 MR.LinesLoad.fromPts ( MR.Std.Istream in_,
MR.Const_LinesLoadSettings? settings = null )
inlinestatic

loads polyline from stream in .PTS format Generated from function MR.LinesLoad.fromPts. Parameter settings defaults to {}.

◆ fromPts() [2/2]

static unsafe MR.Polyline3 MR.LinesLoad.fromPts ( string file,
MR.Const_LinesLoadSettings? settings = null )
inlinestatic

loads polyline from file in .PTS format Generated from function MR.LinesLoad.fromPts. Parameter settings defaults to {}.

◆ fromSvg() [1/3]

static unsafe MR.Polyline3 MR.LinesLoad.fromSvg ( byte? data,
ulong size,
MR.Const_LinesLoadSettings? settings = null )
inlinestatic

Generated from function MR.LinesLoad.fromSvg. Parameter settings defaults to {}.

◆ fromSvg() [2/3]

static unsafe MR.Polyline3 MR.LinesLoad.fromSvg ( MR.Std.Istream in_,
MR.Const_LinesLoadSettings? settings = null )
inlinestatic

Generated from function MR.LinesLoad.fromSvg. Parameter settings defaults to {}.

◆ fromSvg() [3/3]

static unsafe MR.Polyline3 MR.LinesLoad.fromSvg ( string file,
MR.Const_LinesLoadSettings? settings = null )
inlinestatic

loads shapes (polylines, paths, etc.) from file in .SVG format Generated from function MR.LinesLoad.fromSvg. Parameter settings defaults to {}.


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