BIM Q&A | How to Import the Revit API When Using Python Scripts in Dynamo
Starting from Dynamo version 0.7, Python script nodes can accept a variable number of input variables.
Here is a simple example that sums all the inputs:
count = 0
for number in IN:
count += number
OUT = count
xuebim
Follow the latest BIM developments in the architecture industry, explore innovative building technologies, and discover cutting-edge industry insights.
← Scan with WeChat















Must log in before commenting!
Sign Up