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

parameters for MR.findOverhangs Generated from class MR.FindOverhangsSettings. This is the const half of the class. More...

+ Inheritance diagram for MR.Const_FindOverhangsSettings:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_FindOverhangsSettings ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_FindOverhangsSettings (MR.Vector3f axis, float layerHeight, float maxOverhangDistance, int hops, MR.AffineXf3f? xf, MR.Std._ByValue_Function_BoolFuncFromFloat progressCb)
 Constructs MR.FindOverhangsSettings elementwise.
 
unsafe Const_FindOverhangsSettings (MR._ByValue_FindOverhangsSettings _other)
 Generated from constructor MR.FindOverhangsSettings.FindOverhangsSettings.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe ref readonly MR.Vector3f axis [get]
 base axis marking the up direction
 
unsafe float layerHeight [get]
 height of a layer
 
unsafe float maxOverhangDistance [get]
 maximum allowed overhang distance within a layer
 
unsafe int hops [get]
 number of hops used to smooth out the overhang regions (0 - disable smoothing)
 
unsafe MR.? ConstBox_AffineXf3f xf [get]
 mesh transform
 
unsafe MR.Std.Const_Function_BoolFuncFromFloat progressCb [get]
 
- Properties inherited from MR.Misc.Object< Const_FindOverhangsSettings >
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_FindOverhangsSettings >
bool _IsOwningVal
 

Detailed Description

parameters for MR.findOverhangs Generated from class MR.FindOverhangsSettings. This is the const half of the class.


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