Classes | |
class | Region |
Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, WeightedPointsShellParametersRegions arg0) |
float | interpolationDist (self) |
None | interpolationDist (self, float arg1) |
std_vector_WeightedPointsShellParametersRegions_Region | regions (self) |
None | regions (self, std_vector_WeightedPointsShellParametersRegions_Region arg1) |
![]() | |
float | offset (self) |
None | offset (self, float arg1) |
func_bool_from_float | progress (self) |
None | progress (self, func_bool_from_float arg1) |
bool | signDistanceByNormal (self) |
None | signDistanceByNormal (self, bool arg1) |
float | voxelSize (self) |
None | voxelSize (self, float arg1) |
Generated from: MR::WeightedPointsShellParametersRegions
None mrmeshpy.WeightedPointsShellParametersRegions.__init__ | ( | self | ) |
Implicit default constructor.
Reimplemented from mrmeshpy.WeightedPointsShellParametersBase.
None mrmeshpy.WeightedPointsShellParametersRegions.__init__ | ( | self, | |
WeightedPointsShellParametersRegions | arg0 ) |
Implicit copy constructor.
Reimplemented from mrmeshpy.WeightedPointsShellParametersBase.
float mrmeshpy.WeightedPointsShellParametersRegions.interpolationDist | ( | self | ) |
interpolation distance between the weights of the regions determines the sharpness of transitions between different regions
None mrmeshpy.WeightedPointsShellParametersRegions.interpolationDist | ( | self, | |
float | arg1 ) |
std_vector_WeightedPointsShellParametersRegions_Region mrmeshpy.WeightedPointsShellParametersRegions.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.WeightedPointsShellParametersRegions.regions | ( | self, | |
std_vector_WeightedPointsShellParametersRegions_Region | arg1 ) |