Inheritance diagram for 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 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) |
| MeshRelaxParams | operator (*args, **kwargs) |
| MeshRelaxParams | operator (*args, **kwargs) |
Static Protected Attributes | |
| 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 |
Generated from: MR::MeshRelaxParams
|
static |
| None mrmeshpy.MeshRelaxParams.__init__ | ( | self | ) |
| None mrmeshpy.MeshRelaxParams.__init__ | ( | self, | |
| MeshRelaxParams | arg0 ) |
Implicit copy constructor.
Reimplemented from mrmeshpy.RelaxParams.
Reimplemented in mrmeshpy.MeshApproxRelaxParams, mrmeshpy.MeshApproxRelaxParams, mrmeshpy.MeshApproxRelaxParams, mrmeshpy.MeshEqualizeTriAreasParams, mrmeshpy.MeshEqualizeTriAreasParams, and mrmeshpy.MeshEqualizeTriAreasParams.
| bool mrmeshpy.MeshRelaxParams.hardSmoothTetrahedrons | ( | self | ) |
move all region vertices with exactly three neighbor vertices in the center of the neighbors
| None mrmeshpy.MeshRelaxParams.hardSmoothTetrahedrons | ( | self, | |
| bool | arg1 ) |
|
static |
Reimplemented from mrmeshpy.RelaxParams.
Reimplemented in mrmeshpy.MeshApproxRelaxParams, mrmeshpy.MeshApproxRelaxParams, mrmeshpy.MeshEqualizeTriAreasParams, and mrmeshpy.MeshEqualizeTriAreasParams.
|
static |
Reimplemented from mrmeshpy.RelaxParams.
Reimplemented in mrmeshpy.MeshApproxRelaxParams, mrmeshpy.MeshApproxRelaxParams, mrmeshpy.MeshEqualizeTriAreasParams, and mrmeshpy.MeshEqualizeTriAreasParams.
| VertScalars mrmeshpy.MeshRelaxParams.weights | ( | self | ) |
weight for each vertex. By default, all the vertices have equal weights.
| None mrmeshpy.MeshRelaxParams.weights | ( | self, | |
| VertScalars | arg1 ) |
|
staticprotected |
|
staticprotected |