Hi everyone,
I’m new to this forum and I hope to be doing things correctly. If not, please tell me and I’ll correct it
I’m learning both Revit and Dynamo by myself, using videos or forums like this one where I already get answers to my issues. Then, thanks for what you’ve done here, for the answers and the asks.
To do it as short as possible :
I have to export the insertion point of some objects to Excel. For that, I used the FamilyInstance.Location to grab XYZ coordinates. For example, I get this value :
Point(X = -99.803, Y = 45.468, Z = -0.950)
This node has a “Point” output, then it means I should be able to use it to position something on that point.
I then have to use those coordinates to create objects in another project. But when I try to use the value as insertion point, I get an error because a point can’t be a string…
Do you know if I can deal with it in some ways ?
Here’s a picture of my dynamo if it can help you understand what I need to do…
Thanks for the help, I hope you’ll be able to understand me… I’m french and I didn’t learn english that much at school