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

Classes

class  OutputFaceValues
 

Public Member Functions

None __init__ (self)
 
None __init__ (self, FaceDistancesSettings arg0)
 
None __init__ (self, FaceDistancesSettings.OutputFaceValues out, float_output maxDist, func_bool_from_float progress)
 
float maxDist (self)
 
None maxDist (self, float_output arg1)
 
func_bool_from_float progress (self)
 
None progress (self, func_bool_from_float arg1)
 

Detailed Description

Generated from:  MR::FaceDistancesSettings

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

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

◆ __init__() [3/3]

None meshlib.mrmeshpy.FaceDistancesSettings.__init__ ( self,
FaceDistancesSettings.OutputFaceValues out,
float_output maxDist,
func_bool_from_float progress )
Implicit aggregate constructor.

Member Function Documentation

◆ maxDist() [1/2]

float meshlib.mrmeshpy.FaceDistancesSettings.maxDist ( self)
optional output of the maximal distance to the most distant face

◆ maxDist() [2/2]

None meshlib.mrmeshpy.FaceDistancesSettings.maxDist ( self,
float_output arg1 )

◆ progress() [1/2]

func_bool_from_float meshlib.mrmeshpy.FaceDistancesSettings.progress ( self)
for progress reporting and cancellation

◆ progress() [2/2]

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

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