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.
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.
Convert the Revit point to a dynamo point with an element.geometry node.
Then translate it as you tried.
Then set the location of the Revit point to the new dynamo point.