MeshLib C# Docs
Loading...
Searching...
No Matches

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

Inheritance diagram for MR.Const_SmoothFillingSettings:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_SmoothFillingSettings ()
 Constructs an empty (default-constructed) instance.
unsafe Const_SmoothFillingSettings (bool naturalSmooth, MR.EdgeWeights edgeWeights, MR.VertexMass vmass)
 Constructs MR.SmoothFillingSettings elementwise.
unsafe Const_SmoothFillingSettings (MR.Const_SmoothFillingSettings _other)
 Generated from constructor MR.SmoothFillingSettings.SmoothFillingSettings.
 Const_SmoothFillingSettings (SmoothFillingSettings _other)
 Generated from constructor MR.SmoothFillingSettings.SmoothFillingSettings.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe bool * __ref_storage_naturalSmooth
unsafe MR.EdgeWeights__ref_storage_edgeWeights
unsafe MR.VertexMass__ref_storage_vmass

Properties

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

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_SmoothFillingSettings() [1/4]

unsafe MR.Const_SmoothFillingSettings.Const_SmoothFillingSettings ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_SmoothFillingSettings() [2/4]

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

Constructs MR.SmoothFillingSettings elementwise.

◆ Const_SmoothFillingSettings() [3/4]

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

◆ Const_SmoothFillingSettings() [4/4]

MR.Const_SmoothFillingSettings.Const_SmoothFillingSettings ( SmoothFillingSettings _other)
inline

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_SmoothFillingSettings.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_SmoothFillingSettings.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ref_storage_edgeWeights

unsafe MR.EdgeWeights* MR.Const_SmoothFillingSettings.__ref_storage_edgeWeights
protected

◆ __ref_storage_naturalSmooth

unsafe bool* MR.Const_SmoothFillingSettings.__ref_storage_naturalSmooth
protected

◆ __ref_storage_vmass

unsafe MR.VertexMass* MR.Const_SmoothFillingSettings.__ref_storage_vmass
protected

Property Documentation

◆ edgeWeights

unsafe MR.EdgeWeights MR.Const_SmoothFillingSettings.edgeWeights
get

edge weighting scheme for smoothCurvature mode

◆ naturalSmooth

unsafe bool MR.Const_SmoothFillingSettings.naturalSmooth
get

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

◆ vmass

unsafe MR.VertexMass MR.Const_SmoothFillingSettings.vmass
get

vertex mass scheme for smoothCurvature mode


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