Inheritance diagram for mrmeshpy.WeightedShell.ParametersRegions:Classes | |
| class | Region |
Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, WeightedShell.ParametersRegions arg0) |
| bool | bidirectionalMode (self) |
| None | bidirectionalMode (self, bool arg1) |
| float | interpolationDist (self) |
| None | interpolationDist (self, float arg1) |
| std_vector_WeightedShell_ParametersRegions_Region | regions (self) |
| None | regions (self, std_vector_WeightedShell_ParametersRegions_Region arg1) |
Public Member Functions inherited from mrmeshpy.WeightedShell.ParametersBase | |
| float | numLayers (self) |
| None | numLayers (self, float arg1) |
| float | offset (self) |
| None | offset (self, float arg1) |
| func_bool_from_float | progress (self) |
| None | progress (self, func_bool_from_float arg1) |
| float | voxelSize (self) |
| None | voxelSize (self, float arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| WeightedShell.ParametersRegions | operator (*args, **kwargs) |
| WeightedShell.ParametersRegions | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_interpolationDist = 72 |
| typing | _offsetof_regions = 48 |
Static Protected Attributes inherited from mrmeshpy.WeightedShell.ParametersBase | |
| typing | _offsetof_numLayers = 8 |
| typing | _offsetof_offset = 0 |
| typing | _offsetof_progress = 16 |
| typing | _offsetof_voxelSize = 4 |
Generated from: MR::WeightedShell::ParametersRegions
|
static |
Reimplemented from mrmeshpy.WeightedShell.ParametersBase.
| None mrmeshpy.WeightedShell.ParametersRegions.__init__ | ( | self | ) |
Reimplemented from mrmeshpy.WeightedShell.ParametersBase.
| None mrmeshpy.WeightedShell.ParametersRegions.__init__ | ( | self, | |
| WeightedShell.ParametersRegions | arg0 ) |
Implicit copy constructor.
Reimplemented from mrmeshpy.WeightedShell.ParametersBase.
| bool mrmeshpy.WeightedShell.ParametersRegions.bidirectionalMode | ( | self | ) |
if true the distances grow in both directions from each triangle, reaching minimum in the triangle; if false the distances grow to infinity in the direction of triangle's normals, and decrease to minus infinity in the opposite direction
| None mrmeshpy.WeightedShell.ParametersRegions.bidirectionalMode | ( | self, | |
| bool | arg1 ) |
| float mrmeshpy.WeightedShell.ParametersRegions.interpolationDist | ( | self | ) |
interpolation distance between the weights of the regions determines the sharpness of transitions between different regions
| None mrmeshpy.WeightedShell.ParametersRegions.interpolationDist | ( | self, | |
| float | arg1 ) |
|
static |
Reimplemented from mrmeshpy.WeightedShell.ParametersBase.
|
static |
Reimplemented from mrmeshpy.WeightedShell.ParametersBase.
| std_vector_WeightedShell_ParametersRegions_Region mrmeshpy.WeightedShell.ParametersRegions.regions | ( | self | ) |
list of regions (overlappings are allowed) with corresponding offsets the additional offset in overlaps is set to the average of the regions
| None mrmeshpy.WeightedShell.ParametersRegions.regions | ( | self, | |
| std_vector_WeightedShell_ParametersRegions_Region | arg1 ) |
|
staticprotected |
|
staticprotected |