An open API service indexing awesome lists of open source software.

https://github.com/kurema/rhinoarchitecturallibrary

Feature rich architectural library for Rhino Common SDK.
https://github.com/kurema/rhinoarchitecturallibrary

3d-graphics grasshopper-3d grasshopper-develop grasshopper3d rhinoceros

Last synced: 3 months ago
JSON representation

Feature rich architectural library for Rhino Common SDK.

Awesome Lists containing this project

README

        

# RhinoArchitecturalLibrary
Rhino Common SDK上で建築に関わる基本的なツールを提供するライブラリです。

## 使い方
二つの使い方が想定されています。
* プラグインを作成し、Rhinoceros上から直接使う。
* 新規にプラグインプロジェクトを立ち上げ、このプロジェクトを参照してください。
* Grasshopper上のC#コンポーネントから扱う。
* やや面倒ですが、Grasshopper上のC#コンポーネントに各ファイルの中身をコピー・ペーストして使ってください。その際、usingとnamespaceは除かなければなりません。

## ギャラリー
![rail](img/000.jpeg)
![tower](img/006.jpeg)
![clock](img/012.jpeg)
![doll](img/People.7.jpeg)
![doll](img/People.8.jpeg)
![tree](img/tree3.jpeg )

## サンプル
サンプルプロジェクトは[こちら](https://github.com/kurema/CellTower)。