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

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

Inheritance diagram for MR.Const_InflateSettings:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_InflateSettings ()
 Constructs an empty (default-constructed) instance.
unsafe Const_InflateSettings (float pressure, int iterations, bool preSmooth, bool gradualPressureGrowth)
 Constructs MR.InflateSettings elementwise.
unsafe Const_InflateSettings (MR.Const_InflateSettings _other)
 Generated from constructor MR.InflateSettings.InflateSettings.
 Const_InflateSettings (InflateSettings _other)
 Generated from constructor MR.InflateSettings.InflateSettings.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe float * __ref_storage_pressure
unsafe int * __ref_storage_iterations
unsafe bool * __ref_storage_preSmooth
unsafe bool * __ref_storage_gradualPressureGrowth

Properties

unsafe float pressure [get]
 the amount of pressure applied to mesh region: positive pressure moves the vertices outside, negative - inside; please specify a value by magnitude about the region diagonal
unsafe int iterations [get]
 the number of internal iterations (>=1); larger number of iterations makes the performance slower, but the quality better
unsafe bool preSmooth [get]
 smooths the area before starting inflation; please set to false only if the region is known to be already smooth
unsafe bool gradualPressureGrowth [get]
 whether to increase the pressure gradually during the iterations (recommended for best quality)

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_InflateSettings() [1/4]

unsafe MR.Const_InflateSettings.Const_InflateSettings ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_InflateSettings() [2/4]

unsafe MR.Const_InflateSettings.Const_InflateSettings ( float pressure,
int iterations,
bool preSmooth,
bool gradualPressureGrowth )
inline

Constructs MR.InflateSettings elementwise.

◆ Const_InflateSettings() [3/4]

unsafe MR.Const_InflateSettings.Const_InflateSettings ( MR.Const_InflateSettings _other)
inline

Generated from constructor MR.InflateSettings.InflateSettings.

◆ Const_InflateSettings() [4/4]

MR.Const_InflateSettings.Const_InflateSettings ( InflateSettings _other)
inline

Generated from constructor MR.InflateSettings.InflateSettings.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_InflateSettings.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

Member Data Documentation

◆ __ref_storage_gradualPressureGrowth

unsafe bool* MR.Const_InflateSettings.__ref_storage_gradualPressureGrowth
protected

◆ __ref_storage_iterations

unsafe int* MR.Const_InflateSettings.__ref_storage_iterations
protected

◆ __ref_storage_preSmooth

unsafe bool* MR.Const_InflateSettings.__ref_storage_preSmooth
protected

◆ __ref_storage_pressure

unsafe float* MR.Const_InflateSettings.__ref_storage_pressure
protected

Property Documentation

◆ gradualPressureGrowth

unsafe bool MR.Const_InflateSettings.gradualPressureGrowth
get

whether to increase the pressure gradually during the iterations (recommended for best quality)

◆ iterations

unsafe int MR.Const_InflateSettings.iterations
get

the number of internal iterations (>=1); larger number of iterations makes the performance slower, but the quality better

◆ preSmooth

unsafe bool MR.Const_InflateSettings.preSmooth
get

smooths the area before starting inflation; please set to false only if the region is known to be already smooth

◆ pressure

unsafe float MR.Const_InflateSettings.pressure
get

the amount of pressure applied to mesh region: positive pressure moves the vertices outside, negative - inside; please specify a value by magnitude about the region diagonal


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