新的 GhPython 组件将 Python 程序语言引进 Rhino 5.0 里的 Grasshopper。
- GhPython 与 Rhinoscript 语法引进 Grasshopper。
- GhPython 组件与 Grasshopper 的 C# 及 Vb.Net component 组件类似。
- Control the number of inputs and outputs to the component
- 包含与 .NET SDK 及大量 Python 功能沟通的链接库。
- 与 Rhino 5.0 里新的 Python 编辑器整合。
Python 是新兴的程序语言,它的语法简单但功能强大。Python 常被当成 Script 语言使用,但也可以应用在高阶程序设计领域。