Skip to main content

Posts

Featured

DynamoBIM Python Beginner's Guide to Moving a column element and debugging

I've created a video on how to use the transformation utility tool in the Revit API to move a point element from one location to another location.  Using the transformation tool I also used the method MoveElements below I have added the method. public static void MoveElements ( Document document , ICollection < ElementId > elementsToMove , XYZ translation ) Sample code for this video can be found on my  github.com pyDynamo I also unedited the video to show how someone can read the error look up the line number and start to debug the node.  Dynamo's IDE isn't very powerful but it can give you some information to allow you to do some debugging.

Latest Posts

DynamoBIM with Python. A beginner's guide to creating floors.

DYNAMOBIM PYTHON BEGINNER'S GUIDE TO USING EXCEL

DynamoBIM Python Beginner's Guide to Create a wall

DynamoBIM Python Beginner's Guide to Getting the Document

Beginner’s Guide: Dictionary with the Revit API

Introduction to Searching using the Revit API

ZeroTouch Dynamo Getting Started

Beginner’s Guide to Move Point and Line Elements

Beginner's Guide to get and set instance parameter

Beginner's Guide to Selecting Element With The Revit API