AntFarm is a Rhino 3D plugin written in C# using the Mircosofts .net framework (4.8). It permits user to store any type of data on a rhino object by storing the data on a geoemtrical object and in an in-memory SQLite database. Any operation is implemented as a Rhino command, but can also be accessed through an UI. It provides an API along with a plug-in system.

AntFarm Documentation

Overview on AntFarm functionality and internal data structure, the available rhino commands and installtion instructions.

AntFarm API

Complete documentation on AntFarm API and how to get started.

AntFarm Plug-Ins

Overview on current developed plug-ins using the AntFarm API.