# Placing Family in Shared Coordinate Environment

**URL:** https://forum.dynamobim.com/t/placing-family-in-shared-coordinate-environment/55273
**Category:** Revit
**Created:** [September 18, 2020, 5:54am UTC](https://forum.dynamobim.com/t/placing-family-in-shared-coordinate-environment/55273 "2020-09-18T05:54:06Z")
**Posts on this page:** 11
**Page:** 1

<div class="post-metadata">

### Author: ![theshysnail](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/theshysnail/32/146653_2.png) [@theshysnail](https://forum.dynamobim.com/u/theshysnail)
#### Post date: [September 18, 2020, 5:54am UTC](https://forum.dynamobim.com/t/placing-family-in-shared-coordinate-environment/55273/1 "2020-09-18T05:54:06Z")

</div>

Hi all,  
I have been wrestling with this problem for quite some time now and would really appreciate any help. I checked out some of the Coordinate System Transformation posts on the forum but it does not seem to work for me.

In the picture below, I want to place a certain family at the point, but I am not able to get the desired point coordinates in Dynamo when I use the Spot Coordinates locations (w.r.t. Survey Point) as inputs.

 ![image](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/6/8/68f91c91f6e2fe8c0ffaac3eb6b88614b127ba3a.png)

---

<div class="post-metadata">

### Author: ![Vasiliki\_Georgoula](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/vasiliki_georgoula/32/102358_2.png) [@Vasiliki\_Georgoula](https://forum.dynamobim.com/u/Vasiliki_Georgoula)
#### Post date: [September 18, 2020, 11:15am UTC](https://forum.dynamobim.com/t/placing-family-in-shared-coordinate-environment/55273/2 "2020-09-18T11:15:37Z")

</div>

You need to rotate the coordinate system in the other direction, so “Angle to true north” \* -1

---

<div class="post-metadata">

### Author: ![theshysnail](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/theshysnail/32/146653_2.png) [@theshysnail](https://forum.dynamobim.com/u/theshysnail)
#### Post date: [September 18, 2020, 12:44pm UTC](https://forum.dynamobim.com/t/placing-family-in-shared-coordinate-environment/55273/3 "2020-09-18T12:44:19Z")

</div>

Thanks. Still, there’s a huge difference and the point family gets placed at a remote location in Revit.  
I also tried (360 - Angle to True North).

 ![image](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/4/b/4b7d248a927564f8ccd539b64416e78b43fb7616.png)

---

<div class="post-metadata">

### Author: ![Vasiliki\_Georgoula](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/vasiliki_georgoula/32/102358_2.png) [@Vasiliki\_Georgoula](https://forum.dynamobim.com/u/Vasiliki_Georgoula)
#### Post date: [September 18, 2020, 12:53pm UTC](https://forum.dynamobim.com/t/placing-family-in-shared-coordinate-environment/55273/4 "2020-09-18T12:53:30Z")

</div>

Can you show how you get the coordinates by Element.GetLocation?  
What is that Element? How is it created? Does it come from a linked file?

---

<div class="post-metadata">

### Author: ![theshysnail](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/theshysnail/32/146653_2.png) [@theshysnail](https://forum.dynamobim.com/u/theshysnail)
#### Post date: [September 18, 2020, 12:58pm UTC](https://forum.dynamobim.com/t/placing-family-in-shared-coordinate-environment/55273/5 "2020-09-18T12:58:26Z")

</div>

Yeah, I manually placed a spherical marker point family in Revit as visible in the original post (E 227743, N 407763) and got its location in Dynamo through Element.Location+ node.

---

<div class="post-metadata">

### Author: ![Vasiliki\_Georgoula](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/vasiliki_georgoula/32/102358_2.png) [@Vasiliki\_Georgoula](https://forum.dynamobim.com/u/Vasiliki_Georgoula)
#### Post date: [September 18, 2020, 1:15pm UTC](https://forum.dynamobim.com/t/placing-family-in-shared-coordinate-environment/55273/6 "2020-09-18T13:15:43Z")

</div>

ok, you dont need to rotate the coordinate system at all…just connect the nodes like this:

 ![correct](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/b/3/b3038d494a9e40a57b1f8bbec0861c021055130d.png)

---

<div class="post-metadata">

### Author: ![Vikram\_Subbaiah](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/vikram_subbaiah/32/50797_2.png) [@Vikram\_Subbaiah](https://forum.dynamobim.com/u/Vikram_Subbaiah)
#### Post date: [September 18, 2020, 2:04pm UTC](https://forum.dynamobim.com/t/placing-family-in-shared-coordinate-environment/55273/7 "2020-09-18T14:04:06Z")

</div>

> [@theshysnail](#):
>
> I want to place a certain family at the point, but I am not able to get the desired point coordinates in Dynamo when I use the Spot Coordinates locations (w.r.t. Survey Point) as inputs.

Despite _Angle to True North_ being a _Survey Point_ parameter seems like the _Base Point Coordinate System_ is rotated with respect to the _Project Origin_

 ![spBp](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/e/2/e2853c1e01875268e0285fd728e8a5c630e3059b.png)  
 ![spBp_2020-09-18_07-20-33](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/e/3/e3aa294176f7e472df338498acae01300814063a.png)  
[spBp.dyn](https://forum.dynamobim.com/uploads/short-url/s0pDFkw2LZFIBYYp1TtwqwrhjCE.dyn) (30.8 KB)

---

<div class="post-metadata">

### Author: ![theshysnail](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/theshysnail/32/146653_2.png) [@theshysnail](https://forum.dynamobim.com/u/theshysnail)
#### Post date: [September 19, 2020, 5:15am UTC](https://forum.dynamobim.com/t/placing-family-in-shared-coordinate-environment/55273/8 "2020-09-19T05:15:59Z")

</div>

Thanks for the dyn file. But I’m still lost. 😐

 ![image](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/9/8/98ad28fd6130ad98d3a6879d3aac325af177b422.png)

---

<div class="post-metadata">

### Author: ![theshysnail](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/theshysnail/32/146653_2.png) [@theshysnail](https://forum.dynamobim.com/u/theshysnail)
#### Post date: [September 19, 2020, 5:17am UTC](https://forum.dynamobim.com/t/placing-family-in-shared-coordinate-environment/55273/9 "2020-09-19T05:17:09Z")

</div>

connected but…?

 ![image](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/d/c/dc344837fe18354615f38f5d827bb521fb3515af.png)

---

<div class="post-metadata">

### Author: ![Vikram\_Subbaiah](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/vikram_subbaiah/32/50797_2.png) [@Vikram\_Subbaiah](https://forum.dynamobim.com/u/Vikram_Subbaiah)
#### Post date: [September 19, 2020, 6:36am UTC](https://forum.dynamobim.com/t/placing-family-in-shared-coordinate-environment/55273/10 "2020-09-19T06:36:25Z")

</div>

> [@theshysnail](#):
>
> But I’m still lost.

I’ve demonstrated transforming a point from it’s absolute position to one relative to the Survey Point coordinate system. But seems like you intend to do the reverse  
Swap the inputs for _fromCoordinateSystem_ and _contextCoordinateSystem_

 ![spBp1_2020-09-19_12-09-59](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/2/2/220113a7a58cd171d6b79155ae5a59485302abe6.png)  
[spBp1.dyn](https://forum.dynamobim.com/uploads/short-url/pKONNSSc8Qlb64PA9zAUfkEOgtZ.dyn) (27.5 KB)

---

<div class="post-metadata">

### Author: ![theshysnail](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/theshysnail/32/146653_2.png) [@theshysnail](https://forum.dynamobim.com/u/theshysnail)
#### Post date: [September 19, 2020, 6:52am UTC](https://forum.dynamobim.com/t/placing-family-in-shared-coordinate-environment/55273/11 "2020-09-19T06:52:04Z")

</div>

Thanks a ton! You’re the savior. Easy to track thousands of such points now. @Vikram_Subbaiah
