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

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

+ Inheritance diagram for MR.Const_FillHolesWithExtraPointsParams:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_FillHolesWithExtraPointsParams ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_FillHolesWithExtraPointsParams (MR.Const_TriangulationParameters triangulation, MR.Const_VertBitSet? modifyBdVertices)
 Constructs MR.FillHolesWithExtraPointsParams elementwise.
 
unsafe Const_FillHolesWithExtraPointsParams (MR.Const_FillHolesWithExtraPointsParams _other)
 Generated from constructor MR.FillHolesWithExtraPointsParams.FillHolesWithExtraPointsParams.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe MR.Const_TriangulationParameters triangulation [get]
 
unsafe MR.? Const_VertBitSet modifyBdVertices [get]
 
- Properties inherited from MR.Misc.Object< Const_FillHolesWithExtraPointsParams >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_FillHolesWithExtraPointsParams >
bool _IsOwningVal
 

Detailed Description

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

Property Documentation

◆ modifyBdVertices

unsafe MR.? Const_VertBitSet MR.Const_FillHolesWithExtraPointsParams.modifyBdVertices
get

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


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