Inheritance diagram for mrmeshpy.SharpOffsetParameters:Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| SharpOffsetParameters | operator (*args, **kwargs) |
| SharpOffsetParameters | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_maxNewRank2VertDev = 92 |
| typing | _offsetof_maxNewRank3VertDev = 96 |
| typing | _offsetof_maxOldVertPosCorrection = 100 |
| typing | _offsetof_minNewVertDev = 88 |
| typing | _offsetof_outSharpEdges = 80 |
Static Protected Attributes inherited from mrmeshpy.OffsetParameters | |
| typing | _offsetof_closeHolesInHoleWindingNumber = 44 |
| typing | _offsetof_fwn = 56 |
| typing | _offsetof_memoryEfficient = 72 |
| typing | _offsetof_signDetectionMode = 40 |
| typing | _offsetof_windingNumberBeta = 52 |
| typing | _offsetof_windingNumberThreshold = 48 |
Static Protected Attributes inherited from mrmeshpy.BaseShellParameters | |
| typing | _offsetof_callBack = 8 |
| typing | _offsetof_voxelSize = 0 |
Generated from: MR::SharpOffsetParameters
|
static |
Reimplemented from mrmeshpy.OffsetParameters.
Reimplemented in mrmeshpy.GeneralOffsetParameters, mrmeshpy.GeneralOffsetParameters, and mrmeshpy.GeneralOffsetParameters.
| None mrmeshpy.SharpOffsetParameters.__init__ | ( | self | ) |
Reimplemented from mrmeshpy.OffsetParameters.
Reimplemented in mrmeshpy.GeneralOffsetParameters, mrmeshpy.GeneralOffsetParameters, and mrmeshpy.GeneralOffsetParameters.
| None mrmeshpy.SharpOffsetParameters.__init__ | ( | self, | |
| SharpOffsetParameters | arg0 ) |
Implicit copy constructor.
Reimplemented from mrmeshpy.OffsetParameters.
Reimplemented in mrmeshpy.GeneralOffsetParameters, mrmeshpy.GeneralOffsetParameters, and mrmeshpy.GeneralOffsetParameters.
| float mrmeshpy.SharpOffsetParameters.maxNewRank2VertDev | ( | self | ) |
maximal surface deviation to introduce new rank 2 vertex (on intersection of 2 planes), measured in voxelSize
| None mrmeshpy.SharpOffsetParameters.maxNewRank2VertDev | ( | self, | |
| float | arg1 ) |
| float mrmeshpy.SharpOffsetParameters.maxNewRank3VertDev | ( | self | ) |
maximal surface deviation to introduce new rank 3 vertex (on intersection of 3 planes), measured in voxelSize
| None mrmeshpy.SharpOffsetParameters.maxNewRank3VertDev | ( | self, | |
| float | arg1 ) |
| float mrmeshpy.SharpOffsetParameters.maxOldVertPosCorrection | ( | self | ) |
correct positions of the input vertices using reference mesh by not more than this distance, measured in voxelSize; big correction can be wrong and result from self-intersections in the reference mesh
| None mrmeshpy.SharpOffsetParameters.maxOldVertPosCorrection | ( | self, | |
| float | arg1 ) |
| float mrmeshpy.SharpOffsetParameters.minNewVertDev | ( | self | ) |
minimal surface deviation to introduce new vertex in a voxel, measured in voxelSize
| None mrmeshpy.SharpOffsetParameters.minNewVertDev | ( | self, | |
| float | arg1 ) |
|
static |
Reimplemented from mrmeshpy.OffsetParameters.
Reimplemented in mrmeshpy.GeneralOffsetParameters, and mrmeshpy.GeneralOffsetParameters.
|
static |
Reimplemented from mrmeshpy.OffsetParameters.
Reimplemented in mrmeshpy.GeneralOffsetParameters, and mrmeshpy.GeneralOffsetParameters.
| UndirectedEdgeBitSet mrmeshpy.SharpOffsetParameters.outSharpEdges | ( | self | ) |
if non-null then created sharp edges will be saved here
| None mrmeshpy.SharpOffsetParameters.outSharpEdges | ( | self, | |
| UndirectedEdgeBitSet | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |