文若 发表于 2013-1-25 00:19:34

讲座相关补充——Rhino/GH插件漫谈

本帖转自网络,作为对蒯鼎rhino入门讲座中提到的插件的小普及,供大家参考学习。改编自NCF论坛 ——超级强大的Rhino/GH插件系列帖子
DIVA-for-Rhino 是一个高度优化的采光和能量的建模插件,该插件最初发育研究所的设计在哈佛大学和现在是分布式和研制而成,允许用户进行一系列的环境绩效评估个人的建筑和城市景观包括辐射地图,照片般逼真的渲染,采光度量,眩光和个人时间步长进行了分析,LEED,采光遵守,单热负荷计算区域能源等。


    天后2.0新特点
    Annual glare maps年度眩光地图,这将产生一个年度眩光的地图,预测所有观点时间在场景中这一干扰或无法忍受的眩光。结果显示为一个html报告与嵌入式图像。请注意,如果文章计算年度型材,它们用于基础度量计算的气候,如果一个动态着色系统已经被确定。Dynamic Shading Module动态着色模块 ,这个模块允许用户指定高达两个独立控制系统动态阴影。
一个材质系统可以机械(百叶窗)或可调(变化)。各种手动或自动控制可供选择。当一个动态着色系统已经被确定,它被认为是气候一年一度的基础度量计算的现状与遮阳系统在去年被显示在一个html报告与嵌入式图像。
    Electric Lighting Module电气照明模块这个模块允许使用指定多达十电气照明区在一个场景。任何光照区域可以自动或手动控制。电气照明计算被充分整合与着色而导致负荷计算每小时型材电气照明能被连接到EnergyPlus或其他热模拟程序。
    Thermal Load Calculation热负荷计算 热负荷计算允许用户建立一个单一的热区和指定犀牛的一些基本性质和使用热建设模式。租客,光影时间表取自采光模块。仿真结果显示,在一个html报告与嵌入式图像。
    Grasshopper Improvements蝗虫改进 采光分析组件已经检查提供给用户位置参数控制项目和模拟型和设置。这意味着你不需要的主要的构件运行一个工具栏每次都要发起或改变你的分析。热部件也被更新了几个错误。













The ShortestWalk add-on for Grasshopper exposes one component which, given a network of curves and a list of lines, calculates the shortest route from line start point to line end points in a network.简单说就是找到两点间的最短路径。它本身是基于一个计算器和拓扑A搜索的算法.什么是拓扑A搜索的算法?不知道?请点击这里: http://en.wikipedia.org/wiki/A*_search_algorithm 我还想知道这个插件的源代码~~~在这里寻找:https://github.com/mcneeleurope/ShortestWalk 上成果图片







ELK 麋鹿

它的存在让很多用CAD的做的事情现在更加简单,易行,准确了,对规划专业尤其方便,颇有湘源控规的意思。对建筑景观的同学也还是有用的,可用作基地建模 麋鹿是一组用来生成地图以及地形表面的工具,一共有八个运算器:

麋鹿的几个运算器:OSMData Component:可以导入地图中点位的经纬度

Road/Rail/Water Components:











其实这几个运算器的使用方式是差不多的,只不过区分出水路,主干路,高速路等等而已。Generic OSM Component:通用的OSM组
SRTM Topo Component:这也是一个对应数据的运算器
效果图:导入的某城市部分道路图




最终效果:

GECO壁虎

Ecotect is a highly visual software for architects to work with environmental performance issues. It is designed for early stages of conceptual design, and encourages play to  understand environmental factors and interactions.So making use of Grasshopper developed a new interface named GECO, which offers a direct link between Rhino/Grasshopper models and Ecotect.The Plug-in allows you to export complex geometries very quickly, evaluate your design in Ecotect and access the performances data, to import the results as feedback to Grasshopper.This could be done as single process or loop to improve performance and the design of a building in the context of its environment.The single results of the process could be saved inside Rhino in the vertices of the analysis mesh to store data for later use inside different design approaches.

GECO能做的事情就是借助GH这个平台,将复杂的形体利用ECOTECT做分析,达到一个令人满意的效果如果你安装成功了,应该是这样的一个状态


利用GECO,你可以做出这样的一些效果:




Weaverbird 织巢鸟
织巢鸟是一个的拓扑建模工具,包含许多已知的细分和转型的运营商,易于使用的设计师。而不是反复做工作,有时甚至使用复杂的脚本,这个插件重建的形状,任何网格细分,甚至是由多段线,并帮助准备制造。
Catmull-Clark smoothing (wbCatmullClark).
        Calculates the type of mesh-based recursive subdivision described by Edwin Catmull and Jim Clark, at first in 1978. The resulting mesh always consists of quadrilaterals.
Split mesh into Quads (wbSplitQuad).
       Calculates a new mesh, which is formed of only quads and generally appears similar to the old one, except that it is welded. It is topologically equivalent to the Catmull-Clark subdivision.
