Wrap C++ Native Code in C#
with Example of CGAL Oriented Bounding Box in Grasshopper
📌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.