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

#include <rhino.hpp>

Public Attributes

fs::path path_out = fs::current_path() / "export.3dm"
 Output .3dm file.
int rhino_version
 Target Rhino major version (6, 7, 8, ...); 0 = latest.

Detailed Description

Definition at line 14 of file rhino.hpp.

Member Data Documentation

◆ path_out

fs::path SubcommandExportRhinoOptions::path_out = fs::current_path() / "export.3dm"

Output .3dm file.

Definition at line 15 of file rhino.hpp.

◆ rhino_version

int SubcommandExportRhinoOptions::rhino_version
Initial value:
=
0

Target Rhino major version (6, 7, 8, ...); 0 = latest.

Definition at line 16 of file rhino.hpp.


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