Loop smoothing (wbLoop).
       Calculates the type of mesh-based recursive subdivision described by Charles Loop, at first in his Mathematics thesis in 1987. The resulting mesh always consists of triangular faces.
Split mesh with inner face (wbSplitPolygons).
        Places a new face departing from the middle of each original face edge. Caps the remaining hole with Sierpinski triangles.
Sierpinsky Triangles subdivision (wbSierpinskyTriangle).
       Places a triangle in each corner of a mesh face. The mesh will have one more hole per face.
Frame (wbFrame).
      Computes a new mesh with higher naked edge count, where each face has a new hole in the center and resembles a picture frame. The resulting mesh always consists of quad faces.
Carpet (wbCarpet).
       Computes a new mesh with higher naked edge count, where each face has a new hole in the center. The resulting mesh always consists of quad faces, and can be used to compute a Sierpinski carpet.
Window (wbWindow).
       Replaces each original mesh face with a new one, reconstructed on the inside. Each face has the same number of sides as the original one.
New mesh primitives definitions:
wbPyramid
wbDiPyramid
wbPrism
wbAntiPrism
Additional commands:
- wbOptions. To see the main log, set up the threading model, control the maximum time a single operation is allowed to take, and set options for the Loop subdivision scheme (to use Loop’s receipt or Warren-Weimer’s one).
- wbProperties. Opens a window with topological information about any mesh object in Rhino. Exposes triangular and quad face counts, edge count, current and welded vertex counts.
使用织巢鸟,你可以做出这样的一些效果:






zhulei1377 发表于 2014-3-8 21:53:06

小庞 发表于 2013-12-3 21:59:31

很厉害的感觉!!

Dragonqing 发表于 2013-11-19 18:02:54

我也想学GH!!!

疏颜 发表于 2013-10-28 09:45:30

求萤火虫教程

caiweisen 发表于 2013-5-26 22:52:14

激动地要哭了,什么时候才学到这部

bibliomania 发表于 2013-5-26 17:40:55

mark一下!!!!

13571688202 发表于 2013-5-22 10:54:58

虽不明但觉历……!!!!! 学习学习,刚在学犀牛~~什么时候才能到这一步

innk 发表于 2013-5-11 18:43:01

精华帖哈,算是给我这个不懂插件的扫盲了。

superwp 发表于 2013-4-25 10:53:16

都是值得玩玩的插件

tingtingting 发表于 2013-4-13 10:39:21

很好的教程

tingtingting 发表于 2013-4-13 10:38:39

压力好大,好像只用过gh

clovertong 发表于 2013-3-24 13:01:48

好文章,在自学rhino参数化,难啊

deng 发表于 2013-3-14 22:25:23

不错  不错

SuMoAD 发表于 2013-3-13 15:09:24

亚历山大啊

蛰伏 发表于 2013-3-12 15:26:37

给力、、、、

Sakula天天 发表于 2013-3-10 10:00:19

好厉害好厉害,学习了

水淼 发表于 2013-2-25 20:16:27

提供一个wb的资源

caishen 发表于 2013-2-7 12:55:51

这么多插件好好啊

代号:arch.HRJ 发表于 2013-1-31 23:13:50

都没听过,更别说用过了,压力大啊

lb19901116 发表于 2013-1-31 14:50:16

这么复杂啊、、、谢谢楼主~~支持啦啦

wrlczq 发表于 2013-1-31 10:44:03

好想学习哦~~~

remon 发表于 2013-1-31 10:02:04

哎 只会一点ECO  路还远着呢

yanglkj 发表于 2013-1-30 21:22:10

学习了学习了

polarpease 发表于 2013-1-30 17:52:18

织巢鸟用过一点,ecotect貌似国内不太认

喜羊羊 发表于 2013-1-29 14:10:12

hdtweety 发表于 2013-1-29 10:44:36

学习了{:4_90:}

安逸 发表于 2013-1-29 00:41:03

中奖率50%都没中奖…

安逸 发表于 2013-1-29 00:40:30

不错哦!学习了!

入土半拉 发表于 2013-1-26 08:23:33

学习喽!!{:4_86:}

orin1003 发表于 2013-1-26 00:53:03

哎,没有听上讲座太可惜了{:4_96:}

心馨天玖 发表于 2013-1-25 19:38:27

虽然现在还看不懂,收藏

一起的日子 发表于 2013-1-25 19:14:17

学习了:)学习了

asd浅笑流年sc 发表于 2013-1-25 16:29:01

这个真好,学习了~

入土半拉 发表于 2013-1-25 14:14:23

不错哦!学习了!

AuTa 发表于 2013-1-25 02:40:55

中奖率50%都没中奖…汗

AuTa 发表于 2013-1-25 02:39:13

都是动物呃
页: [1] 2 3 4 5
查看完整版本: 讲座相关补充——Rhino/GH插件漫谈