×

工业设计互动平台

手机短信,快捷登录

微信登录,快人一步

QQ登录

只需一步,快速开始

GH电池输入输出端的右键菜单图标扫盲

发布于 2014-11-3 16 点赞 10 评论 34305 浏览

谢各位关注。新加入成员可以查看之前的消息记录。由于用户基础不一,我们要由浅入深,先讲基础操作,再讲工程实例,再到深入GHA开发,以及各种复杂算法。期间可能会穿插着来讲,可以直接回复问题,我们会尽量去解答。您觉得有用,请将此微信号分享给能用得着的朋友。(本微信号文章如有转载请注明作者和出处,如用于商业用途请联系作者)- - -------------------------------------------------------------
最近在忙有关CAM的事情,所以seg插件帮助文件整理进度很慢,大家稍安勿躁,我尽快将插件新版发布出来,谢谢大家关注。
以前没用过seg插件的,如果现在下载不到,可以进Q群向里面的人索要,群号为:82367748。
-------------------------------
我们来自江河梦小组(Scond Effect Group),工程用到gh,所以必须学习好GH插件,而大部分权威资料都来自国外,所以就组织组员翻译来自GH官方论坛的帖子,以便学习。本文由组员张桂钊翻译,对gh中的一些图标意思进行扫盲,入门级的童鞋注意了。

What are theicons on a component's input/output parameter?

组件的图标的输入和输出参数是什么呢?


·      Posted by Danny Boyes on March 10, 2014at 11:41am in FAQ (FrequentQuestions and Problems)
·       Send MessageView Discussions
Not sure if it qualifies as a FAQ but I wanted to reference it in otherthreads without having to post the same thing over and over.
不确定是否跟FAQ是否一样。我想把它跟其他线程参照,不可能每次遇到事情都是一样的。
I/O Modifiers what are they and what do they do?
输入/输出的修饰符是什么,它们有什么作用?


The I/O Modifiers can be applied from the right click Context Menu ofeither a component's input or output parameters.
组件的输入/输出修饰符,通过右击,弹出上下文菜单,可以修改选择应用于输入/输出参数。

With the exception of <Principal> and <Degrees> they workexactly like their corresponding Grasshopper Component.
除了<Principal> 和 <Degrees>以外,其他的功能,跟GH相应的组件一样。
When a I/O Modifier is applied to aparameter a visual Tag (icon) is displayed.
当输入/输出修饰符应用于参数视觉标记(图标)时,会相应的显示出来。
If you hover over a Tag a tool tip will be displayed showing what it is andwhat it does.
当你把鼠标光标停在标签上,将会显示这个是什么,有什么作用。

0.png
The full list of these Tags:
这些标记的完整列表:

1.png
  • Principal

主要的
An input with the Principal Icon is designated the principal input of acomponent for the purposes of path assignment.
输入参数的“主要”是指定组件的主要输入路径的。
For example:
例如
2.png

  • Reverse

反转
The Reverse I/O Modifier will reverse the order of a list (or lists in amultiple path structure)
输入/输出的“反转”是把列表的顺序反转(包括多个路径结构)
3.png

  • Flatten

拍平
The Flatten I/O Modifier will reduce a multi-path tree down to a singlelist on the {0} path
输入/输出的“拍平”是把多路径/树结构变为列表结构(单一路径)

4.png
  • Graft

升树
The Graft I/O Modifier will create a new branch for each individual item ina list (or lists)
输入/输出的“升树”为每一个数据创建单独一个路径,形成树结构。

5.png
Simplify
简化
The Simplify I/O Modifier will remove the overlap shared amongst allbranches. [Note that a single branch does not share any overlap withanything else.]
输入/输出的“简化”为每一个数据创建单独一个路径,形成树结构。消除重叠之间共享所有的分支.(简化树结构)(简化后的结果是每一个分支与其他分支没有重叠的部分)

6.png
  • Degrees

度化
The Degrees Input Modifier indicates that the numbers received are actuallymeasured in Degrees rather than Radians. Think of it more like a preferencesetting for each angle input on a Grasshopper Component that state you preferto work in Degrees. There is no Output option as this is only available onAngle Inputs.
输入的“度化”就是把接收来的数据变为单位为度的而不是弧度。它是GH组件对度这个单位(相对于弧度来说)的偏好吧。没有输出选项,因为这是唯一可用的角度的输入。
7.png
  • Expression

表达式
The Expression I/O Modifier allows you change the input value by evaluatingan expression such as -x/2 which will have the input and make it negative. Ifyou hover over the Tag a tool tip will be displayed with the expression. Sincethe release of GH version 0.9.0068 all I/O Expression Modifiers use "x"instead of the nickname of the parameter.
输入/输出的“表达式”就是为一个关于输入/输出值的函数式,像—x/2一样。如果你把鼠标光标停在这个标记上,将会显示这个表达式,在GH 0.9.0068的版本,把所有因变量都统一变为X了,而不是以前版本的该参数的昵称。
8.png
  • Reparameterize

重新参数化
The Reparameterize I/O Modifier will only work on lines, curves andsurfaces forcing the domains of all geometry to the [0.0 to 1.0] range.
输入/输出的“重新参数化”只会把构造线,曲线,曲面的参数的定义域单位化((0,1))。
9.png

  • Invert

对立
The Invert Input Modifier works in a similar way to a Not Gate in BooleanLogic negating the input. A good example of when to use this is on [Cull Pattern]where you wish to invert the logic to get the opposite results. There is noOutput option as this is only available on Boolean Inputs.
对立输入的修改跟布尔逻辑非门一样,改变输入值。这是个很好的例子,(筛选模式),你希望转换逻辑得到相反的结果。没有输出选项,因为这是唯一可用的逻辑输入。

10.png


参与人数 4大洋 +13 收起 理由
WFH + 3 淡定
yuanshuai123 + 3 很给力!
vh2 + 2 很给力!
诚实可靠小郎君 + 5 怒赞

查看全部评分

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

精彩回复

文明上网理性发言、请文明用语

126robin | 设计师 | 发表于 2015-2-10 23:19:47
难得的静心贴!![s:183]
0 回复

举报

coffeepod | 设计助理 | 发表于 2015-8-26 16:24:29
mark一下
0 回复

举报

yuhongfei163 | 实习生 | 发表于 2015-12-24 14:06:14
初学者很好的参考,扫盲贴
0 回复

举报

dzmingzhe | 设计助理 | 发表于 2016-6-10 20:23:34
扫盲贴,谢谢分享
0 回复

举报

lsc350783 | 实习生 | 发表于 2016-8-2 17:28:28
好帖!!
0 回复

举报

yuxuan007 | 设计助理 | 发表于 2016-10-18 03:48:11
学习力谢谢
0 回复

举报

omitaiitsu | 实习生 | 发表于 2016-11-28 09:40:47
超級棒棒搭
0 回复

举报

duranbobo | 实习生 | 发表于 2017-8-7 17:49:40
很不错,大概至少让我明白了他们的字面意思,不过希望有更多实例的论证这些按钮的功能就好了,继续探索
0 回复

举报

LUVIKI | 设计助理 | 发表于 2017-10-24 10:29:25
很好,M
0 回复

举报

xmxm112 | 实习生 | 发表于 2018-8-20 19:54:06
楼主整理辛苦了,很好的东东
0 回复

举报

推荐学习