Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, GcodeProcessor.BaseAction_Vector2f arg0) |
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 Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Generated from: MR::GcodeProcessor::BaseAction<MR::Vector2f> Aliases: GcodeProcessor.BaseAction2f
None mrmeshpy.GcodeProcessor.BaseAction_Vector2f.__init__ | ( | self | ) |
Implicit default constructor.
None mrmeshpy.GcodeProcessor.BaseAction_Vector2f.__init__ | ( | self, | |
GcodeProcessor.BaseAction_Vector2f | arg0 ) |
Implicit copy constructor.
None mrmeshpy.GcodeProcessor.BaseAction_Vector2f.__init__ | ( | self, | |
std_vector_Vector2_float | path, | ||
str | warning ) |
Implicit aggregate constructor.
|
staticprotected |
std_vector_Vector2_float mrmeshpy.GcodeProcessor.BaseAction_Vector2f.path | ( | self | ) |
tool movement parsed from gcode
None mrmeshpy.GcodeProcessor.BaseAction_Vector2f.path | ( | self, | |
std_vector_Vector2_float | arg1 ) |
str mrmeshpy.GcodeProcessor.BaseAction_Vector2f.warning | ( | self | ) |
parser warning
None mrmeshpy.GcodeProcessor.BaseAction_Vector2f.warning | ( | self, | |
str | arg1 ) |