Skip to content

The algorithm takes a 3D mesh as input and detects thin walls based on the specified thickness threshold

License

Notifications You must be signed in to change notification settings

khalilrefai/3D-thin-walls-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D thin walls detection

screenshot

Overview

This C++ algorithm detects thin walls in a 3D mesh.

Build and Run Instructions

Follow these steps to build and run the C++ implementation:

  1. Create a build directory:

    mkdir build
  2. Change into the build directory:

    cd build
  3. Run CMake to configure the build:

    cmake ..
  4. Build the project:

    cmake --build . --config Release
  5. Execute the algorithm:

    ./thin-walls <input_filepath> <thickness_threshold>

Replace <input_filepath> and <thickness_threshold> with the actual file paths and thickness values.

Usage

The algorithm takes a 3D mesh as input and detects thin walls based on the specified thickness threshold.

Contributing

Contributions are welcome! If you'd like to contribute to this project, feel free to submit pull requests or open issues.

License

This project is licensed under the MIT License.

About

The algorithm takes a 3D mesh as input and detects thin walls based on the specified thickness threshold

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published