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

Public Member Functions

None __init__ (self)
 
float maxNewRank2VertDev (self)
 
None maxNewRank2VertDev (self, float arg1)
 
float maxNewRank3VertDev (self)
 
None maxNewRank3VertDev (self, float arg1)
 
float maxOldVertPosCorrection (self)
 
None maxOldVertPosCorrection (self, float arg1)
 
float minNewVertDev (self)
 
None minNewVertDev (self, float arg1)
 
UndirectedEdgeBitSet outSharpEdges (self)
 
None outSharpEdges (self, UndirectedEdgeBitSet arg1)
 
- Public Member Functions inherited from mrmeshpy.OffsetParameters
bool closeHolesInHoleWindingNumber (self)
 
None closeHolesInHoleWindingNumber (self, bool arg1)
 
IFastWindingNumber fwn (self)
 
None fwn (self, IFastWindingNumber arg1)
 
bool memoryEfficient (self)
 
None memoryEfficient (self, bool arg1)
 
SignDetectionMode signDetectionMode (self)
 
None signDetectionMode (self, SignDetectionMode arg1)
 
float windingNumberBeta (self)
 
None windingNumberBeta (self, float arg1)
 
float windingNumberThreshold (self)
 
None windingNumberThreshold (self, float arg1)
 
- Public Member Functions inherited from mrmeshpy.BaseShellParameters
func_bool_from_float callBack (self)
 
None callBack (self, func_bool_from_float arg1)
 
float voxelSize (self)
 
None voxelSize (self, float arg1)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 
SharpOffsetParameters operator (*args, **kwargs)
 
SharpOffsetParameters operator (*args, **kwargs)
 

Static Protected Attributes

typing _offsetof_maxNewRank2VertDev = 124
 
typing _offsetof_maxNewRank3VertDev = 128
 
typing _offsetof_maxOldVertPosCorrection = 132
 
typing _offsetof_minNewVertDev = 120
 
typing _offsetof_outSharpEdges = 112
 
- Static Protected Attributes inherited from mrmeshpy.OffsetParameters
typing _offsetof_closeHolesInHoleWindingNumber = 76
 
typing _offsetof_fwn = 88
 
typing _offsetof_memoryEfficient = 104
 
typing _offsetof_signDetectionMode = 72
 
typing _offsetof_windingNumberBeta = 84
 
typing _offsetof_windingNumberThreshold = 80
 
- Static Protected Attributes inherited from mrmeshpy.BaseShellParameters
typing _offsetof_callBack = 8
 
typing _offsetof_voxelSize = 0
 

Detailed Description

Generated from:  MR::SharpOffsetParameters

Constructor & Destructor Documentation

◆ __init__() [1/2]

None mrmeshpy.SharpOffsetParameters.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/2]

None mrmeshpy.SharpOffsetParameters.__init__ ( self)

Member Function Documentation

◆ maxNewRank2VertDev() [1/2]

float mrmeshpy.SharpOffsetParameters.maxNewRank2VertDev ( self)
maximal surface deviation to introduce new rank 2 vertex (on intersection of 2 planes), measured in voxelSize

◆ maxNewRank2VertDev() [2/2]

None mrmeshpy.SharpOffsetParameters.maxNewRank2VertDev ( self,
float arg1 )

◆ maxNewRank3VertDev() [1/2]

float mrmeshpy.SharpOffsetParameters.maxNewRank3VertDev ( self)
maximal surface deviation to introduce new rank 3 vertex (on intersection of 3 planes), measured in voxelSize

◆ maxNewRank3VertDev() [2/2]

None mrmeshpy.SharpOffsetParameters.maxNewRank3VertDev ( self,
float arg1 )

◆ maxOldVertPosCorrection() [1/2]

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

◆ maxOldVertPosCorrection() [2/2]

None mrmeshpy.SharpOffsetParameters.maxOldVertPosCorrection ( self,
float arg1 )

◆ minNewVertDev() [1/2]

float mrmeshpy.SharpOffsetParameters.minNewVertDev ( self)
minimal surface deviation to introduce new vertex in a voxel, measured in voxelSize

◆ minNewVertDev() [2/2]

None mrmeshpy.SharpOffsetParameters.minNewVertDev ( self,
float arg1 )

◆ operator() [1/2]

SharpOffsetParameters mrmeshpy.SharpOffsetParameters.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

SharpOffsetParameters mrmeshpy.SharpOffsetParameters.operator ( * args,
** kwargs )
static

◆ outSharpEdges() [1/2]

UndirectedEdgeBitSet mrmeshpy.SharpOffsetParameters.outSharpEdges ( self)
if non-null then created sharp edges will be saved here

◆ outSharpEdges() [2/2]

None mrmeshpy.SharpOffsetParameters.outSharpEdges ( self,
UndirectedEdgeBitSet arg1 )

Member Data Documentation

◆ _offsetof_maxNewRank2VertDev

typing mrmeshpy.SharpOffsetParameters._offsetof_maxNewRank2VertDev = 124
staticprotected

◆ _offsetof_maxNewRank3VertDev

typing mrmeshpy.SharpOffsetParameters._offsetof_maxNewRank3VertDev = 128
staticprotected

◆ _offsetof_maxOldVertPosCorrection

typing mrmeshpy.SharpOffsetParameters._offsetof_maxOldVertPosCorrection = 132
staticprotected

◆ _offsetof_minNewVertDev

typing mrmeshpy.SharpOffsetParameters._offsetof_minNewVertDev = 120
staticprotected

◆ _offsetof_outSharpEdges

typing mrmeshpy.SharpOffsetParameters._offsetof_outSharpEdges = 112
staticprotected

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