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

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

+ Inheritance diagram for MR.MeshBuilder.BuildSettings:

Public Member Functions

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

Properties

new unsafe MR.? FaceBitSet region [get, set]
 if region is given then on input it contains the faces to be added, and on output the faces failed to be added
 
new unsafe ref int shiftFaceId [get]
 this value to be added to every faceId before its inclusion in the topology
 
new unsafe ref bool allowNonManifoldEdge [get]
 whether to permit non-manifold edges in the resulting topology
 
new unsafe MR.Misc.? Box< int > skippedFaceCount [get, set]
 optional output: counter of skipped faces during mesh creation
 

Detailed Description

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

Constructor & Destructor Documentation

◆ BuildSettings() [1/4]

unsafe MR.MeshBuilder.BuildSettings.BuildSettings ( )
inline

Constructs an empty (default-constructed) instance.

◆ BuildSettings() [2/4]

unsafe MR.MeshBuilder.BuildSettings.BuildSettings ( MR.FaceBitSet? region,
int shiftFaceId,
bool allowNonManifoldEdge,
MR.Misc.InOut< int >? skippedFaceCount )
inline

Constructs MR.MeshBuilder.BuildSettings elementwise.

◆ BuildSettings() [3/4]

unsafe MR.MeshBuilder.BuildSettings.BuildSettings ( MR.MeshBuilder.Const_BuildSettings _other)
inline

Generated from constructor MR.MeshBuilder.BuildSettings.BuildSettings.

◆ BuildSettings() [4/4]

MR.MeshBuilder.BuildSettings.BuildSettings ( BuildSettings _other)
inline

Generated from constructor MR.MeshBuilder.BuildSettings.BuildSettings.

Member Function Documentation

◆ assign()

unsafe MR.MeshBuilder.BuildSettings MR.MeshBuilder.BuildSettings.assign ( MR.MeshBuilder.Const_BuildSettings _other)
inline

Generated from method MR.MeshBuilder.BuildSettings.operator=.

Property Documentation

◆ allowNonManifoldEdge

new unsafe ref bool MR.MeshBuilder.BuildSettings.allowNonManifoldEdge
get

whether to permit non-manifold edges in the resulting topology

◆ region

new unsafe MR.? FaceBitSet MR.MeshBuilder.BuildSettings.region
getset

if region is given then on input it contains the faces to be added, and on output the faces failed to be added

◆ shiftFaceId

new unsafe ref int MR.MeshBuilder.BuildSettings.shiftFaceId
get

this value to be added to every faceId before its inclusion in the topology

◆ skippedFaceCount

new unsafe MR.Misc.? Box<int> MR.MeshBuilder.BuildSettings.skippedFaceCount
getset

optional output: counter of skipped faces during mesh creation


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