Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, InflateSettings arg0) |
| None | __init__ (self, float pressure, int iterations, bool preSmooth, bool gradualPressureGrowth) |
| bool | gradualPressureGrowth (self) |
| None | gradualPressureGrowth (self, bool arg1) |
| int | iterations (self) |
| None | iterations (self, int arg1) |
| bool | preSmooth (self) |
| None | preSmooth (self, bool arg1) |
| float | pressure (self) |
| None | pressure (self, float arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| InflateSettings | operator (*args, **kwargs) |
| InflateSettings | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_gradualPressureGrowth = 9 |
| typing | _offsetof_iterations = 4 |
| typing | _offsetof_preSmooth = 8 |
| typing | _offsetof_pressure = 0 |
Generated from: MR::InflateSettings
|
static |
| None mrmeshpy.InflateSettings.__init__ | ( | self | ) |
| None mrmeshpy.InflateSettings.__init__ | ( | self, | |
| InflateSettings | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.InflateSettings.__init__ | ( | self, | |
| float | pressure, | ||
| int | iterations, | ||
| bool | preSmooth, | ||
| bool | gradualPressureGrowth ) |
Implicit aggregate constructor.
| bool mrmeshpy.InflateSettings.gradualPressureGrowth | ( | self | ) |
whether to increase the pressure gradually during the iterations (recommended for best quality)
| None mrmeshpy.InflateSettings.gradualPressureGrowth | ( | self, | |
| bool | arg1 ) |
| int mrmeshpy.InflateSettings.iterations | ( | self | ) |
the number of internal iterations (>=1); larger number of iterations makes the performance slower, but the quality better
| None mrmeshpy.InflateSettings.iterations | ( | self, | |
| int | arg1 ) |
|
static |
|
static |
| bool mrmeshpy.InflateSettings.preSmooth | ( | self | ) |
smooths the area before starting inflation; please set to false only if the region is known to be already smooth
| None mrmeshpy.InflateSettings.preSmooth | ( | self, | |
| bool | arg1 ) |
| float mrmeshpy.InflateSettings.pressure | ( | self | ) |
the amount of pressure applied to mesh region: positive pressure moves the vertices outside, negative - inside; please specify a value by magnitude about the region diagonal
| None mrmeshpy.InflateSettings.pressure | ( | self, | |
| float | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |