标题: Revit_2013_WIP_Dynamo_Add-In [打印本页] 作者: xingeshijie 时间: 2012-8-27 00:42 标题: Revit_2013_WIP_Dynamo_Add-In [attach]10515[/attach]
Dynamo is a project started by Ian Keough to provide a code playground for building interesting parametric functionality on top of that already offered by Vasari, and to do so with a graphical interface that allows you to share your work with others less inclined to write code themselves.
Dynamo is an open-source project and anyone with a programming background can download the source, build, extend and contribute back to the community. Autodesk, via Vasari, has contributed to the open source effort to help build a critical mass of functionality and community. New nodes and functionality have been added and released as Dynamo for Vasari, thus extending Vasari to support visual programming and computational design on top of a platform that already supports integrated analysis and performance-based design. The current version runs on top of Revit 2013 and Vasari Beta 1.
主要新功能:
User Interface -- side panel to allow you to search and then drag and drop new nodes in to place
User-created nodes – you can make 'sub-nodes' and then reference them elsewhere, these act like writing a reusable function in a programming language
Python Scripting node
Math, logic and other nodes – many new nodes added to support evaluation, iteration and looping