Classes | |
class | Type |
Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, EndMillCutter.Type type, float cornerRadius, float cuttingAngle, float endDiameter) |
float | cornerRadius (self) |
None | cornerRadius (self, float arg1) |
float | cuttingAngle (self) |
None | cuttingAngle (self, float arg1) |
float | endDiameter (self) |
None | endDiameter (self, float arg1) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
EndMillCutter | operator (*args, **kwargs) |
EndMillCutter | operator (*args, **kwargs) |
Static Public Attributes | |
EndMillCutter | type .Type |
Static Protected Attributes | |
typing | _offsetof_cuttingAngle = 8 |
typing | _offsetof_endDiameter = 12 |
typing | _offsetof_type = 0 |
Generated from: MR::EndMillCutter end mill cutter specifications
|
static |
None mrmeshpy.EndMillCutter.__init__ | ( | self | ) |
None mrmeshpy.EndMillCutter.__init__ | ( | self, | |
EndMillCutter.Type | type, | ||
float | cornerRadius, | ||
float | cuttingAngle, | ||
float | endDiameter ) |
Implicit aggregate constructor.
float mrmeshpy.EndMillCutter.cornerRadius | ( | self | ) |
(bull nose) corner radius
None mrmeshpy.EndMillCutter.cornerRadius | ( | self, | |
float | arg1 ) |
float mrmeshpy.EndMillCutter.cuttingAngle | ( | self | ) |
(chamfer) cutting angle
None mrmeshpy.EndMillCutter.cuttingAngle | ( | self, | |
float | arg1 ) |
float mrmeshpy.EndMillCutter.endDiameter | ( | self | ) |
(chamfer) end diameter
None mrmeshpy.EndMillCutter.endDiameter | ( | self, | |
float | arg1 ) |
|
static |
|
static |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
static |