I am a beginner Dynamo user and I am trying to use it to Extract the XYZ coordinates for Electrical Equipment ( the Instance Insertion point only). I have taken a stab at it but it is not working for me. I am trying to Populate the coordinates into 3 shared Project Parameters:
_X Coordinate
_Y Coordinate
_Z Coordinate
if anyone could let me know what I am doing wrong would be great. I am not able to upload the script as I am a new user.
@AmolShah Thank you kindly for the reply. I am a new user so I am not sure of what I Am doing.
All I would like to do is to schedule the X, Y, and Z coordinates of each piece of Electrical Equipment.
By using the Geometry.Transform node I was hoping to set the coordinates to Shared
The Set.ParameterByName error is as follows:
Warning: Element.SetParameterByName operation failed.
The call is ambiguous between the following methods or properties: ‘Revit.Elements.InternalUtilities.ElementUtils.SetParameterValue(Autodesk.Revit.DB.Parameter, Revit.Elements.Element)’ and ‘Revit.Elements.InternalUtilities.ElementUtils.SetParameterValue(Autodesk.Revit.DB.Parameter, string)’
Since it’s a Text Type Parameter, we will put a String from Object node before the SetParameterByName node.
You can use the node from GeniusLoci package to transform the Coordinates as required.