Dynamo Player: Using Revit To Run A Dynamo Script
Dynamo Player: Using Revit To Run A Dynamo Script
Dynamo Player: Using Revit To Run A Dynamo Script
Dynamo Player
• Cancel. Once a script starts running, you cannot cancel it from Dynamo Player. If you want to cancel
the script in progress, switch to Revit and press ESC.
• Undo. To reverse the results of running a Dynamo Player script, use Undo in Revit.
• Language. Match the language of the Dynamo script to the language of the Revit user interface.
Scripts using a different language from the user interface may not run correctly.
2
Before you can use Dynamo Player to run a script that needs project-specific input, the team's script
writer uses Dynamo to prepare the script to request the input.
Any interactive selection or drop-down user interface (UI) input node in Dynamo works in Dynamo
Player. Dynamo Player supports input for certain types of nodes in a Dynamoscript, including but not
limited to the following:
The specific types of nodes that support input will change over time. As Dynamo users create new node
types, Dynamo Player may not immediately support input for them. Over time, however, Dynamo
Player may support input for those node types, if appropriate.
In a Dynamo script, some types of nodes do not support input from Dynamo Player. In Dynamo Player,
these inputs are marked with the text Unsupported Input Type.
• If the node has a default value or is not required for the script, the script can run successfully
without resolving the unsupported input type.
• If the script requires a value for that node, the script fails when you run it. To provide a value,
click to open the script in Dynamo, and make changes there.