Grasshopper scripts for importing xml file into rhino

Hello everyone,

I would like to ask you the suitable grasshopper scripts that I could read the xml file of contour lines to be seen in rhino viewports and Revit.

I have the xml file of contour lines of the mountain. I would like to use the grasshopper scripts to read this xml file and to be seen the contours lines and the mountain shape in rhino viewports.

Have a good day, everyone!!

Hi @EiZin,

You can use Jswan to convert the xml to json. With Jwan you can deconstruct the xml file and look for the coordinates.


readxml.gh (1.4 MB)

1 Like