Specify Coordinates for a Text Element in Revit
#visualprogramming
#code
#revit
#dynamo
#python
While working on company standards like title blocks and tags, I wanted more precise control over text alignment and positioning. The following Dynamo definition can be used to set a specific XYZ and width for a Text Element in Revit.
Streaming Minecraft Blocks to Dynamo Sandbox
#code
#visualprogramming
#dynamo
#python
#minecraft
The Raspberry Pi Minecraft Python API allows for manipulation of Minecraft via external Python code. Utilizing a ported version of the API (Raspberry Jam Mod, Minecraft Forge, and the Java Edition of Minecraft), we are able to access Minecraft Python calls in Dynamo.
Revit Model Health Report with .GetWarnings()
#visualprogramming
#code
#revit
#dynamo
#python
With the introduction of .GetWarnings() in the Revit 2018 API, I retooled my model health scripts from scratch. For those out there with a similar mindset, here is an approachable starting point that can be easily expanded to include your desired metrics.
Synchronize Revit Key Schedules Using an Excel Master List
#visualprogramming
#code
#excel
#revit
#dynamo
#python
Use Dynamo, Python, and Excel to synchronize Revit key schedules across multiple Revit files.