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) |
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 = 96 |
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
|
static |
| None mrmeshpy.StitchHolesParams.__init__ | ( | self | ) |
| None mrmeshpy.StitchHolesParams.__init__ | ( | self, | |
| StitchHolesParams | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.StitchHolesParams.__init__ | ( | self, | |
| FillHoleMetric | metric, | ||
| FaceBitSet | outNewFaces ) |
Implicit aggregate constructor.
| FillHoleMetric mrmeshpy.StitchHolesParams.metric | ( | self | ) |
Specifies triangulation metric\\n default for MR::buildCylinderBetweenTwoHoles: getComplexStitchMetric \\sa \\ref FillHoleMetric
| None mrmeshpy.StitchHolesParams.metric | ( | self, | |
| FillHoleMetric | arg1 ) |
|
static |
|
static |
| FaceBitSet mrmeshpy.StitchHolesParams.outNewFaces | ( | self | ) |
If not nullptr accumulate new faces
| None mrmeshpy.StitchHolesParams.outNewFaces | ( | self, | |
| FaceBitSet | arg1 ) |
|
staticprotected |
|
staticprotected |