|
Lagrange
|
Options for the remeshing process. More...
#include <lagrange/remeshing_im/remesh.h>
Public Attributes | |
| size_t | target_num_facets = 1000 |
| Target number of facets in the remeshed output. | |
| bool | deterministic = false |
| If true, the remeshing process will be deterministic. | |
| size_t | knn_points = 1000 |
| Number of nearest neighbors to use when processing point clouds. | |
| PosyType | posy = PosyType::Quad |
| Positional symmetry type. Options: Triangle (3), Quad (4) | |
| RosyType | rosy = RosyType::Cross |
| Rotational symmetry type. Options: Line (2), Cross (4), Hex (6) | |
| float | crease_angle = 0.f |
| Crease angle in degrees. | |
| bool | align_to_boundaries = false |
| Whether to align the remeshed output to the input mesh boundaries. | |
| bool | extrinsic = true |
| Use extrinsic metrics when aligning cross field. | |
| size_t | num_smooth_iter = 0 |
| Number of smoothing iterations. | |
Options for the remeshing process.
| float crease_angle = 0.f |
Crease angle in degrees.
Edges with dihedral angle above this value will be treated as creases.