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

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

+ Inheritance diagram for MR.InflateSettings:

Public Member Functions

unsafe InflateSettings ()
 Constructs an empty (default-constructed) instance.
 
unsafe InflateSettings (float pressure, int iterations, bool preSmooth, bool gradualPressureGrowth)
 Constructs MR.InflateSettings elementwise.
 
unsafe InflateSettings (MR.Const_InflateSettings _other)
 Generated from constructor MR.InflateSettings.InflateSettings.
 
 InflateSettings (InflateSettings _other)
 Generated from constructor MR.InflateSettings.InflateSettings.
 
unsafe MR.InflateSettings assign (MR.Const_InflateSettings _other)
 Generated from method MR.InflateSettings.operator=.
 

Properties

new unsafe ref float pressure [get]
 
new unsafe ref int iterations [get]
 
new unsafe ref bool preSmooth [get]
 
new unsafe ref 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 non-const half of the class.

Constructor & Destructor Documentation

◆ InflateSettings() [1/4]

unsafe MR.InflateSettings.InflateSettings ( )
inline

Constructs an empty (default-constructed) instance.

◆ InflateSettings() [2/4]

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

Constructs MR.InflateSettings elementwise.

◆ InflateSettings() [3/4]

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

Generated from constructor MR.InflateSettings.InflateSettings.

◆ InflateSettings() [4/4]

MR.InflateSettings.InflateSettings ( InflateSettings _other)
inline

Generated from constructor MR.InflateSettings.InflateSettings.

Member Function Documentation

◆ assign()

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

Generated from method MR.InflateSettings.operator=.

Property Documentation

◆ gradualPressureGrowth

new unsafe ref bool MR.InflateSettings.gradualPressureGrowth
get

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

◆ iterations

new unsafe ref int MR.InflateSettings.iterations
get

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

◆ preSmooth

new unsafe ref bool MR.InflateSettings.preSmooth
get

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

◆ pressure

new unsafe ref float MR.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: