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

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
 

Detailed Description

Generated from:  MR::EndMillCutter

end mill cutter specifications

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

None mrmeshpy.EndMillCutter.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.EndMillCutter.__init__ ( self,
EndMillCutter.Type type,
float cornerRadius,
float cuttingAngle,
float endDiameter )
Implicit aggregate constructor.

Member Function Documentation

◆ cornerRadius() [1/2]

float mrmeshpy.EndMillCutter.cornerRadius ( self)
(bull nose) corner radius

◆ cornerRadius() [2/2]

None mrmeshpy.EndMillCutter.cornerRadius ( self,
float arg1 )

◆ cuttingAngle() [1/2]

float mrmeshpy.EndMillCutter.cuttingAngle ( self)
(chamfer) cutting angle

◆ cuttingAngle() [2/2]

None mrmeshpy.EndMillCutter.cuttingAngle ( self,
float arg1 )

◆ endDiameter() [1/2]

float mrmeshpy.EndMillCutter.endDiameter ( self)
(chamfer) end diameter

◆ endDiameter() [2/2]

None mrmeshpy.EndMillCutter.endDiameter ( self,
float arg1 )

◆ operator() [1/2]

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

◆ operator() [2/2]

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

Member Data Documentation

◆ _offsetof_cuttingAngle

typing mrmeshpy.EndMillCutter._offsetof_cuttingAngle = 8
staticprotected

◆ _offsetof_endDiameter

typing mrmeshpy.EndMillCutter._offsetof_endDiameter = 12
staticprotected

◆ _offsetof_type

typing mrmeshpy.EndMillCutter._offsetof_type = 0
staticprotected

◆ type

EndMillCutter mrmeshpy.EndMillCutter.type .Type
static

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