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

Public Member Functions

None __init__ (self)
 
None __init__ (self, std_vector_Vector2_float path, str warning)
 
std_vector_Vector2_float path (self)
 
None path (self, std_vector_Vector2_float arg1)
 
str warning (self)
 
None warning (self, str arg1)
 

Static Public Member Functions

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

Static Protected Attributes

typing _offsetof_path = 0
 
typing _offsetof_warning = 24
 

Detailed Description

Generated from:  MR::GcodeProcessor::BaseAction<MR::Vector2f>
Aliases:  GcodeProcessor.BaseAction2f

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

None mrmeshpy.GcodeProcessor.BaseAction_Vector2f.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.GcodeProcessor.BaseAction_Vector2f.__init__ ( self,
std_vector_Vector2_float path,
str warning )
Implicit aggregate constructor.

Member Function Documentation

◆ operator() [1/2]

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

◆ operator() [2/2]

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

◆ path() [1/2]

std_vector_Vector2_float mrmeshpy.GcodeProcessor.BaseAction_Vector2f.path ( self)
tool movement parsed from gcode

◆ path() [2/2]

None mrmeshpy.GcodeProcessor.BaseAction_Vector2f.path ( self,
std_vector_Vector2_float arg1 )

◆ warning() [1/2]

str mrmeshpy.GcodeProcessor.BaseAction_Vector2f.warning ( self)
parser warning

◆ warning() [2/2]

None mrmeshpy.GcodeProcessor.BaseAction_Vector2f.warning ( self,
str arg1 )

Member Data Documentation

◆ _offsetof_path

typing mrmeshpy.GcodeProcessor.BaseAction_Vector2f._offsetof_path = 0
staticprotected

◆ _offsetof_warning

typing mrmeshpy.GcodeProcessor.BaseAction_Vector2f._offsetof_warning = 24
staticprotected

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