MeshLib C# Docs
Loading...
Searching...
No Matches
MR.StitchHolesParams Struct Reference

Parameters structure for MR.stitchHoles
Structure has some options to control MR.stitchHoles. More...

Inheritance diagram for MR.StitchHolesParams:

Public Member Functions

unsafe StitchHolesParams ()
 Constructs an empty (default-constructed) instance.
unsafe StitchHolesParams (MR._ByValue_FillHoleMetric metric, MR.FaceBitSet? outNewFaces)
 Constructs MR.StitchHolesParams elementwise.
unsafe StitchHolesParams (MR._ByValue_StitchHolesParams _other)
 Generated from constructor MR.StitchHolesParams.StitchHolesParams.
 StitchHolesParams (Const_StitchHolesParams _other)
 Generated from constructor MR.StitchHolesParams.StitchHolesParams.
 StitchHolesParams (StitchHolesParams _other)
 Generated from constructor MR.StitchHolesParams.StitchHolesParams.
unsafe MR.StitchHolesParams assign (MR._ByValue_StitchHolesParams _other)
 Generated from method MR::StitchHolesParams::operator=.

Properties

new unsafe MR.FillHoleMetric metric [get, protected set]
 Specifies triangulation metric
default for MR.stitchHoles: getComplexStitchMetric.
new unsafe MR.? FaceBitSet outNewFaces [get, set]
 If not nullptr accumulate new faces.

Detailed Description

Parameters structure for MR.stitchHoles
Structure has some options to control MR.stitchHoles.

See also
stitchHoles
FillHoleMetric Generated from class MR.StitchHolesParams. This is the const half of the class.
stitchHoles
FillHoleMetric Generated from class MR.StitchHolesParams. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ StitchHolesParams() [1/5]

unsafe MR.StitchHolesParams.StitchHolesParams ( )
inline

Constructs an empty (default-constructed) instance.

◆ StitchHolesParams() [2/5]

unsafe MR.StitchHolesParams.StitchHolesParams ( MR._ByValue_FillHoleMetric metric,
MR.FaceBitSet? outNewFaces )
inline

Constructs MR.StitchHolesParams elementwise.

◆ StitchHolesParams() [3/5]

unsafe MR.StitchHolesParams.StitchHolesParams ( MR._ByValue_StitchHolesParams _other)
inline

Generated from constructor MR.StitchHolesParams.StitchHolesParams.

◆ StitchHolesParams() [4/5]

MR.StitchHolesParams.StitchHolesParams ( Const_StitchHolesParams _other)
inline

Generated from constructor MR.StitchHolesParams.StitchHolesParams.

◆ StitchHolesParams() [5/5]

MR.StitchHolesParams.StitchHolesParams ( StitchHolesParams _other)
inline

Generated from constructor MR.StitchHolesParams.StitchHolesParams.

Member Function Documentation

◆ assign()

unsafe MR.StitchHolesParams MR.StitchHolesParams.assign ( MR._ByValue_StitchHolesParams _other)
inline

Generated from method MR::StitchHolesParams::operator=.

Property Documentation

◆ metric

new unsafe MR.FillHoleMetric MR.StitchHolesParams.metric
getprotected set

Specifies triangulation metric
default for MR.stitchHoles: getComplexStitchMetric.

See also
FillHoleMetric

◆ outNewFaces

new unsafe MR.? FaceBitSet MR.StitchHolesParams.outNewFaces
getset

If not nullptr accumulate new faces.


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