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

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_Bool_From_Float progressCb)
 Constructs MR.FindOverhangsSettings elementwise.
unsafe Const_FindOverhangsSettings (MR._ByValue_FindOverhangsSettings _other)
 Generated from constructor MR.FindOverhangsSettings.FindOverhangsSettings.
 Const_FindOverhangsSettings (Const_FindOverhangsSettings _other)
 Generated from constructor MR.FindOverhangsSettings.FindOverhangsSettings.
 Const_FindOverhangsSettings (FindOverhangsSettings _other)
 Generated from constructor MR.FindOverhangsSettings.FindOverhangsSettings.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.Vector3f__ref_storage_axis
unsafe float * __ref_storage_layerHeight
unsafe float * __ref_storage_maxOverhangDistance
unsafe int * __ref_storage_hops
unsafe MR.ConstBox_AffineXf3f._Underlying ** __ptr_storage_xf

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_Bool_From_Float progressCb [get, protected set]

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_FindOverhangsSettings() [1/5]

unsafe MR.Const_FindOverhangsSettings.Const_FindOverhangsSettings ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_FindOverhangsSettings() [2/5]

unsafe MR.Const_FindOverhangsSettings.Const_FindOverhangsSettings ( MR.Vector3f axis,
float layerHeight,
float maxOverhangDistance,
int hops,
MR.AffineXf3f? xf,
MR.Std._ByValue_Function_Bool_From_Float progressCb )
inline

Constructs MR.FindOverhangsSettings elementwise.

◆ Const_FindOverhangsSettings() [3/5]

unsafe MR.Const_FindOverhangsSettings.Const_FindOverhangsSettings ( MR._ByValue_FindOverhangsSettings _other)
inline

◆ Const_FindOverhangsSettings() [4/5]

MR.Const_FindOverhangsSettings.Const_FindOverhangsSettings ( Const_FindOverhangsSettings _other)
inline

◆ Const_FindOverhangsSettings() [5/5]

MR.Const_FindOverhangsSettings.Const_FindOverhangsSettings ( FindOverhangsSettings _other)
inline

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_FindOverhangsSettings.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

Member Data Documentation

◆ __ptr_storage_xf

unsafe MR.ConstBox_AffineXf3f._Underlying** MR.Const_FindOverhangsSettings.__ptr_storage_xf
protected

◆ __ref_storage_axis

unsafe MR.Vector3f* MR.Const_FindOverhangsSettings.__ref_storage_axis
protected

◆ __ref_storage_hops

unsafe int* MR.Const_FindOverhangsSettings.__ref_storage_hops
protected

◆ __ref_storage_layerHeight

unsafe float* MR.Const_FindOverhangsSettings.__ref_storage_layerHeight
protected

◆ __ref_storage_maxOverhangDistance

unsafe float* MR.Const_FindOverhangsSettings.__ref_storage_maxOverhangDistance
protected

Property Documentation

◆ axis

unsafe ref readonly MR.Vector3f MR.Const_FindOverhangsSettings.axis
get

base axis marking the up direction

◆ hops

unsafe int MR.Const_FindOverhangsSettings.hops
get

number of hops used to smooth out the overhang regions (0 - disable smoothing)

◆ layerHeight

unsafe float MR.Const_FindOverhangsSettings.layerHeight
get

height of a layer

◆ maxOverhangDistance

unsafe float MR.Const_FindOverhangsSettings.maxOverhangDistance
get

maximum allowed overhang distance within a layer

◆ progressCb

unsafe MR.Std.Const_Function_Bool_From_Float MR.Const_FindOverhangsSettings.progressCb
getprotected set

◆ xf

unsafe MR.? ConstBox_AffineXf3f MR.Const_FindOverhangsSettings.xf
get

mesh transform


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