Public Member Functions | |
None | __init__ (self) |
bool | noShrinkage (self) |
None | noShrinkage (self, bool arg1) |
![]() | |
bool | hardSmoothTetrahedrons (self) |
None | hardSmoothTetrahedrons (self, bool arg1) |
VertScalars | weights (self) |
None | weights (self, VertScalars arg1) |
![]() | |
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 |
![]() | |
typing | _offsetof_hardSmoothTetrahedrons = 32 |
typing | _offsetof_weights = 40 |
![]() | |
typing | _offsetof_force = 16 |
typing | _offsetof_iterations = 0 |
typing | _offsetof_limitNearInitial = 20 |
typing | _offsetof_maxInitialDist = 24 |
typing | _offsetof_region = 8 |
Generated from: MR::MeshEqualizeTriAreasParams
|
static |
Reimplemented from mrmeshpy.MeshRelaxParams.
None mrmeshpy.MeshEqualizeTriAreasParams.__init__ | ( | self | ) |
Reimplemented from mrmeshpy.MeshRelaxParams.
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
None mrmeshpy.MeshEqualizeTriAreasParams.noShrinkage | ( | self, | |
bool | arg1 ) |
|
static |
Reimplemented from mrmeshpy.MeshRelaxParams.
|
static |
Reimplemented from mrmeshpy.MeshRelaxParams.
|
staticprotected |