<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Move a family instance of an offset but keeping it parallel to a line in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/move-a-family-instance-of-an-offset-but-keeping-it-parallel-to-a/m-p/6849029#M60581</link>
    <description>&lt;P&gt;If you know a point inside the polygon, you can use its&amp;nbsp;winding number to determine which way around it goes:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://en.wikipedia.org/wiki/Winding_number" target="_blank"&gt;https://en.wikipedia.org/wiki/Winding_number&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;</description>
    <pubDate>Thu, 02 Feb 2017 13:40:16 GMT</pubDate>
    <dc:creator>jeremytammik</dc:creator>
    <dc:date>2017-02-02T13:40:16Z</dc:date>
    <item>
      <title>Move a family instance of an offset but keeping it parallel to a line</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/move-a-family-instance-of-an-offset-but-keeping-it-parallel-to-a/m-p/6846175#M60572</link>
      <description>&lt;P&gt;Hi guys, I'm a C# developer with little knowledge of Revit APIs. What I'm trying to do is to create a room starting from a series of "ModelLine" drawed by the user. Each wall is composed with various panels (which are instances of a family), each panel needs to be oriented to be parallel in respect of the drawed ModelLine, and everything is fine but I have a problem (the last one I hope).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The family instance origin is set to the top-left corner of the panel also the family was drawn so that the panel is horizontal if I open the RFA, when I rotate the panel is placed in the right position but outside the shape, as an example look at the picture below, the bottom and right panels are ok, the upper and left panels aren't because I rotate every panel to make them parallel to the drawn line (the blue polygon), if needed.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="001.png" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/317974iD49740A25871AD5F/image-size/large?v=v2&amp;amp;px=999" role="button" title="001.png" alt="001.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I want to accomplish is shown below, where each panel is placed inside the shape. I think that I need to calculate a vector and move the rfa instance by the thickness of the panel, but:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How I can calculate the vector? and how I can know if I need to move the panel "inward" or "outward"? Sorry but my cad/math skills aren't so good so this question might be quite stupid to the eye of a professional Revit developer. Please also note that the shape can have different angles and shapes than an simple rectangle.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Umberto&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="002.png" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/317979i0F5DFC85C8C39131/image-size/large?v=v2&amp;amp;px=999" role="button" title="002.png" alt="002.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2017 14:40:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/move-a-family-instance-of-an-offset-but-keeping-it-parallel-to-a/m-p/6846175#M60572</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-01T14:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Move a family instance of an offset but keeping it parallel to a line</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/move-a-family-instance-of-an-offset-but-keeping-it-parallel-to-a/m-p/6846555#M60573</link>
      <description>&lt;P&gt;Dear Umberto,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You question is impossible to answer as it stands.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How is the add-in to know on which side of the model line to place the family instance?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you can guarantee consistency, e.g., "always place the family instance on the left side of the line when looking from start point to end point", everything would be easy.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the model lines were walls, they would have an inside and an outside face, and everything would be easy.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As it is, without further constraints or information, no answer can be made.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You probably have assumptions about your model in your head that you have not told us about.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2017 16:29:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/move-a-family-instance-of-an-offset-but-keeping-it-parallel-to-a/m-p/6846555#M60573</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2017-02-01T16:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Move a family instance of an offset but keeping it parallel to a line</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/move-a-family-instance-of-an-offset-but-keeping-it-parallel-to-a/m-p/6847382#M60574</link>
      <description>&lt;P&gt;Hi Jeremy,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Glad to meet you. You're right I try to add few information about the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know exactly which is the first segment and then the others drawn by the user (the user must draw the shape in chain mode, so every segment is ordered from the start to the end, clockwise or anticlockwise), also those segments aren't walls (but yours is a good point to look at) I draw a series of ModelLines and then I put the family instances at each step (the panel length which is a parameter is the step size) that from a code point of view it is a point placed in the line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;About where to place the instance I can't say (and this is my problem) on which side of the line I want the panels, it depends from the angle and the position of the line, in words I need that each panel (and its thickness) falls inside the polygon, in the example below I want just three series of panels inside the polygon area the bottom and rightmost series are ok.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="003.png" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/318124i0D258B5B93328532/image-size/large?v=v2&amp;amp;px=999" role="button" title="003.png" alt="003.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help and time, and if you need more information just ask.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Umberto&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;P.S. Below you have the rfa file as I received it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="004.png" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/318125iA2D64A29AE215361/image-size/large?v=v2&amp;amp;px=999" role="button" title="004.png" alt="004.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2017 21:04:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/move-a-family-instance-of-an-offset-but-keeping-it-parallel-to-a/m-p/6847382#M60574</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-01T21:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: Move a family instance of an offset but keeping it parallel to a line</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/move-a-family-instance-of-an-offset-but-keeping-it-parallel-to-a/m-p/6848327#M60575</link>
      <description>&lt;P&gt;Dear Umberto,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nice to meet you too.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The way you describe it, you &lt;FONT size="3"&gt;&lt;U&gt;&lt;STRONG&gt;do&lt;/STRONG&gt;&lt;/U&gt;&lt;/FONT&gt; know which side of the line you wish to place the instance on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You say you "&lt;SPAN&gt;draw the shape in chain mode, so every segment is ordered from the start to the end, clockwise or anticlockwise&lt;/SPAN&gt;".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can determine whether it is clockwise or anticlockwise, and you can even reverse the former to guarantee you always have the latter.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then, you will always have the inside of the polygon on the left hand side of each line segment, when looking along the line from start to end.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That is the point I already made in my first answer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this clarifies.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2017 07:33:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/move-a-family-instance-of-an-offset-but-keeping-it-parallel-to-a/m-p/6848327#M60575</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2017-02-02T07:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Move a family instance of an offset but keeping it parallel to a line</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/move-a-family-instance-of-an-offset-but-keeping-it-parallel-to-a/m-p/6848382#M60576</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the problem seems related to the point-in-polygon-problem:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://forums.autodesk.com/t5/revit-api-forum/how-to-determine-if-a-point-xyz-is-inside-a-curveloop-ilist-lt/td-p/6828539" target="_blank"&gt;http://forums.autodesk.com/t5/revit-api-forum/how-to-determine-if-a-point-xyz-is-inside-a-curveloop-ilist-lt/td-p/6828539&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you define points using the wall's face's normal (or points left and right of the LocationCurve, or wall's orientation and its negation...), you could determine which side of a wall is the inner one, independed of the creation order, CW or CCW.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Revitalizer&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2017 08:15:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/move-a-family-instance-of-an-offset-but-keeping-it-parallel-to-a/m-p/6848382#M60576</guid>
      <dc:creator>Revitalizer</dc:creator>
      <dc:date>2017-02-02T08:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Move a family instance of an offset but keeping it parallel to a line</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/move-a-family-instance-of-an-offset-but-keeping-it-parallel-to-a/m-p/6848442#M60577</link>
      <description>&lt;P&gt;You are placing some families using the wrong direction (red arrows). When you use the direction of the green arrows, all your families will be at the same side of the lines.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2017 08:46:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/move-a-family-instance-of-an-offset-but-keeping-it-parallel-to-a/m-p/6848442#M60577</guid>
      <dc:creator>FAIR59</dc:creator>
      <dc:date>2017-02-02T08:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Move a family instance of an offset but keeping it parallel to a line</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/move-a-family-instance-of-an-offset-but-keeping-it-parallel-to-a/m-p/6848443#M60578</link>
      <description>&lt;P&gt;You are placing some families using the wrong direction (red arrows). When you use the direction of the green arrows, all your families will be at the same side of the lines.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have an open loop then you have to ask the user for the interior / exterior side.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-right" image-alt="DrawDirection.JPG" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/318284i5FC69FE47DFA5128/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DrawDirection.JPG" alt="DrawDirection.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2017 08:48:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/move-a-family-instance-of-an-offset-but-keeping-it-parallel-to-a/m-p/6848443#M60578</guid>
      <dc:creator>FAIR59</dc:creator>
      <dc:date>2017-02-02T08:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Move a family instance of an offset but keeping it parallel to a line</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/move-a-family-instance-of-an-offset-but-keeping-it-parallel-to-a/m-p/6848575#M60579</link>
      <description>&lt;P&gt;Hello everyone and thanks for your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Today I try to use your suggestions (looking for clockwise/anticlockwise segments order) I think that I will be able to solve the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll keep you updated on the issue!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Umberto&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2017 10:09:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/move-a-family-instance-of-an-offset-but-keeping-it-parallel-to-a/m-p/6848575#M60579</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-02T10:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Move a family instance of an offset but keeping it parallel to a line</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/move-a-family-instance-of-an-offset-but-keeping-it-parallel-to-a/m-p/6848622#M60580</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Jeremy,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;just a question, having a list of ModelCurves, how I can tell if they were drawn in clockwise or anticlockwise order, there is something in the Revit API which could help me? Also when I determine the direction then I have only the insertion point of the panel which falls exactly on the line, so how I can determine if the line is left hand (so I know that I need to translate the panel inward by its thickness) having just the line start/end point and the insertion point exactly&amp;nbsp;on the line?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for the stupid questions but my math/geometrical skills are terrible!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Umberto&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2017 10:31:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/move-a-family-instance-of-an-offset-but-keeping-it-parallel-to-a/m-p/6848622#M60580</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-02T10:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Move a family instance of an offset but keeping it parallel to a line</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/move-a-family-instance-of-an-offset-but-keeping-it-parallel-to-a/m-p/6849029#M60581</link>
      <description>&lt;P&gt;If you know a point inside the polygon, you can use its&amp;nbsp;winding number to determine which way around it goes:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://en.wikipedia.org/wiki/Winding_number" target="_blank"&gt;https://en.wikipedia.org/wiki/Winding_number&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2017 13:40:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/move-a-family-instance-of-an-offset-but-keeping-it-parallel-to-a/m-p/6849029#M60581</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2017-02-02T13:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Move a family instance of an offset but keeping it parallel to a line</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/move-a-family-instance-of-an-offset-but-keeping-it-parallel-to-a/m-p/6849034#M60582</link>
      <description>&lt;P&gt;Just perform an Internet search for "polygon clockwise".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The first hit that appears for me is this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/1165647/how-to-determine-if-a-list-of-polygon-points-are-in-clockwise-order" target="_blank"&gt;http://stackoverflow.com/questions/1165647/how-to-determine-if-a-list-of-polygon-points-are-in-clockwise-order&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you not have a search engine yourself?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2017 13:42:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/move-a-family-instance-of-an-offset-but-keeping-it-parallel-to-a/m-p/6849034#M60582</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2017-02-02T13:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Move a family instance of an offset but keeping it parallel to a line</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/move-a-family-instance-of-an-offset-but-keeping-it-parallel-to-a/m-p/6849123#M60583</link>
      <description>&lt;P&gt;Thanks Jeremy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I can check if the segments are clockwise or not &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; I was thinking that I need some obscure calculation or API call... then god save Google.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I move one the last step, but this time I do some research for mysef &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the meantime thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll keep everyone here updated on the progress, that post could be useful also for other users.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Umberto&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2017 14:07:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/move-a-family-instance-of-an-offset-but-keeping-it-parallel-to-a/m-p/6849123#M60583</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-02T14:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Move a family instance of an offset but keeping it parallel to a line</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/move-a-family-instance-of-an-offset-but-keeping-it-parallel-to-a/m-p/6908511#M60584</link>
      <description>&lt;P&gt;Hi Jeremy thanks to your advice I was able to move forward (only now I had other task to do before I can continue to this new command for my company). I have only one thing left, but first I search on the internet for a solution, before asking there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Again thanks,&lt;/P&gt;&lt;P&gt;Umberto&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 10:04:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/move-a-family-instance-of-an-offset-but-keeping-it-parallel-to-a/m-p/6908511#M60584</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-28T10:04:43Z</dc:date>
    </item>
  </channel>
</rss>

