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] |
Members: Flat : flat end mill Ball : ball end mill BullNose : bull nose end mill Chamfer : chamfer end mill Count : chamfer end mill
| None mrmeshpy.EndMillCutter.Type.__init__ | ( | self, | |
| int | value ) |
| bool mrmeshpy.EndMillCutter.Type.__eq__ | ( | self, | |
| typing.Any | other ) |
| int mrmeshpy.EndMillCutter.Type.__getstate__ | ( | self | ) |
| int mrmeshpy.EndMillCutter.Type.__hash__ | ( | self | ) |
| int mrmeshpy.EndMillCutter.Type.__index__ | ( | self | ) |
| int mrmeshpy.EndMillCutter.Type.__int__ | ( | self | ) |
| bool mrmeshpy.EndMillCutter.Type.__ne__ | ( | self, | |
| typing.Any | other ) |
| str mrmeshpy.EndMillCutter.Type.__repr__ | ( | self | ) |
| None mrmeshpy.EndMillCutter.Type.__setstate__ | ( | self, | |
| int | state ) |
| str mrmeshpy.EndMillCutter.Type.__str__ | ( | self | ) |
| str mrmeshpy.EndMillCutter.Type.name | ( | self | ) |
| int mrmeshpy.EndMillCutter.Type.value | ( | self | ) |
|
static |
|
static |
|
static |
|
static |
|
static |