Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, SmoothFillingSettings arg0) |
| None | __init__ (self, bool naturalSmooth, EdgeWeights edgeWeights, VertexMass vmass) |
| EdgeWeights | edgeWeights (self) |
| None | edgeWeights (self, EdgeWeights arg1) |
| bool | naturalSmooth (self) |
| None | naturalSmooth (self, bool arg1) |
| VertexMass | vmass (self) |
| None | vmass (self, VertexMass arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| SmoothFillingSettings | operator (*args, **kwargs) |
| SmoothFillingSettings | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_edgeWeights = 4 |
| typing | _offsetof_naturalSmooth = 0 |
| typing | _offsetof_vmass = 8 |
Generated from: MR::SmoothFillingSettings
|
static |
| None mrmeshpy.SmoothFillingSettings.__init__ | ( | self | ) |
| None mrmeshpy.SmoothFillingSettings.__init__ | ( | self, | |
| SmoothFillingSettings | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.SmoothFillingSettings.__init__ | ( | self, | |
| bool | naturalSmooth, | ||
| EdgeWeights | edgeWeights, | ||
| VertexMass | vmass ) |
Implicit aggregate constructor.
| EdgeWeights mrmeshpy.SmoothFillingSettings.edgeWeights | ( | self | ) |
edge weighting scheme for smoothCurvature mode
| None mrmeshpy.SmoothFillingSettings.edgeWeights | ( | self, | |
| EdgeWeights | arg1 ) |
| bool mrmeshpy.SmoothFillingSettings.naturalSmooth | ( | self | ) |
Additionally smooth 3 layers of vertices near hole boundary both inside and outside of the hole
| None mrmeshpy.SmoothFillingSettings.naturalSmooth | ( | self, | |
| bool | arg1 ) |
|
static |
|
static |
| VertexMass mrmeshpy.SmoothFillingSettings.vmass | ( | self | ) |
vertex mass scheme for smoothCurvature mode
| None mrmeshpy.SmoothFillingSettings.vmass | ( | self, | |
| VertexMass | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |