Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, DistanceFromWeightedPointsComputeParams arg0) |
float | maxDistance (self) |
None | maxDistance (self, float arg1) |
float | minDistance (self) |
None | minDistance (self, float arg1) |
![]() | |
float | maxWeight (self) |
None | maxWeight (self, float arg1) |
float | maxWeightGrad (self) |
None | maxWeightGrad (self, float arg1) |
func_float_from_Id_VertTag | pointWeight (self) |
None | pointWeight (self, func_float_from_Id_VertTag arg1) |
Generated from: MR::DistanceFromWeightedPointsComputeParams
None mrmeshpy.DistanceFromWeightedPointsComputeParams.__init__ | ( | self | ) |
Implicit default constructor.
Reimplemented from mrmeshpy.DistanceFromWeightedPointsParams.
None mrmeshpy.DistanceFromWeightedPointsComputeParams.__init__ | ( | self, | |
DistanceFromWeightedPointsComputeParams | arg0 ) |
Implicit copy constructor.
Reimplemented from mrmeshpy.DistanceFromWeightedPointsParams.
float mrmeshpy.DistanceFromWeightedPointsComputeParams.maxDistance | ( | self | ) |
find the closest point only if the distance to it is less than given value
None mrmeshpy.DistanceFromWeightedPointsComputeParams.maxDistance | ( | self, | |
float | arg1 ) |
float mrmeshpy.DistanceFromWeightedPointsComputeParams.minDistance | ( | self | ) |
stop searching as soon as any point within this distance is found
None mrmeshpy.DistanceFromWeightedPointsComputeParams.minDistance | ( | self, | |
float | arg1 ) |