Is there a way to set survey point N/S; E/W; Elevation parameters through grasshopper. Basically I want to replicate the revit command “Specify coordinates at a point” programatically with grasshopper. It is not working with RIR component “Set element parameter” because those parameters are read only.
Any suggestions to achieve this with python and revit api?
We don’t have a component right now that “sets” those values but you can easily create a python component that sets necessary values on the DB.ProjectPostion
See the attached GH definition for a couple of handle python components
Change Project Position.gh (13.5 KB)