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) |
Generated from: MR::GCommand
None meshlib.mrmeshpy.GCommand.__init__ | ( | self | ) |
Implicit default constructor.
None meshlib.mrmeshpy.GCommand.__init__ | ( | self, | |
GCommand | arg0 ) |
Implicit copy constructor.
None meshlib.mrmeshpy.GCommand.__init__ | ( | self, | |
MoveType | type, | ||
ArcPlane | arcPlane, | ||
float | feed, | ||
float | x, | ||
float | y, | ||
float | z, | ||
Vector3f | arcCenter ) |
Implicit aggregate constructor.
Vector3f meshlib.mrmeshpy.GCommand.arcCenter | ( | self | ) |
if moveType is ArcCW or ArcCCW center of the arc shoult be specified
None meshlib.mrmeshpy.GCommand.arcCenter | ( | self, | |
Vector3f | arg1 ) |
ArcPlane meshlib.mrmeshpy.GCommand.arcPlane | ( | self | ) |
Place for comment
None meshlib.mrmeshpy.GCommand.arcPlane | ( | self, | |
ArcPlane | arg1 ) |
float meshlib.mrmeshpy.GCommand.feed | ( | self | ) |
feedrate for move
None meshlib.mrmeshpy.GCommand.feed | ( | self, | |
float | arg1 ) |
MoveType meshlib.mrmeshpy.GCommand.type | ( | self | ) |
type of command GX (G0, G1, etc). By default - G1
None meshlib.mrmeshpy.GCommand.type | ( | self, | |
MoveType | arg1 ) |
float meshlib.mrmeshpy.GCommand.x | ( | self | ) |
coordinates of destination point
None meshlib.mrmeshpy.GCommand.x | ( | self, | |
float | arg1 ) |