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

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.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe float pressure [get]
 
unsafe int iterations [get]
 
unsafe bool preSmooth [get]
 
unsafe bool gradualPressureGrowth [get]
 whether to increase the pressure gradually during the iterations (recommended for best quality)
 
- Properties inherited from MR.Misc.Object< Const_InflateSettings >
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_InflateSettings >
bool _IsOwningVal
 

Detailed Description

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

Property Documentation

◆ 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: