Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, EndMillTool arg0) |
| None | __init__ (self, float length, float diameter, EndMillCutter cutter) |
| float | getMinimalCutLength (self) |
| Mesh | toMesh (self, int horizontalResolution=32, int verticalResolution=32) |
| EndMillCutter | cutter (self) |
| None | cutter (self, EndMillCutter arg1) |
| float | diameter (self) |
| None | diameter (self, float arg1) |
| float | length (self) |
| None | length (self, float arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| EndMillTool | operator (*args, **kwargs) |
| EndMillTool | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_cutter = 8 |
| typing | _offsetof_diameter = 4 |
| typing | _offsetof_length = 0 |
Generated from: MR::EndMillTool end mill tool specifications
|
static |
| None mrmeshpy.EndMillTool.__init__ | ( | self | ) |
| None mrmeshpy.EndMillTool.__init__ | ( | self, | |
| EndMillTool | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.EndMillTool.__init__ | ( | self, | |
| float | length, | ||
| float | diameter, | ||
| EndMillCutter | cutter ) |
Implicit aggregate constructor.
| EndMillCutter mrmeshpy.EndMillTool.cutter | ( | self | ) |
cutter
| None mrmeshpy.EndMillTool.cutter | ( | self, | |
| EndMillCutter | arg1 ) |
| float mrmeshpy.EndMillTool.diameter | ( | self | ) |
tool diameter
| None mrmeshpy.EndMillTool.diameter | ( | self, | |
| float | arg1 ) |
| float mrmeshpy.EndMillTool.getMinimalCutLength | ( | self | ) |
compute the minimal cut length based on the cutter parameters
| float mrmeshpy.EndMillTool.length | ( | self | ) |
overall tool length
| None mrmeshpy.EndMillTool.length | ( | self, | |
| float | arg1 ) |
|
static |
|
static |
| Mesh mrmeshpy.EndMillTool.toMesh | ( | self, | |
| int | horizontalResolution = 32, | ||
| int | verticalResolution = 32 ) |
create a tool mesh
|
staticprotected |
|
staticprotected |
|
staticprotected |