Hello Dynamo friends
I want to place a viewtitle at the top left corner of the viewport like this:
But with Dynamo i get not the right results for the viewport location, i can place the Title at the 4 red circles, these are the corner points i get from ViewPlan.GetOutline.
I also tried:
- Viewport.BoxCenter
- Viewport.LocationData
but the result is much worse.
So what am I doing wrong? Do i have to translate coordinates from project to sheet?!