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

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

+ Inheritance diagram for MR.MeshBuilder.Const_BuildSettings:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_BuildSettings ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_BuildSettings (MR.FaceBitSet? region, int shiftFaceId, bool allowNonManifoldEdge, MR.Misc.InOut< int >? skippedFaceCount)
 Constructs MR.MeshBuilder.BuildSettings elementwise.
 
unsafe Const_BuildSettings (MR.MeshBuilder.Const_BuildSettings _other)
 Generated from constructor MR.MeshBuilder.BuildSettings.BuildSettings.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe MR.? FaceBitSet region [get]
 if region is given then on input it contains the faces to be added, and on output the faces failed to be added
 
unsafe int shiftFaceId [get]
 this value to be added to every faceId before its inclusion in the topology
 
unsafe bool allowNonManifoldEdge [get]
 whether to permit non-manifold edges in the resulting topology
 
unsafe MR.Misc.? Box< int > skippedFaceCount [get]
 optional output: counter of skipped faces during mesh creation
 
- Properties inherited from MR.Misc.Object< Const_BuildSettings >
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_BuildSettings >
bool _IsOwningVal
 

Detailed Description

Generated from class MR.MeshBuilder.BuildSettings. This is the const half of the class.


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