MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.MeshRelaxParams Class Reference
+ Inheritance diagram for meshlib.mrmeshpy.MeshRelaxParams:

Public Member Functions

None __init__ (self)
 
None __init__ (self, MeshRelaxParams arg0)
 
bool hardSmoothTetrahedrons (self)
 
None hardSmoothTetrahedrons (self, bool arg1)
 
VertScalars weights (self)
 
None weights (self, VertScalars arg1)
 
- Public Member Functions inherited from meshlib.mrmeshpy.RelaxParams
float force (self)
 
None force (self, float arg1)
 
int iterations (self)
 
None iterations (self, int arg1)
 
bool limitNearInitial (self)
 
None limitNearInitial (self, bool arg1)
 
float maxInitialDist (self)
 
None maxInitialDist (self, float arg1)
 
VertBitSet region (self)
 
None region (self, VertBitSet arg1)
 

Detailed Description

Generated from:  MR::MeshRelaxParams

\\defgroup MeshRelaxGroup Mesh Relax
\\ingroup MeshAlgorithmGroup
\\{

Constructor & Destructor Documentation

◆ __init__() [1/2]

None meshlib.mrmeshpy.MeshRelaxParams.__init__ ( self)

◆ __init__() [2/2]

None meshlib.mrmeshpy.MeshRelaxParams.__init__ ( self,
MeshRelaxParams arg0 )

Member Function Documentation

◆ hardSmoothTetrahedrons() [1/2]

bool meshlib.mrmeshpy.MeshRelaxParams.hardSmoothTetrahedrons ( self)
move all region vertices with exactly three neighbor vertices in the center of the neighbors

◆ hardSmoothTetrahedrons() [2/2]

None meshlib.mrmeshpy.MeshRelaxParams.hardSmoothTetrahedrons ( self,
bool arg1 )

◆ weights() [1/2]

VertScalars meshlib.mrmeshpy.MeshRelaxParams.weights ( self)
weight for each vertex. By default, all the vertices have equal weights.

◆ weights() [2/2]

None meshlib.mrmeshpy.MeshRelaxParams.weights ( self,
VertScalars arg1 )

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