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

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)
 

Detailed Description

Generated from:  MR::GCommand

Constructor & Destructor Documentation

◆ __init__() [1/3]

None meshlib.mrmeshpy.GCommand.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

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

◆ __init__() [3/3]

None meshlib.mrmeshpy.GCommand.__init__ ( self,
MoveType type,
ArcPlane arcPlane,
float feed,
float x,
float y,
float z,
Vector3f arcCenter )
Implicit aggregate constructor.

Member Function Documentation

◆ arcCenter() [1/2]

Vector3f meshlib.mrmeshpy.GCommand.arcCenter ( self)
if moveType is ArcCW or ArcCCW center of the arc shoult be specified

◆ arcCenter() [2/2]

None meshlib.mrmeshpy.GCommand.arcCenter ( self,
Vector3f arg1 )

◆ arcPlane() [1/2]

ArcPlane meshlib.mrmeshpy.GCommand.arcPlane ( self)
Place for comment

◆ arcPlane() [2/2]

None meshlib.mrmeshpy.GCommand.arcPlane ( self,
ArcPlane arg1 )

◆ feed() [1/2]

float meshlib.mrmeshpy.GCommand.feed ( self)
feedrate for move

◆ feed() [2/2]

None meshlib.mrmeshpy.GCommand.feed ( self,
float arg1 )

◆ type() [1/2]

MoveType meshlib.mrmeshpy.GCommand.type ( self)
type of command GX (G0, G1, etc). By default - G1

◆ type() [2/2]

None meshlib.mrmeshpy.GCommand.type ( self,
MoveType arg1 )

◆ x() [1/2]

float meshlib.mrmeshpy.GCommand.x ( self)
coordinates of destination point

◆ x() [2/2]

None meshlib.mrmeshpy.GCommand.x ( self,
float arg1 )

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