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

Public Member Functions

None __init__ (self)
 
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
 

Detailed Description

Generated from:  MR::EndMillTool

end mill tool specifications

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.EndMillTool.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/3]

None mrmeshpy.EndMillTool.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.EndMillTool.__init__ ( self,
float length,
float diameter,
EndMillCutter cutter )
Implicit aggregate constructor.

Member Function Documentation

◆ cutter() [1/2]

EndMillCutter mrmeshpy.EndMillTool.cutter ( self)
cutter

◆ cutter() [2/2]

None mrmeshpy.EndMillTool.cutter ( self,
EndMillCutter arg1 )

◆ diameter() [1/2]

float mrmeshpy.EndMillTool.diameter ( self)
tool diameter

◆ diameter() [2/2]

None mrmeshpy.EndMillTool.diameter ( self,
float arg1 )

◆ getMinimalCutLength()

float mrmeshpy.EndMillTool.getMinimalCutLength ( self)
compute the minimal cut length based on the cutter parameters

◆ length() [1/2]

float mrmeshpy.EndMillTool.length ( self)
overall tool length

◆ length() [2/2]

None mrmeshpy.EndMillTool.length ( self,
float arg1 )

◆ operator() [1/2]

EndMillTool mrmeshpy.EndMillTool.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

EndMillTool mrmeshpy.EndMillTool.operator ( * args,
** kwargs )
static

◆ toMesh()

Mesh mrmeshpy.EndMillTool.toMesh ( self,
int horizontalResolution = 32,
int verticalResolution = 32 )
create a tool mesh

Member Data Documentation

◆ _offsetof_cutter

typing mrmeshpy.EndMillTool._offsetof_cutter = 8
staticprotected

◆ _offsetof_diameter

typing mrmeshpy.EndMillTool._offsetof_diameter = 4
staticprotected

◆ _offsetof_length

typing mrmeshpy.EndMillTool._offsetof_length = 0
staticprotected

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