MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.DetectTunnelSettings Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, DetectTunnelSettings arg0)
 
None __init__ (self, float maxTunnelLength, int maxIters, func_float_from_Id_EdgeTag metric, func_bool_from_float progress)
 
int maxIters (self)
 
None maxIters (self, int arg1)
 
float maxTunnelLength (self)
 
None maxTunnelLength (self, float arg1)
 
func_float_from_Id_EdgeTag metric (self)
 
None metric (self, func_float_from_Id_EdgeTag arg1)
 
func_bool_from_float progress (self)
 
None progress (self, func_bool_from_float arg1)
 

Detailed Description

Generated from:  MR::DetectTunnelSettings

Constructor & Destructor Documentation

◆ __init__() [1/3]

None meshlib.mrmeshpy.DetectTunnelSettings.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

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

◆ __init__() [3/3]

None meshlib.mrmeshpy.DetectTunnelSettings.__init__ ( self,
float maxTunnelLength,
int maxIters,
func_float_from_Id_EdgeTag metric,
func_bool_from_float progress )
Implicit aggregate constructor.

Member Function Documentation

◆ maxIters() [1/2]

int meshlib.mrmeshpy.DetectTunnelSettings.maxIters ( self)
maximal number of iterations to detect all tunnels;
on a big mesh with many tunnels even one iteration can take a while

◆ maxIters() [2/2]

None meshlib.mrmeshpy.DetectTunnelSettings.maxIters ( self,
int arg1 )

◆ maxTunnelLength() [1/2]

float meshlib.mrmeshpy.DetectTunnelSettings.maxTunnelLength ( self)
maximal length of tunnel loops to consider

◆ maxTunnelLength() [2/2]

None meshlib.mrmeshpy.DetectTunnelSettings.maxTunnelLength ( self,
float arg1 )

◆ metric() [1/2]

func_float_from_Id_EdgeTag meshlib.mrmeshpy.DetectTunnelSettings.metric ( self)
if no metric is given then discreteMinusAbsMeanCurvatureMetric will be used

◆ metric() [2/2]

None meshlib.mrmeshpy.DetectTunnelSettings.metric ( self,
func_float_from_Id_EdgeTag arg1 )

◆ progress() [1/2]

func_bool_from_float meshlib.mrmeshpy.DetectTunnelSettings.progress ( self)
to report algorithm progress and cancel from outside

◆ progress() [2/2]

None meshlib.mrmeshpy.DetectTunnelSettings.progress ( self,
func_bool_from_float arg1 )

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