MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.GcodeProcessor.Command Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, str key, float value)
 
str key (self)
 
None key (self, str arg1)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 
GcodeProcessor.Command operator (*args, **kwargs)
 
GcodeProcessor.Command operator (*args, **kwargs)
 

Static Protected Attributes

typing _offsetof_key = 0
 
typing _offsetof_value = 4
 

Detailed Description

Generated from:  MR::GcodeProcessor::Command

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.GcodeProcessor.Command.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/3]

None mrmeshpy.GcodeProcessor.Command.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.GcodeProcessor.Command.__init__ ( self,
str key,
float value )
Implicit aggregate constructor.

Member Function Documentation

◆ key() [1/2]

str mrmeshpy.GcodeProcessor.Command.key ( self)
in lowercase

◆ key() [2/2]

None mrmeshpy.GcodeProcessor.Command.key ( self,
str arg1 )

◆ operator() [1/2]

GcodeProcessor.Command mrmeshpy.GcodeProcessor.Command.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

GcodeProcessor.Command mrmeshpy.GcodeProcessor.Command.operator ( * args,
** kwargs )
static

Member Data Documentation

◆ _offsetof_key

typing mrmeshpy.GcodeProcessor.Command._offsetof_key = 0
staticprotected

◆ _offsetof_value

typing mrmeshpy.GcodeProcessor.Command._offsetof_value = 4
staticprotected

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