MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.LinesLoad Class Reference

Static Public Member Functions

Polyline3 fromAnySupportedFormat (os.PathLike|str|bytes file, LinesLoadSettings settings='{}')
 
Polyline3 fromAnySupportedFormat (typing.Any in_, str extension, LinesLoadSettings settings='{}')
 
Polyline3 fromMrLines (os.PathLike|str|bytes file, LinesLoadSettings settings='{}')
 
Polyline3 fromMrLines (typing.Any in_, LinesLoadSettings settings='{}')
 
Polyline3 fromPly (os.PathLike|str|bytes file, LinesLoadSettings settings='{}')
 
Polyline3 fromPly (typing.Any in_, LinesLoadSettings settings='{}')
 
Polyline3 fromPts (os.PathLike|str|bytes file, LinesLoadSettings settings='{}')
 
Polyline3 fromPts (typing.Any in_, LinesLoadSettings settings='{}')
 

Detailed Description

This is a namespace.

Member Function Documentation

◆ fromAnySupportedFormat() [1/2]

Polyline3 mrmeshpy.LinesLoad.fromAnySupportedFormat ( os.PathLike | str | bytes file,
LinesLoadSettings settings = '{}' )
static
loads polyline from file in the format detected from file extension

◆ fromAnySupportedFormat() [2/2]

Polyline3 mrmeshpy.LinesLoad.fromAnySupportedFormat ( typing.Any in_,
str extension,
LinesLoadSettings settings = '{}' )
static
loads polyline from stream in the format detected from given extension-string (`*.ext`);
important on Windows: in stream must be open in binary mode

◆ fromMrLines() [1/2]

Polyline3 mrmeshpy.LinesLoad.fromMrLines ( os.PathLike | str | bytes file,
LinesLoadSettings settings = '{}' )
static
loads polyline from file in internal MeshLib format

◆ fromMrLines() [2/2]

Polyline3 mrmeshpy.LinesLoad.fromMrLines ( typing.Any in_,
LinesLoadSettings settings = '{}' )
static
loads polyline from stream in internal MeshLib format;
important on Windows: in stream must be open in binary mode

◆ fromPly() [1/2]

Polyline3 mrmeshpy.LinesLoad.fromPly ( os.PathLike | str | bytes file,
LinesLoadSettings settings = '{}' )
static
loads polyline from file in .PLY format

◆ fromPly() [2/2]

Polyline3 mrmeshpy.LinesLoad.fromPly ( typing.Any in_,
LinesLoadSettings settings = '{}' )
static
loads polyline from stream in .PLY format;
important on Windows: in stream must be open in binary mode

◆ fromPts() [1/2]

Polyline3 mrmeshpy.LinesLoad.fromPts ( os.PathLike | str | bytes file,
LinesLoadSettings settings = '{}' )
static
loads polyline from file in .PTS format

◆ fromPts() [2/2]

Polyline3 mrmeshpy.LinesLoad.fromPts ( typing.Any in_,
LinesLoadSettings settings = '{}' )
static
loads polyline from stream in .PTS format

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