Specify Coordinates at Point with Dynamo

Hello,

Is possible to execute that Revit button with python node?
image

This is only exposed via postable command, which makes sense as there is a required degree of UI. That it is a postable command means it’s difficult to make work via Python.

same answer if I want to reset coordinates to origin 0,0,0?

Unfortunately that command is also listed in the link above.

I am sure there are workarounds to get the same result, rather than a direct API access.

Nope - you’ll have to manage to get the postable command to work. This is something I haven’t managed before.

Just wanted to know if someone got it worked out or not.