Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, FixUndercuts.FixParams arg0) |
| None | __init__ (self, FixUndercuts.FindParams findParameters, float voxelSize, float bottomExtension, FaceBitSet region, bool smooth, 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) |
| bool | smooth (self) |
| None | smooth (self, bool arg1) |
| float | voxelSize (self) |
| None | voxelSize (self, float arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| FixUndercuts.FixParams | operator (*args, **kwargs) |
| FixUndercuts.FixParams | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_bottomExtension = 20 |
| typing | _offsetof_cb = 40 |
| typing | _offsetof_findParameters = 0 |
| typing | _offsetof_region = 24 |
| typing | _offsetof_smooth = 32 |
| typing | _offsetof_voxelSize = 16 |
Generated from: MR::FixUndercuts::FixParams Fix undercuts function parameters
|
static |
| None mrmeshpy.FixUndercuts.FixParams.__init__ | ( | self | ) |
| 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, | ||
| bool | smooth, | ||
| 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 ) |
|
static |
|
static |
| 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 ) |
| bool mrmeshpy.FixUndercuts.FixParams.smooth | ( | self | ) |
if true applies one iterations of gaussian filtering for voxels, useful if thin walls expected
| None mrmeshpy.FixUndercuts.FixParams.smooth | ( | self, | |
| bool | 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 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |