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

Public Member Functions

None __init__ (self)
 
None __init__ (self, CompensateRadiusParams arg0)
 
None __init__ (self, Vector3f direction, float toolRadius, Vector2i distanceMapResolution, FaceBitSet region, float remeshTargetEdgeLength, func_bool_from_float callback)
 
Vector3f direction (self)
 
None direction (self, Vector3f arg1)
 
Vector2i distanceMapResolution (self)
 
None distanceMapResolution (self, Vector2i arg1)
 
FaceBitSet region (self)
 
None region (self, FaceBitSet arg1)
 
float remeshTargetEdgeLength (self)
 
None remeshTargetEdgeLength (self, float arg1)
 
float toolRadius (self)
 
None toolRadius (self, float arg1)
 

Static Protected Member Functions

 _pybind11_conduit_v1_ (*args, **kwargs)
 

Detailed Description

Generated from:  MR::CompensateRadiusParams

structure with parameters for `compensateRadius` function

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.CompensateRadiusParams.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

None mrmeshpy.CompensateRadiusParams.__init__ ( self,
CompensateRadiusParams arg0 )
Implicit copy constructor.

◆ __init__() [3/3]

None mrmeshpy.CompensateRadiusParams.__init__ ( self,
Vector3f direction,
float toolRadius,
Vector2i distanceMapResolution,
FaceBitSet region,
float remeshTargetEdgeLength,
func_bool_from_float callback )
Implicit aggregate constructor.

Member Function Documentation

◆ _pybind11_conduit_v1_()

mrmeshpy.CompensateRadiusParams._pybind11_conduit_v1_ ( * args,
** kwargs )
staticprotected

◆ direction() [1/2]

Vector3f mrmeshpy.CompensateRadiusParams.direction ( self)
Z direction of milling tool

◆ direction() [2/2]

None mrmeshpy.CompensateRadiusParams.direction ( self,
Vector3f arg1 )

◆ distanceMapResolution() [1/2]

Vector2i mrmeshpy.CompensateRadiusParams.distanceMapResolution ( self)
resolution of distance map that is used for compensation

◆ distanceMapResolution() [2/2]

None mrmeshpy.CompensateRadiusParams.distanceMapResolution ( self,
Vector2i arg1 )

◆ region() [1/2]

FaceBitSet mrmeshpy.CompensateRadiusParams.region ( self)
region of the mesh that will be compensated
it should not contain closed components
it is updated during algorithm
also please note that boundaries of the region are fixed

◆ region() [2/2]

None mrmeshpy.CompensateRadiusParams.region ( self,
FaceBitSet arg1 )

◆ remeshTargetEdgeLength() [1/2]

float mrmeshpy.CompensateRadiusParams.remeshTargetEdgeLength ( self)
this value will be used for post-process re-meshing
value less or equal to zero will use average mesh edge length

◆ remeshTargetEdgeLength() [2/2]

None mrmeshpy.CompensateRadiusParams.remeshTargetEdgeLength ( self,
float arg1 )

◆ toolRadius() [1/2]

float mrmeshpy.CompensateRadiusParams.toolRadius ( self)
radius of spherical tool

◆ toolRadius() [2/2]

None mrmeshpy.CompensateRadiusParams.toolRadius ( self,
float arg1 )

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