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

Public Member Functions

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

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 meshlib.mrmeshpy.StitchHolesParams.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

None meshlib.mrmeshpy.StitchHolesParams.__init__ ( self,
StitchHolesParams arg0 )
Implicit copy constructor.

◆ __init__() [3/3]

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

Member Function Documentation

◆ metric() [1/2]

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

◆ metric() [2/2]

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

◆ outNewFaces() [1/2]

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

◆ outNewFaces() [2/2]

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

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