Topography (Revit 2022) Interior Point Coordinates and Element IDs Export, Editing in Excel and Move Points by Element ID

Is there any way or Node to export the Coordinates (X, Y, Z) along with their Element IDs to Excel, edit them in Excel, use the data with Element IDs to either edit the original Topography or recreate it?
image

I tried this but can’t find any Node to Set new values to the Coordinate Interior Points using their Element IDs.

Does anyone have an idea about how the Place Point operation can be done with Dynamo Nodes to even set a new Coordinate Point to the existing Topography.
image

@jacob.small
@GavinCrump

What have you tried so far?

Topography.Points could be used to extract all the points from the topography, which could then be deleted and added anew after editing. Or individual points could be exported (as you shoed) and selected via the element ID which you’ve already exposed. The API is also entirely different in 2024 and 2025, so which version of Dynamo you’re after will matter. Personally I’d only develop for 2024 or 2025 on this topic as toposolids are much more capable overall, and the idea of using these in the context of Dynamo for Forma is quite nice.

2 Likes