MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.EndMillCutter.Type 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 Ball .ClassVar[EndMillCutter.Type]
 
typing BullNose .ClassVar[EndMillCutter.Type]
 
typing Chamfer .ClassVar[EndMillCutter.Type]
 
typing Count .ClassVar[EndMillCutter.Type]
 
typing Flat .ClassVar[EndMillCutter.Type]
 

Detailed Description

Members:

  Flat : flat end mill

  Ball : ball end mill

  BullNose : bull nose end mill

  Chamfer : chamfer end mill

  Count : chamfer end mill

Constructor & Destructor Documentation

◆ __init__()

None mrmeshpy.EndMillCutter.Type.__init__ ( self,
int value )

Member Function Documentation

◆ __eq__()

bool mrmeshpy.EndMillCutter.Type.__eq__ ( self,
typing.Any other )

◆ __getstate__()

int mrmeshpy.EndMillCutter.Type.__getstate__ ( self)

◆ __hash__()

int mrmeshpy.EndMillCutter.Type.__hash__ ( self)

◆ __index__()

int mrmeshpy.EndMillCutter.Type.__index__ ( self)

◆ __int__()

int mrmeshpy.EndMillCutter.Type.__int__ ( self)

◆ __ne__()

bool mrmeshpy.EndMillCutter.Type.__ne__ ( self,
typing.Any other )

◆ __repr__()

str mrmeshpy.EndMillCutter.Type.__repr__ ( self)

◆ __setstate__()

None mrmeshpy.EndMillCutter.Type.__setstate__ ( self,
int state )

◆ __str__()

str mrmeshpy.EndMillCutter.Type.__str__ ( self)

◆ name()

str mrmeshpy.EndMillCutter.Type.name ( self)

◆ value()

int mrmeshpy.EndMillCutter.Type.value ( self)

Member Data Documentation

◆ Ball

typing mrmeshpy.EndMillCutter.Type.Ball .ClassVar[EndMillCutter.Type]
static

◆ BullNose

typing mrmeshpy.EndMillCutter.Type.BullNose .ClassVar[EndMillCutter.Type]
static

◆ Chamfer

typing mrmeshpy.EndMillCutter.Type.Chamfer .ClassVar[EndMillCutter.Type]
static

◆ Count

typing mrmeshpy.EndMillCutter.Type.Count .ClassVar[EndMillCutter.Type]
static

◆ Flat

typing mrmeshpy.EndMillCutter.Type.Flat .ClassVar[EndMillCutter.Type]
static

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