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

Static Public Member Functions

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

Static Protected Member Functions

 _pybind11_conduit_v1_ (*args, **kwargs)
 

Detailed Description

This is a namespace.

Member Function Documentation

◆ _pybind11_conduit_v1_()

mrmeshpy.GcodeLoad._pybind11_conduit_v1_ ( * args,
** kwargs )
staticprotected

◆ fromAnySupportedFormat() [1/2]

std_vector_std_string mrmeshpy.GcodeLoad.fromAnySupportedFormat ( os.PathLike | str | bytes file,
func_bool_from_float callback = '{}' )
static
detects the format from file extension and loads mesh from it

◆ fromAnySupportedFormat() [2/2]

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

◆ fromGcode() [1/2]

std_vector_std_string mrmeshpy.GcodeLoad.fromGcode ( os.PathLike | str | bytes file,
func_bool_from_float callback = '{}' )
static
loads from *.gcode file (or any text file)

◆ fromGcode() [2/2]

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

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