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

Public Member Functions

None __init__ (self)
 
bool noShrinkage (self)
 
None noShrinkage (self, bool arg1)
 
- Public Member Functions inherited from mrmeshpy.MeshRelaxParams
bool hardSmoothTetrahedrons (self)
 
None hardSmoothTetrahedrons (self, bool arg1)
 
VertScalars weights (self)
 
None weights (self, VertScalars arg1)
 
- Public Member Functions inherited from 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)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 
MeshEqualizeTriAreasParams operator (*args, **kwargs)
 
MeshEqualizeTriAreasParams operator (*args, **kwargs)
 

Static Protected Attributes

typing _offsetof_noShrinkage = 48
 
- Static Protected Attributes inherited from mrmeshpy.MeshRelaxParams
typing _offsetof_hardSmoothTetrahedrons = 32
 
typing _offsetof_weights = 40
 
- Static Protected Attributes inherited from mrmeshpy.RelaxParams
typing _offsetof_force = 16
 
typing _offsetof_iterations = 0
 
typing _offsetof_limitNearInitial = 20
 
typing _offsetof_maxInitialDist = 24
 
typing _offsetof_region = 8
 

Detailed Description

Generated from:  MR::MeshEqualizeTriAreasParams

Constructor & Destructor Documentation

◆ __init__() [1/2]

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

Reimplemented from mrmeshpy.MeshRelaxParams.

◆ __init__() [2/2]

None mrmeshpy.MeshEqualizeTriAreasParams.__init__ ( self)

Reimplemented from mrmeshpy.MeshRelaxParams.

Member Function Documentation

◆ noShrinkage() [1/2]

bool mrmeshpy.MeshEqualizeTriAreasParams.noShrinkage ( self)
if true prevents the surface from shrinkage after many iterations;
technically it is done by solving the same task in the plane orthogonal to normal direction

◆ noShrinkage() [2/2]

None mrmeshpy.MeshEqualizeTriAreasParams.noShrinkage ( self,
bool arg1 )

◆ operator() [1/2]

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

Reimplemented from mrmeshpy.MeshRelaxParams.

◆ operator() [2/2]

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

Reimplemented from mrmeshpy.MeshRelaxParams.

Member Data Documentation

◆ _offsetof_noShrinkage

typing mrmeshpy.MeshEqualizeTriAreasParams._offsetof_noShrinkage = 48
staticprotected

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