MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.WeightedPointsToDistanceVolumeParams Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, WeightedPointsToDistanceVolumeParams arg0)
 
None __init__ (self, DistanceVolumeParams vol, DistanceFromWeightedPointsComputeParams dist, bool signDistanceByNormal)
 
bool signDistanceByNormal (self)
 
None signDistanceByNormal (self, bool arg1)
 

Detailed Description

Generated from:  MR::WeightedPointsToDistanceVolumeParams

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

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

◆ __init__() [3/3]

None mrmeshpy.WeightedPointsToDistanceVolumeParams.__init__ ( self,
DistanceVolumeParams vol,
DistanceFromWeightedPointsComputeParams dist,
bool signDistanceByNormal )
Implicit aggregate constructor.

Member Function Documentation

◆ signDistanceByNormal() [1/2]

bool mrmeshpy.WeightedPointsToDistanceVolumeParams.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)

◆ signDistanceByNormal() [2/2]

None mrmeshpy.WeightedPointsToDistanceVolumeParams.signDistanceByNormal ( self,
bool arg1 )

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