Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, FixUndercuts.FixParams arg0) |
None | __init__ (self, FixUndercuts.FindParams findParameters, float voxelSize, float bottomExtension, FaceBitSet region, func_bool_from_float cb) |
float | bottomExtension (self) |
None | bottomExtension (self, float arg1) |
FixUndercuts.FindParams | findParameters (self) |
None | findParameters (self, FixUndercuts.FindParams arg1) |
FaceBitSet | region (self) |
None | region (self, FaceBitSet arg1) |
float | voxelSize (self) |
None | voxelSize (self, float arg1) |
Generated from: MR::FixUndercuts::FixParams Fix undercuts function paramters
None mrmeshpy.FixUndercuts.FixParams.__init__ | ( | self | ) |
Implicit default constructor.
None mrmeshpy.FixUndercuts.FixParams.__init__ | ( | self, | |
FixUndercuts.FixParams | arg0 ) |
Implicit copy constructor.
None mrmeshpy.FixUndercuts.FixParams.__init__ | ( | self, | |
FixUndercuts.FindParams | findParameters, | ||
float | voxelSize, | ||
float | bottomExtension, | ||
FaceBitSet | region, | ||
func_bool_from_float | cb ) |
Implicit aggregate constructor.
float mrmeshpy.FixUndercuts.FixParams.bottomExtension | ( | self | ) |
minimum extension of bottom part of the mesh
None mrmeshpy.FixUndercuts.FixParams.bottomExtension | ( | self, | |
float | arg1 ) |
FixUndercuts.FindParams mrmeshpy.FixUndercuts.FixParams.findParameters | ( | self | ) |
parameters of what is considered as undercut
None mrmeshpy.FixUndercuts.FixParams.findParameters | ( | self, | |
FixUndercuts.FindParams | arg1 ) |
FaceBitSet mrmeshpy.FixUndercuts.FixParams.region | ( | self | ) |
if set - only this region will be fixed (but still all mesh will be rebuild)
None mrmeshpy.FixUndercuts.FixParams.region | ( | self, | |
FaceBitSet | arg1 ) |
float mrmeshpy.FixUndercuts.FixParams.voxelSize | ( | self | ) |
voxel size for internal computations: lower size - better precision but more system resources required
None mrmeshpy.FixUndercuts.FixParams.voxelSize | ( | self, | |
float | arg1 ) |