MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.GcodeLoad Class Reference

Static Public Member Functions

std_vector_std_string fromAnySupportedFormat (os.PathLike file, func_bool_from_float callback='MR::ProgressCallback{}')
 
std_vector_std_string fromAnySupportedFormat (typing.Any in_, str extension, func_bool_from_float callback='MR::ProgressCallback{}')
 
std_vector_std_string fromGcode (os.PathLike file, func_bool_from_float callback='MR::ProgressCallback{}')
 
std_vector_std_string fromGcode (typing.Any in_, func_bool_from_float callback='MR::ProgressCallback{}')
 

Detailed Description

This is a namespace.

Member Function Documentation

◆ fromAnySupportedFormat() [1/2]

std_vector_std_string meshlib.mrmeshpy.GcodeLoad.fromAnySupportedFormat ( os.PathLike file,
func_bool_from_float callback = 'MR::ProgressCallback{}' )
static
detects the format from file extension and loads mesh from it

◆ fromAnySupportedFormat() [2/2]

std_vector_std_string meshlib.mrmeshpy.GcodeLoad.fromAnySupportedFormat ( typing.Any in_,
str extension,
func_bool_from_float callback = 'MR::ProgressCallback{}' )
static
extension in `*.ext` format

◆ fromGcode() [1/2]

std_vector_std_string meshlib.mrmeshpy.GcodeLoad.fromGcode ( os.PathLike file,
func_bool_from_float callback = 'MR::ProgressCallback{}' )
static
loads from *.gcode file (or any text file)

◆ fromGcode() [2/2]

std_vector_std_string meshlib.mrmeshpy.GcodeLoad.fromGcode ( typing.Any in_,
func_bool_from_float callback = 'MR::ProgressCallback{}' )
static

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