Generated from class MR.MeshBuilder.BuildSettings. This is the non-const half of the class.
More...
|
| 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
|
| |
Generated from class MR.MeshBuilder.BuildSettings. This is the non-const half of the class.
◆ 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 |
◆ 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.
◆ assign()
Generated from method MR.MeshBuilder.BuildSettings.operator=.
◆ 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: