Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, MeshApproxRelaxParams arg0) |
float | surfaceDilateRadius (self) |
None | surfaceDilateRadius (self, float 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 Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Generated from: MR::MeshApproxRelaxParams
None mrmeshpy.MeshApproxRelaxParams.__init__ | ( | self | ) |
Implicit default constructor.
Reimplemented from mrmeshpy.MeshRelaxParams.
None mrmeshpy.MeshApproxRelaxParams.__init__ | ( | self, | |
MeshApproxRelaxParams | arg0 ) |
Implicit copy constructor.
Reimplemented from mrmeshpy.MeshRelaxParams.
|
staticprotected |
Reimplemented from mrmeshpy.MeshRelaxParams.
float mrmeshpy.MeshApproxRelaxParams.surfaceDilateRadius | ( | self | ) |
radius to find neighbors by surface 0.0f - default = 1e-3 * sqrt(surface area)
None mrmeshpy.MeshApproxRelaxParams.surfaceDilateRadius | ( | self, | |
float | arg1 ) |