Place ViewTitle at Viewport

Hello Dynamo friends :slight_smile:

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?!

Got it now, the view title Location is refering to the viewport, setting the Title to 0,0,0 gives the following result:

So i just have to add the y-value :slight_smile:

1 Like