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) |
Generated from: MR::WeightedPointsToDistanceVolumeParams
None mrmeshpy.WeightedPointsToDistanceVolumeParams.__init__ | ( | self | ) |
Implicit default constructor.
None mrmeshpy.WeightedPointsToDistanceVolumeParams.__init__ | ( | self, | |
WeightedPointsToDistanceVolumeParams | arg0 ) |
Implicit copy constructor.
None mrmeshpy.WeightedPointsToDistanceVolumeParams.__init__ | ( | self, | |
DistanceVolumeParams | vol, | ||
DistanceFromWeightedPointsComputeParams | dist, | ||
bool | signDistanceByNormal ) |
Implicit aggregate constructor.
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)
None mrmeshpy.WeightedPointsToDistanceVolumeParams.signDistanceByNormal | ( | self, | |
bool | arg1 ) |