ReUseX  0.0.1
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
ReUseX::geometry::MeshOptions Struct Reference

Options for mesh generation. More...

#include <mesh.hpp>

Public Attributes

float search_threshold = 10.0f
 Search threshold for mesh generation.
float new_plane_offset = 0.05f
 Offset for new plane creation.

Detailed Description

Options for mesh generation.

Definition at line 22 of file mesh.hpp.

Member Data Documentation

◆ new_plane_offset

float ReUseX::geometry::MeshOptions::new_plane_offset = 0.05f

Offset for new plane creation.

Definition at line 24 of file mesh.hpp.

◆ search_threshold

float ReUseX::geometry::MeshOptions::search_threshold = 10.0f

Search threshold for mesh generation.

Definition at line 23 of file mesh.hpp.


The documentation for this struct was generated from the following file:
  • libs/reusex/include/ReUseX/geometry/mesh.hpp