Error with Geometry.Translate

Hello,

I am trying to move a reference point in XYZ but I am getting an error with Geometry.Translate node
Warning: No function called Translate on a Revit.Elements.ReferencePoint that takes Vector,int could be found

Thank you for your help.

The geometry translate node works with dynamo geometry not Revit elements.

  1. Convert the Revit point to a dynamo point with an element.geometry node.

  2. Then translate it as you tried.

  3. Then set the location of the Revit point to the new dynamo point.

1 Like