Generated from class MR.MeshBuilder.BuildSettings. This is the const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
|
| 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
|
Generated from class MR.MeshBuilder.BuildSettings. This is the const half of the class.
◆ Const_BuildSettings() [1/4]
| unsafe MR.MeshBuilder.Const_BuildSettings.Const_BuildSettings |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_BuildSettings() [2/4]
| unsafe MR.MeshBuilder.Const_BuildSettings.Const_BuildSettings |
( |
MR.FaceBitSet? | region, |
|
|
int | shiftFaceId, |
|
|
bool | allowNonManifoldEdge, |
|
|
MR.Misc.InOut< int >? | skippedFaceCount ) |
|
inline |
◆ Const_BuildSettings() [3/4]
◆ Const_BuildSettings() [4/4]
| MR.MeshBuilder.Const_BuildSettings.Const_BuildSettings |
( |
BuildSettings | _other | ) |
|
|
inline |
◆ Dispose() [1/2]
| virtual void MR.MeshBuilder.Const_BuildSettings.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.MeshBuilder.Const_BuildSettings.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ __ptr_storage_region
| unsafe MR.FaceBitSet._Underlying** MR.MeshBuilder.Const_BuildSettings.__ptr_storage_region |
|
protected |
◆ __ptr_storage_skippedFaceCount
| unsafe int** MR.MeshBuilder.Const_BuildSettings.__ptr_storage_skippedFaceCount |
|
protected |
◆ __ref_storage_allowNonManifoldEdge
| unsafe bool* MR.MeshBuilder.Const_BuildSettings.__ref_storage_allowNonManifoldEdge |
|
protected |
◆ __ref_storage_shiftFaceId
| unsafe int* MR.MeshBuilder.Const_BuildSettings.__ref_storage_shiftFaceId |
|
protected |
◆ allowNonManifoldEdge
| unsafe bool MR.MeshBuilder.Const_BuildSettings.allowNonManifoldEdge |
|
get |
whether to permit non-manifold edges in the resulting topology
◆ region
| unsafe MR.? FaceBitSet MR.MeshBuilder.Const_BuildSettings.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
◆ shiftFaceId
| unsafe int MR.MeshBuilder.Const_BuildSettings.shiftFaceId |
|
get |
this value to be added to every faceId before its inclusion in the topology
◆ skippedFaceCount
| unsafe MR.Misc.? Box<int> MR.MeshBuilder.Const_BuildSettings.skippedFaceCount |
|
get |
optional output: counter of skipped faces during mesh creation
The documentation for this class was generated from the following file: