MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.DistanceFromWeightedPointsComputeParams Class Reference
+ Inheritance diagram for mrmeshpy.DistanceFromWeightedPointsComputeParams:

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)
 
- Public Member Functions inherited from mrmeshpy.DistanceFromWeightedPointsParams
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)
 

Detailed Description

Generated from:  MR::DistanceFromWeightedPointsComputeParams

Constructor & Destructor Documentation

◆ __init__() [1/2]

None mrmeshpy.DistanceFromWeightedPointsComputeParams.__init__ ( self)
Implicit default constructor.

Reimplemented from mrmeshpy.DistanceFromWeightedPointsParams.

◆ __init__() [2/2]

None mrmeshpy.DistanceFromWeightedPointsComputeParams.__init__ ( self,
DistanceFromWeightedPointsComputeParams arg0 )
Implicit copy constructor.

Reimplemented from mrmeshpy.DistanceFromWeightedPointsParams.

Member Function Documentation

◆ maxDistance() [1/2]

float mrmeshpy.DistanceFromWeightedPointsComputeParams.maxDistance ( self)
find the closest point only if the distance to it is less than given value

◆ maxDistance() [2/2]

None mrmeshpy.DistanceFromWeightedPointsComputeParams.maxDistance ( self,
float arg1 )

◆ minDistance() [1/2]

float mrmeshpy.DistanceFromWeightedPointsComputeParams.minDistance ( self)
stop searching as soon as any point within this distance is found

◆ minDistance() [2/2]

None mrmeshpy.DistanceFromWeightedPointsComputeParams.minDistance ( self,
float arg1 )

The documentation for this class was generated from the following file: