|
Rapier C — 3D / f64 0.36.0+c.0
|
Parameters for the native volumetric mesher. More...
#include <rapier.h>
Data Fields | |
| R3Real | cell_size |
| Positive target cell size for volume meshing. | |
| uint32_t | enclosure |
| Enclosure strategy: 0 covers the whole shape, 1 encloses only its surface. | |
| uint32_t | cover_smoothing |
| Number of cover-smoothing passes. | |
| R3Real | cover_guard |
| Minimum smoothed-cover distance from the shape, as a fraction of local cell size. | |
| uint32_t | cover_subdivisions |
| Maximum boundary-cell halvings below cell_size before cover smoothing. | |
Parameters for the native volumetric mesher.
Enclosure: 0 cover, 1 crust (3D).
| R3Real R3VolumeMeshParameters::cell_size |
Positive target cell size for volume meshing.
| R3Real R3VolumeMeshParameters::cover_guard |
Minimum smoothed-cover distance from the shape, as a fraction of local cell size.
| uint32_t R3VolumeMeshParameters::cover_smoothing |
Number of cover-smoothing passes.
| uint32_t R3VolumeMeshParameters::cover_subdivisions |
Maximum boundary-cell halvings below cell_size before cover smoothing.
| uint32_t R3VolumeMeshParameters::enclosure |
Enclosure strategy: 0 covers the whole shape, 1 encloses only its surface.