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.
- Host: GitHub
- URL: https://github.com/kurema/rhinoarchitecturallibrary
- Owner: kurema
- License: mit
- Created: 2015-02-21T09:18:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-07-25T05:34:47.000Z (almost 5 years ago)
- Last Synced: 2025-01-12T01:16:34.765Z (5 months ago)
- Topics: 3d-graphics, grasshopper-3d, grasshopper-develop, grasshopper3d, rhinoceros
- Language: C#
- Homepage:
- Size: 1.68 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.ja.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# RhinoArchitecturalLibrary
Rhino Common SDK上で建築に関わる基本的なツールを提供するライブラリです。## 使い方
二つの使い方が想定されています。
* プラグインを作成し、Rhinoceros上から直接使う。
* 新規にプラグインプロジェクトを立ち上げ、このプロジェクトを参照してください。
* Grasshopper上のC#コンポーネントから扱う。
* やや面倒ですが、Grasshopper上のC#コンポーネントに各ファイルの中身をコピー・ペーストして使ってください。その際、usingとnamespaceは除かなければなりません。
## ギャラリー





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