Rapier C — 3D / f32 0.36.0+c.0
Loading...
Searching...
No Matches
R3VolumeMeshParameters Struct Reference

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.

Detailed Description

Parameters for the native volumetric mesher.

Enclosure: 0 cover, 1 crust (3D).

Field Documentation

◆ cell_size

R3Real R3VolumeMeshParameters::cell_size

Positive target cell size for volume meshing.

◆ cover_guard

R3Real R3VolumeMeshParameters::cover_guard

Minimum smoothed-cover distance from the shape, as a fraction of local cell size.

◆ cover_smoothing

uint32_t R3VolumeMeshParameters::cover_smoothing

Number of cover-smoothing passes.

◆ cover_subdivisions

uint32_t R3VolumeMeshParameters::cover_subdivisions

Maximum boundary-cell halvings below cell_size before cover smoothing.

◆ enclosure

uint32_t R3VolumeMeshParameters::enclosure

Enclosure strategy: 0 covers the whole shape, 1 encloses only its surface.


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