# Callout view

**URL:** https://forum.dynamobim.com/t/callout-view/6809
**Category:** Revit
**Created:** [October 16, 2016, 11:50pm UTC](https://forum.dynamobim.com/t/callout-view/6809 "2016-10-16T23:50:09Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![zakrzewski.mz](https://avatars.discourse-cdn.com/v4/letter/z/ed655f/32.png) [@zakrzewski.mz](https://forum.dynamobim.com/u/zakrzewski.mz)
#### Post date: [October 16, 2016, 11:50pm UTC](https://forum.dynamobim.com/t/callout-view/6809/1 "2016-10-16T23:50:09Z")

</div>

Hello everyone,

I have been wondering is there a way to place callout view in Revit using Dynamo? Let say I am designing a parametric tower. I would like to always show a callout view/detail view with bigger scale of the top of this tower. Because of the height that always changes, I have to manually move the callout box down or up. Perhaps there is an easy way to place callout view using coordinates or something similar.

Thank you in advance for answers.

---

<div class="post-metadata">

### Author: ![GregX](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/gregx/32/56837_2.png) [@GregX](https://forum.dynamobim.com/u/GregX)
#### Post date: [October 17, 2016, 10:01am UTC](https://forum.dynamobim.com/t/callout-view/6809/2 "2016-10-17T10:01:29Z")

</div>

Something kind of similar was discussed here:

> [@Match A SectionView Alignment To A Model Line](https://forum.dynamobim.com/t/match-a-sectionview-alignment-to-a-model-line/6742/4):
>
> Something like this? I tried it just for fun, I don’t really like the script (plus the Element.MoveByVector node is kind of buggy on my system, i often have to re-select the section to make it work). I chose to move the section to the center of the model line but you could change that part. Oh the view.plane node is from Clockwork’s package

You should try to find out if you can move the callout either by selecting it in a view or from the “views” node in dynamo, then feeding it some coordinates from your parametric tower

---

<div class="post-metadata">

### Author: ![zakrzewski.mz](https://avatars.discourse-cdn.com/v4/letter/z/ed655f/32.png) [@zakrzewski.mz](https://forum.dynamobim.com/u/zakrzewski.mz)
#### Post date: [October 17, 2016, 10:40pm UTC](https://forum.dynamobim.com/t/callout-view/6809/3 "2016-10-17T22:40:25Z")

</div>

Hi GregX,

Thanks seems to work, the thing is I have to set up in the template Callout in the position 0,0,0 so the vector will be exactly to the top of the tower when I run the script. Thank you
