Global-high value and x, y, and z vector value coordinate points

Hello,
Have a nice day.
I am a beginner Dynamo user and I am trying to extract the Revit materials ( Footing, Wall, Column, etc.,) information global-high value and x, y, and z vector value coordinate points. I try to find it in this dynamo forum, but I got the global-high value script. So which dynamo script and python code to get the x, y, and z vector value.

if anyone could let me know what I am doing wrong would be great. Thank you so much.
3.Test Element Locational Data.dyn (50.2 KB)

@nyeinthuaung ,

is this your topic? or should match the export values?

Hello,
From this script, I got the high global and low global values. I used this x, y, and z Code Block script for high and low global values.

Now, I want to get the vector x, y, and z values like these values (1, 0, 0) (0, 1, 0) and (0, 0, 1).


So, I want to add more scripts (Dynamo and Python codes) to extract these values. Thank you.

@nyeinthuaung ,

give it a try

1 Like

Hello,
Though I tried with this node “Vector.ByTwoPoints” that @Draxl_Andreas you mentioned, I cannot get my approach excel file. And another fact is that my original excel file (that I have got with the earlier excel file) is disappeared.


I cannot find which nodes are wrong. Can you please check for me? I appreciated your help.

5.Test Element Locational Data.dyn (82.1 KB)

1 Like

@nyeinthuaung there is a node for that Vector.ByCoordinates

1 Like