Logo

Oriented Bounding Box

2022 Computational Design C++, Rhino

This project is a free and open tutorial that shows you how to wrap C++ native code in C# with the example of an oriented bounding box in Rhino.

An Oriented Bounding Box of a hand

An Oriented Bounding Box of a hand

📌What is this project?

This project is a free and open tutorial that shows you how to wrap C++ native code in C# with the example of an oriented bounding box in Rhino.

📌What is Oriented Bounding Box(OBB)?

It is defined as the rectangular box with the smallest volume of all the rectangular boxes containing the input points.

📌Why build OBB?

Because in Rhino, the bounding box is an axis-aligned bounding box which is not the smallest box.

📌Video Tutorial

You can access by the following video section or directly access YouTube in English or access Bilibili in 简体中文.

📌Code Example

Please access the code on Github.

PROJECT INFO

Year
2022
Type
Computational Design

TECH STACK

C++ Rhino Grasshopper C# CGAL

TAGS

Computational Design Rhino Grasshopper C++ C# CGAL