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

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
 

Detailed Description

Generated from:  MR::GcodeProcessor::MoveAction

structure that stores information about the movement of the tool, specified by some string of commands

Constructor & Destructor Documentation

◆ __init__() [1/3]

None meshlib.mrmeshpy.GcodeProcessor.MoveAction.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

None meshlib.mrmeshpy.GcodeProcessor.MoveAction.__init__ ( self,
GcodeProcessor.MoveAction arg0 )
Implicit copy constructor.

◆ __init__() [3/3]

None meshlib.mrmeshpy.GcodeProcessor.MoveAction.__init__ ( self,
GcodeProcessor.BaseAction_Vector3f action,
std_vector_Vector3_float toolDirection,
bool idle,
float feedrate )
Implicit aggregate constructor.

Member Function Documentation

◆ __bool__()

bool meshlib.mrmeshpy.GcodeProcessor.MoveAction.__bool__ ( self)

◆ toolDirection() [1/2]

std_vector_Vector3_float meshlib.mrmeshpy.GcodeProcessor.MoveAction.toolDirection ( self)
tool direction for each point from action.path

◆ toolDirection() [2/2]

None meshlib.mrmeshpy.GcodeProcessor.MoveAction.toolDirection ( self,
std_vector_Vector3_float arg1 )

◆ valid()

bool meshlib.mrmeshpy.GcodeProcessor.MoveAction.valid ( self)
return true if operation was parsed without warnings

Member Data Documentation

◆ action

GcodeProcessor meshlib.mrmeshpy.GcodeProcessor.MoveAction.action .BaseAction_Vector3f
static

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