MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.StitchHolesParams Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, FillHoleMetric metric, FaceBitSet outNewFaces)
 
FillHoleMetric metric (self)
 
None metric (self, FillHoleMetric arg1)
 
FaceBitSet outNewFaces (self)
 
None outNewFaces (self, FaceBitSet arg1)
 

Static Public Member Functions

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

Static Protected Attributes

typing _offsetof_metric = 0
 
typing _offsetof_outNewFaces = 192
 

Detailed Description

Generated from:  MR::StitchHolesParams

\\struct MR::StitchHolesParams
\\brief Parameters structure for MR::buildCylinderBetweenTwoHoles\\n
Structure has some options to control MR::buildCylinderBetweenTwoHoles

\\sa \\ref buildCylinderBetweenTwoHoles
\\sa \\ref FillHoleMetric

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

None mrmeshpy.StitchHolesParams.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.StitchHolesParams.__init__ ( self,
FillHoleMetric metric,
FaceBitSet outNewFaces )
Implicit aggregate constructor.

Member Function Documentation

◆ metric() [1/2]

FillHoleMetric mrmeshpy.StitchHolesParams.metric ( self)
Specifies triangulation metric\\n
default for MR::buildCylinderBetweenTwoHoles: getComplexStitchMetric
\\sa \\ref FillHoleMetric

◆ metric() [2/2]

None mrmeshpy.StitchHolesParams.metric ( self,
FillHoleMetric arg1 )

◆ operator() [1/2]

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

◆ operator() [2/2]

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

◆ outNewFaces() [1/2]

FaceBitSet mrmeshpy.StitchHolesParams.outNewFaces ( self)
If not nullptr accumulate new faces

◆ outNewFaces() [2/2]

None mrmeshpy.StitchHolesParams.outNewFaces ( self,
FaceBitSet arg1 )

Member Data Documentation

◆ _offsetof_metric

typing mrmeshpy.StitchHolesParams._offsetof_metric = 0
staticprotected

◆ _offsetof_outNewFaces

typing mrmeshpy.StitchHolesParams._offsetof_outNewFaces = 192
staticprotected

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