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

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)
 

Detailed Description

Generated from:  MR::WeightedPointsShellParametersBase

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.WeightedPointsShellParametersBase.__init__ ( self)

◆ __init__() [2/3]

◆ __init__() [3/3]

None mrmeshpy.WeightedPointsShellParametersBase.__init__ ( self,
float offset,
float voxelSize,
bool signDistanceByNormal,
func_bool_from_float progress )

Member Function Documentation

◆ offset() [1/2]

float mrmeshpy.WeightedPointsShellParametersBase.offset ( self)
build iso-surface of minimal distance to points corresponding to this value

◆ offset() [2/2]

None mrmeshpy.WeightedPointsShellParametersBase.offset ( self,
float arg1 )

◆ progress() [1/2]

func_bool_from_float mrmeshpy.WeightedPointsShellParametersBase.progress ( self)
Progress callback

◆ progress() [2/2]

None mrmeshpy.WeightedPointsShellParametersBase.progress ( self,
func_bool_from_float arg1 )

◆ signDistanceByNormal() [1/2]

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

◆ signDistanceByNormal() [2/2]

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

◆ voxelSize() [1/2]

float mrmeshpy.WeightedPointsShellParametersBase.voxelSize ( self)
Size of voxel in grid conversions;
The user is responsible for setting some positive value here

◆ voxelSize() [2/2]

None mrmeshpy.WeightedPointsShellParametersBase.voxelSize ( self,
float arg1 )

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