PRO-BIM Logo

Dynamo Package

Enhance your BIM workflows with our custom Dynamo nodes. Explore the nodes below and check the changelog for updates.

PRO-BIM Nodes
Geometry

Geometry.GroupByVector

Inputs

  • geometryList - list of Dynamo geometries to group
  • vector - reference vector for grouping
  • precision - accuracy for analyzing element positions

Outputs

  • groups - list of grouped geometries based on vector projection
Geometry.GroupByVector example

Geometry.SortByVector

Inputs

  • geometryList - list of Dynamo geometries to sort
  • vector - reference vector for sorting

Outputs

  • sortedList - sorted list of geometries based on vector projection
Geometry.SortByVector example
MEP

MEP.GetConnectorInfo

Inputs

  • fitting - MEP fitting element to analyze
  • connected - boolean to check connection status
  • disconnected - boolean to check disconnection status

Outputs

  • connectorInfo - details about connector status (connected/disconnected)
MEP.GetConnectorInfo example
Rebar

Rebar.GetRebarTypes

Inputs

  • element - Revit element to extract rebar types from

Outputs

  • rebarTypes - list of rebar types associated with the element
Rebar.GetRebarTypes example

Rebar.GetRebarHookTypes

Inputs

  • element - Revit element to extract rebar hook types from

Outputs

  • rebarHookTypes - list of rebar hook types associated with the element
Rebar.GetRebarHookTypes example

Changelog