MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.MoveType Class Reference

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]
 

Static Protected Member Functions

 _pybind11_conduit_v1_ (*args, **kwargs)
 

Detailed Description

Members:

  None

  FastLinear

  Linear

  ArcCW

  ArcCCW

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)

◆ _pybind11_conduit_v1_()

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

◆ 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: