MeshLib Python Docs
Loading...
Searching...
No Matches

Public Member Functions

bool __eq__ (self, typing.Any other)
int __getstate__ (self)
int __hash__ (self)
int __index__ (self)
None __init__ (self, int value)
int __int__ (self)
bool __ne__ (self, typing.Any other)
str __repr__ (self)
None __setstate__ (self, int state)
str __str__ (self)
str name (self)
int value (self)

Static Public Attributes

typing ArcCCW .ClassVar[MoveType]
typing ArcCW .ClassVar[MoveType]
typing FastLinear .ClassVar[MoveType]
typing Linear .ClassVar[MoveType]
typing None .ClassVar[MoveType]

Detailed Description

Members:

  None : No movement

  FastLinear : G0 rapid positioning

  Linear : G1 linear interpolation at feed rate

  ArcCW : G2 circular interpolation, clockwise

  ArcCCW : G3 circular interpolation, counter-clockwise

Constructor & Destructor Documentation

◆ __init__()

None mrmeshpy.MoveType.__init__ ( self,
int value )

Member Function Documentation

◆ __eq__()

bool mrmeshpy.MoveType.__eq__ ( self,
typing.Any other )

◆ __getstate__()

int mrmeshpy.MoveType.__getstate__ ( self)

◆ __hash__()

int mrmeshpy.MoveType.__hash__ ( self)

◆ __index__()

int mrmeshpy.MoveType.__index__ ( self)

◆ __int__()

int mrmeshpy.MoveType.__int__ ( self)

◆ __ne__()

bool mrmeshpy.MoveType.__ne__ ( self,
typing.Any other )

◆ __repr__()

str mrmeshpy.MoveType.__repr__ ( self)

◆ __setstate__()

None mrmeshpy.MoveType.__setstate__ ( self,
int state )

◆ __str__()

str mrmeshpy.MoveType.__str__ ( self)

◆ name()

str mrmeshpy.MoveType.name ( self)

◆ value()

int mrmeshpy.MoveType.value ( self)

Member Data Documentation

◆ ArcCCW

typing mrmeshpy.MoveType.ArcCCW .ClassVar[MoveType]
static

◆ ArcCW

typing mrmeshpy.MoveType.ArcCW .ClassVar[MoveType]
static

◆ FastLinear

typing mrmeshpy.MoveType.FastLinear .ClassVar[MoveType]
static

◆ Linear

typing mrmeshpy.MoveType.Linear .ClassVar[MoveType]
static

◆ None

typing mrmeshpy.MoveType.None .ClassVar[MoveType]
static

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