当前位置: 代码迷 >> 综合 >> Dynamo For Revit: Revit 2021.1 新加节点
  详细解决方案

Dynamo For Revit: Revit 2021.1 新加节点

热度:28   发布时间:2024-02-08 17:45:16.0

前言

从官网得知,Revit 中的 Dynamo 升级到了 2.6。并且增加了 90 个节点,可谓大手笔。这篇博客先把所有节点整理一下,然后通过其它博客做进一步的解释。

内容

官方:Dynamo For Revit 2.6 新特性概述
这是 Dynamo For Revit 的一些新变化,从界面可能会发现的一些变化:

  1. 如果输入是有默认值的,那么节点上输入接口的字符串会变成斜体;
  2. Code Block 会有行号,当然这个是可以自己设定是否显示;
  3. Dynamo For Revit 修了一些 bug;
  4. 新增 90 个 Revit 相关的节点。

新增加的节点

总共有18大类:

  • Area Nodes
  • Dimension Nodes
  • Document Nodes
  • Element Nodes
  • ElementType Nodes
  • ElevationMarker Nodes
  • FamilyDocument Nodes
  • FamilyInstance Nodes
  • FloorType Nodes
  • Group Nodes
  • RoofType Nodes
  • RouteAnalysis Nodes
  • Selection Nodes
  • Sheet Nodes
  • Space Nodes
  • Viewport Nodes
  • WallType Nodes
  • Warning Nodes