MeshLib C# Docs
Loading...
Searching...
No Matches
MR.FillHolesWithExtraPointsParams Class Reference

Generated from class MR.FillHolesWithExtraPointsParams. This is the non-const half of the class. More...

+ Inheritance diagram for MR.FillHolesWithExtraPointsParams:

Public Member Functions

unsafe FillHolesWithExtraPointsParams ()
 Constructs an empty (default-constructed) instance.
 
unsafe FillHolesWithExtraPointsParams (MR.Const_TriangulationParameters triangulation, MR.Const_VertBitSet? modifyBdVertices)
 Constructs MR.FillHolesWithExtraPointsParams elementwise.
 
unsafe FillHolesWithExtraPointsParams (MR.Const_FillHolesWithExtraPointsParams _other)
 Generated from constructor MR.FillHolesWithExtraPointsParams.FillHolesWithExtraPointsParams.
 
 FillHolesWithExtraPointsParams (FillHolesWithExtraPointsParams _other)
 Generated from constructor MR.FillHolesWithExtraPointsParams.FillHolesWithExtraPointsParams.
 
unsafe MR.FillHolesWithExtraPointsParams assign (MR.Const_FillHolesWithExtraPointsParams _other)
 Generated from method MR.FillHolesWithExtraPointsParams.operator=.
 

Properties

new unsafe MR.TriangulationParameters triangulation [get, protected set]
 
new unsafe MR.? Const_VertBitSet modifyBdVertices [get, set]
 

Detailed Description

Generated from class MR.FillHolesWithExtraPointsParams. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ FillHolesWithExtraPointsParams() [1/4]

unsafe MR.FillHolesWithExtraPointsParams.FillHolesWithExtraPointsParams ( )
inline

Constructs an empty (default-constructed) instance.

◆ FillHolesWithExtraPointsParams() [2/4]

unsafe MR.FillHolesWithExtraPointsParams.FillHolesWithExtraPointsParams ( MR.Const_TriangulationParameters triangulation,
MR.Const_VertBitSet? modifyBdVertices )
inline

Constructs MR.FillHolesWithExtraPointsParams elementwise.

◆ FillHolesWithExtraPointsParams() [3/4]

unsafe MR.FillHolesWithExtraPointsParams.FillHolesWithExtraPointsParams ( MR.Const_FillHolesWithExtraPointsParams _other)
inline

Generated from constructor MR.FillHolesWithExtraPointsParams.FillHolesWithExtraPointsParams.

◆ FillHolesWithExtraPointsParams() [4/4]

MR.FillHolesWithExtraPointsParams.FillHolesWithExtraPointsParams ( FillHolesWithExtraPointsParams _other)
inline

Generated from constructor MR.FillHolesWithExtraPointsParams.FillHolesWithExtraPointsParams.

Member Function Documentation

◆ assign()

unsafe MR.FillHolesWithExtraPointsParams MR.FillHolesWithExtraPointsParams.assign ( MR.Const_FillHolesWithExtraPointsParams _other)
inline

Generated from method MR.FillHolesWithExtraPointsParams.operator=.

Property Documentation

◆ modifyBdVertices

new unsafe MR.? Const_VertBitSet MR.FillHolesWithExtraPointsParams.modifyBdVertices
getset

if nullptr, then any boundary vertex of input mesh can get new triangles; otherwise only vertices from modifyBdVertices can get new triangles

◆ triangulation

new unsafe MR.TriangulationParameters MR.FillHolesWithExtraPointsParams.triangulation
getprotected set

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