Public Member Functions | |
bool | __bool__ (self) |
None | __init__ (self) |
None | __init__ (self, GcodeProcessor.MoveAction arg0) |
None | __init__ (self, GcodeProcessor.BaseAction_Vector3f action, std_vector_Vector3_float toolDirection, bool idle, float feedrate) |
bool | valid (self) |
std_vector_Vector3_float | toolDirection (self) |
None | toolDirection (self, std_vector_Vector3_float arg1) |
Static Public Attributes | |
GcodeProcessor | action .BaseAction_Vector3f |
Generated from: MR::GcodeProcessor::MoveAction structure that stores information about the movement of the tool, specified by some string of commands
None meshlib.mrmeshpy.GcodeProcessor.MoveAction.__init__ | ( | self | ) |
Implicit default constructor.
None meshlib.mrmeshpy.GcodeProcessor.MoveAction.__init__ | ( | self, | |
GcodeProcessor.MoveAction | arg0 ) |
Implicit copy constructor.
None meshlib.mrmeshpy.GcodeProcessor.MoveAction.__init__ | ( | self, | |
GcodeProcessor.BaseAction_Vector3f | action, | ||
std_vector_Vector3_float | toolDirection, | ||
bool | idle, | ||
float | feedrate ) |
Implicit aggregate constructor.
bool meshlib.mrmeshpy.GcodeProcessor.MoveAction.__bool__ | ( | self | ) |
std_vector_Vector3_float meshlib.mrmeshpy.GcodeProcessor.MoveAction.toolDirection | ( | self | ) |
tool direction for each point from action.path
None meshlib.mrmeshpy.GcodeProcessor.MoveAction.toolDirection | ( | self, | |
std_vector_Vector3_float | arg1 ) |
bool meshlib.mrmeshpy.GcodeProcessor.MoveAction.valid | ( | self | ) |
return true if operation was parsed without warnings
|
static |