MeshLib Python Docs
Loading...
Searching...
No Matches
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)
 

Static Protected Member Functions

 _pybind11_conduit_v1_ (*args, **kwargs)
 

Detailed Description

Generated from:  MR::GCommand

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

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

◆ __init__() [3/3]

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

Member Function Documentation

◆ _pybind11_conduit_v1_()

mrmeshpy.GCommand._pybind11_conduit_v1_ ( * args,
** kwargs )
staticprotected

◆ arcCenter() [1/2]

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

◆ arcCenter() [2/2]

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

◆ arcPlane() [1/2]

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

◆ arcPlane() [2/2]

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

◆ feed() [1/2]

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

◆ feed() [2/2]

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

◆ type() [1/2]

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

◆ type() [2/2]

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

◆ x() [1/2]

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

◆ x() [2/2]

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

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