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

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

Inheritance diagram for MR.SmoothFillingSettings:

Public Member Functions

unsafe SmoothFillingSettings ()
 Constructs an empty (default-constructed) instance.
unsafe SmoothFillingSettings (bool naturalSmooth, MR.EdgeWeights edgeWeights, MR.VertexMass vmass)
 Constructs MR.SmoothFillingSettings elementwise.
unsafe SmoothFillingSettings (MR.Const_SmoothFillingSettings _other)
 Generated from constructor MR.SmoothFillingSettings.SmoothFillingSettings.
 SmoothFillingSettings (SmoothFillingSettings _other)
 Generated from constructor MR.SmoothFillingSettings.SmoothFillingSettings.
unsafe MR.SmoothFillingSettings assign (MR.Const_SmoothFillingSettings _other)
 Generated from method MR::SmoothFillingSettings::operator=.

Properties

new unsafe ref bool naturalSmooth [get]
 Additionally smooth 3 layers of vertices near hole boundary both inside and outside of the hole.
new unsafe ref MR.EdgeWeights edgeWeights [get]
 edge weighting scheme for smoothCurvature mode
new unsafe ref MR.VertexMass vmass [get]
 vertex mass scheme for smoothCurvature mode

Detailed Description

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

Constructor & Destructor Documentation

◆ SmoothFillingSettings() [1/4]

unsafe MR.SmoothFillingSettings.SmoothFillingSettings ( )
inline

Constructs an empty (default-constructed) instance.

◆ SmoothFillingSettings() [2/4]

unsafe MR.SmoothFillingSettings.SmoothFillingSettings ( bool naturalSmooth,
MR.EdgeWeights edgeWeights,
MR.VertexMass vmass )
inline

Constructs MR.SmoothFillingSettings elementwise.

◆ SmoothFillingSettings() [3/4]

unsafe MR.SmoothFillingSettings.SmoothFillingSettings ( MR.Const_SmoothFillingSettings _other)
inline

◆ SmoothFillingSettings() [4/4]

MR.SmoothFillingSettings.SmoothFillingSettings ( SmoothFillingSettings _other)
inline

Member Function Documentation

◆ assign()

unsafe MR.SmoothFillingSettings MR.SmoothFillingSettings.assign ( MR.Const_SmoothFillingSettings _other)
inline

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

Property Documentation

◆ edgeWeights

new unsafe ref MR.EdgeWeights MR.SmoothFillingSettings.edgeWeights
get

edge weighting scheme for smoothCurvature mode

◆ naturalSmooth

new unsafe ref bool MR.SmoothFillingSettings.naturalSmooth
get

Additionally smooth 3 layers of vertices near hole boundary both inside and outside of the hole.

◆ vmass

new unsafe ref MR.VertexMass MR.SmoothFillingSettings.vmass
get

vertex mass scheme for smoothCurvature mode


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