Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, WeightedPointsShellParametersBase arg0) |
None | __init__ (self, float offset, float voxelSize, bool signDistanceByNormal, func_bool_from_float progress) |
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::WeightedPointsShellParametersBase
None mrmeshpy.WeightedPointsShellParametersBase.__init__ | ( | self | ) |
Implicit default constructor.
Reimplemented in mrmeshpy.WeightedPointsShellParametersMetric, mrmeshpy.WeightedPointsShellParametersMetric, mrmeshpy.WeightedPointsShellParametersRegions, and mrmeshpy.WeightedPointsShellParametersRegions.
None mrmeshpy.WeightedPointsShellParametersBase.__init__ | ( | self, | |
WeightedPointsShellParametersBase | arg0 ) |
Implicit copy constructor.
Reimplemented in mrmeshpy.WeightedPointsShellParametersMetric, mrmeshpy.WeightedPointsShellParametersMetric, mrmeshpy.WeightedPointsShellParametersRegions, and mrmeshpy.WeightedPointsShellParametersRegions.
None mrmeshpy.WeightedPointsShellParametersBase.__init__ | ( | self, | |
float | offset, | ||
float | voxelSize, | ||
bool | signDistanceByNormal, | ||
func_bool_from_float | progress ) |
Implicit aggregate constructor.
Reimplemented in mrmeshpy.WeightedPointsShellParametersMetric, mrmeshpy.WeightedPointsShellParametersMetric, mrmeshpy.WeightedPointsShellParametersRegions, and mrmeshpy.WeightedPointsShellParametersRegions.
float mrmeshpy.WeightedPointsShellParametersBase.offset | ( | self | ) |
build iso-surface of minimal distance to points corresponding to this value
None mrmeshpy.WeightedPointsShellParametersBase.offset | ( | self, | |
float | arg1 ) |
func_bool_from_float mrmeshpy.WeightedPointsShellParametersBase.progress | ( | self | ) |
Progress callback
None mrmeshpy.WeightedPointsShellParametersBase.progress | ( | self, | |
func_bool_from_float | arg1 ) |
bool mrmeshpy.WeightedPointsShellParametersBase.signDistanceByNormal | ( | self | ) |
if true, then the distance will get its sign from the normal of the closest point (positive values in the half space pointed by normal); initial distances must be unsigned then (e.g. all point weights are negative); true here allows one to construct one directional offset instead of bidirectional shell
None mrmeshpy.WeightedPointsShellParametersBase.signDistanceByNormal | ( | self, | |
bool | arg1 ) |
float mrmeshpy.WeightedPointsShellParametersBase.voxelSize | ( | self | ) |
Size of voxel in grid conversions; The user is responsible for setting some positive value here
None mrmeshpy.WeightedPointsShellParametersBase.voxelSize | ( | self, | |
float | arg1 ) |