ReUseX  0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
SubcommandGetMeshOptions Struct Reference

Options for the 'get mesh' subcommand. More...

#include <mesh.hpp>

Collaboration diagram for SubcommandGetMeshOptions:

Public Attributes

std::string mesh_name
 Name of mesh in ProjectDB.
fs::path output_path
 Output file path (optional).
std::string format
 Output format (optional, defaults to database format).

Detailed Description

Options for the 'get mesh' subcommand.

Exports a specific mesh from ProjectDB to a file in various formats.

Definition at line 19 of file mesh.hpp.

Member Data Documentation

◆ format

std::string SubcommandGetMeshOptions::format

Output format (optional, defaults to database format).

Definition at line 22 of file mesh.hpp.

◆ mesh_name

std::string SubcommandGetMeshOptions::mesh_name

Name of mesh in ProjectDB.

Definition at line 20 of file mesh.hpp.

◆ output_path

fs::path SubcommandGetMeshOptions::output_path

Output file path (optional).

Definition at line 21 of file mesh.hpp.


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