本文由组员张桂钊翻译,对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
and they workexactly like their corresponding Grasshopper Component.除了
和 以外,其他的功能,跟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.
当你把鼠标光标停在标签上,将会显示这个是什么,有什么作用。
The full list of these Tags:
这些标记的完整列表:
主要的
An input with the Principal Icon is designated the principal input of acomponent for the purposes of path assignment.
输入参数的“主要”是指定组件的主要输入路径的。
For example:
例如
反转
The Reverse I/O Modifier will reverse the order of a list (or lists in amultiple path structure)
输入/输出的“反转”是把列表的顺序反转(包括多个路径结构)
拍平
The Flatten I/O Modifier will reduce a multi-path tree down to a singlelist on the {0} path
输入/输出的“拍平”是把多路径/树结构变为列表结构(单一路径)
升树
The Graft I/O Modifier will create a new branch for each individual item ina list (or lists)
输入/输出的“升树”为每一个数据创建单独一个路径,形成树结构。
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.]
输入/输出的“简化”为每一个数据创建单独一个路径,形成树结构。消除重叠之间共享所有的分支.(简化树结构)(简化后的结果是每一个分支与其他分支没有重叠的部分)
度化
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组件对度这个单位(相对于弧度来说)的偏好吧。没有输出选项,因为这是唯一可用的角度的输入。
表达式
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了,而不是以前版本的该参数的昵称。
重新参数化
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))。
对立
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.
对立输入的修改跟布尔逻辑非门一样,改变输入值。这是个很好的例子,(筛选模式),你希望转换逻辑得到相反的结果。没有输出选项,因为这是唯一可用的逻辑输入。