Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, GCommand arg0) |
None | __init__ (self, MoveType type, ArcPlane arcPlane, float feed, float x, float y, float z, Vector3f arcCenter) |
Vector3f | arcCenter (self) |
None | arcCenter (self, Vector3f arg1) |
ArcPlane | arcPlane (self) |
None | arcPlane (self, ArcPlane arg1) |
float | feed (self) |
None | feed (self, float arg1) |
MoveType | type (self) |
None | type (self, MoveType arg1) |
float | x (self) |
None | x (self, float arg1) |
Static Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Generated from: MR::GCommand
None mrmeshpy.GCommand.__init__ | ( | self | ) |
Implicit default constructor.
None mrmeshpy.GCommand.__init__ | ( | self, | |
GCommand | arg0 ) |
Implicit copy constructor.
None mrmeshpy.GCommand.__init__ | ( | self, | |
MoveType | type, | ||
ArcPlane | arcPlane, | ||
float | feed, | ||
float | x, | ||
float | y, | ||
float | z, | ||
Vector3f | arcCenter ) |
Implicit aggregate constructor.
|
staticprotected |
Vector3f mrmeshpy.GCommand.arcCenter | ( | self | ) |
if moveType is ArcCW or ArcCCW center of the arc shoult be specified
None mrmeshpy.GCommand.arcCenter | ( | self, | |
Vector3f | arg1 ) |
ArcPlane mrmeshpy.GCommand.arcPlane | ( | self | ) |
Place for comment
None mrmeshpy.GCommand.arcPlane | ( | self, | |
ArcPlane | arg1 ) |
float mrmeshpy.GCommand.feed | ( | self | ) |
feedrate for move
None mrmeshpy.GCommand.feed | ( | self, | |
float | arg1 ) |
MoveType mrmeshpy.GCommand.type | ( | self | ) |
type of command GX (G0, G1, etc). By default - G1
None mrmeshpy.GCommand.type | ( | self, | |
MoveType | arg1 ) |
float mrmeshpy.GCommand.x | ( | self | ) |
coordinates of destination point
None mrmeshpy.GCommand.x | ( | self, | |
float | arg1 ) |