<?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: Constraints not satisfied for angled reference lines in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/constraints-not-satisfied-for-angled-reference-lines/m-p/7585341#M54518</link>
    <description>&lt;P&gt;The problem has been solved in the Revit MEP forum, see:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/revit-mep-forum/constraints-not-satisfied-for-angled-reference-lines/m-p/7570155" target="_blank"&gt;https://forums.autodesk.com/t5/revit-mep-forum/constraints-not-satisfied-for-angled-reference-lines/m-p/7570155&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Nov 2017 11:57:31 GMT</pubDate>
    <dc:creator>bpfluid</dc:creator>
    <dc:date>2017-11-30T11:57:31Z</dc:date>
    <item>
      <title>Constraints not satisfied for angled reference lines</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/constraints-not-satisfied-for-angled-reference-lines/m-p/7566771#M54515</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are trying to create a reference line for hosting MEP connectors (ducts and pipes) that can be positioned and oriented in space using family parameters (lenX / lenY / lenZ and angXY / angZ). We have a solution that works in Revit 2016, but in Revit 2017 we are getting "Constraints not satisfied" errors for certain combinations of parameters. Please advise how we can avoid this error or catch it as we are creating the families and types from code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steps to reproduce:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- Open "Angle Test 2D.rfa" in Revit 2017&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- Set lenX = 1000.0&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- Set lenY = 0.0&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- Set angXY = 0.0&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- This will result in "Constraint Error.png"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The file "Angle Test 3D.rfa" contains the full, 3D version that also exhibits the same issue. One other thing we have tried was to place all lines on the Ref. Level,&amp;nbsp;which removes the constraint error but totally messes up positioning of the lines; otherwise, the angled line is placed on the plane&amp;nbsp;of one of the other reference lines.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also note that we can not use nested families, because Revit will not recognize any connectors defined in those for the main family.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2017 21:56:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/constraints-not-satisfied-for-angled-reference-lines/m-p/7566771#M54515</guid>
      <dc:creator>bpfluid</dc:creator>
      <dc:date>2017-11-22T21:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Constraints not satisfied for angled reference lines</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/constraints-not-satisfied-for-angled-reference-lines/m-p/7568696#M54516</link>
      <description>&lt;P&gt;Dear Bpfluid,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your query.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you doing anything programmatically, or just using the standard Revit user interface?&lt;BR /&gt; &lt;BR /&gt;If you are not doing it programmatically, please note that this discussion forum is dedicated to programming Revit using the Revit API.&lt;BR /&gt; &lt;BR /&gt;Therefore, you cannot expect an answer to a question such as yours relating to installation, product usage or end user support issues here.&lt;BR /&gt; &lt;BR /&gt;You should try one of the non-API Revit product support discussion forums instead for that:&lt;BR /&gt; &lt;BR /&gt;&lt;A href="https://forums.autodesk.com/t5/revit-api-forum/this-forum-is-for-revit-api-programming-questions-not-for/td-p/5607765" target="_blank"&gt;https://forums.autodesk.com/t5/revit-api-forum/this-forum-is-for-revit-api-programming-questions-not-for/td-p/5607765&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;The people there are much better equipped to answer your question than us programming nerds.&lt;BR /&gt; &lt;BR /&gt;If you are doing it programmatically, please be aware that the Revit API hardly ever supports any functionality that is not also available in the user interface.&lt;BR /&gt; &lt;BR /&gt;Therefore, if the UI does not support this, the API will probably not do so either.&lt;BR /&gt; &lt;BR /&gt;I hope this clarifies.&lt;BR /&gt; &lt;BR /&gt;Thank you for your cooperation and understanding.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I searched for the terms Revit and "Constraints not satisfied" and found answers to similar questions in the Revit Architecture and MEP discussion forums:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://forums.autodesk.com/t5/revit-mep-forum/constraints-not-satisfied-error/td-p/4522755" target="_blank"&gt;https://forums.autodesk.com/t5/revit-mep-forum/constraints-not-satisfied-error/td-p/4522755&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://forums.autodesk.com/t5/revit-architecture-forum/constraints-are-not-satisfied/td-p/5883438" target="_blank"&gt;https://forums.autodesk.com/t5/revit-architecture-forum/constraints-are-not-satisfied/td-p/5883438&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe these existing threads will already answer your question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If not, then maybe&amp;nbsp;one of those forums is the best place to raise this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;BR /&gt; &lt;BR /&gt;Best regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2017 16:26:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/constraints-not-satisfied-for-angled-reference-lines/m-p/7568696#M54516</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2017-11-23T16:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Constraints not satisfied for angled reference lines</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/constraints-not-satisfied-for-angled-reference-lines/m-p/7568726#M54517</link>
      <description>&lt;P&gt;Dear Jeremy!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your response. While this problem is strictly reproducible from the UI, we are using the API very heavily. In fact, one of the reasons we must do things this way is that there is no API function that we could find that is able to place connectors at the ends of reference lines - or even reference lines on the perpendicular planes of other reference lines. So we have to create this 'harness' in the UI and then copy it from API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nevertheless, I will take your advice and cross-post the question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the API side, a partial solution would be if we could somehow catch and handle the error from the API (while setting the parameters), that would already improve the situation...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2017 16:48:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/constraints-not-satisfied-for-angled-reference-lines/m-p/7568726#M54517</guid>
      <dc:creator>bpfluid</dc:creator>
      <dc:date>2017-11-23T16:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Constraints not satisfied for angled reference lines</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/constraints-not-satisfied-for-angled-reference-lines/m-p/7585341#M54518</link>
      <description>&lt;P&gt;The problem has been solved in the Revit MEP forum, see:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/revit-mep-forum/constraints-not-satisfied-for-angled-reference-lines/m-p/7570155" target="_blank"&gt;https://forums.autodesk.com/t5/revit-mep-forum/constraints-not-satisfied-for-angled-reference-lines/m-p/7570155&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2017 11:57:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/constraints-not-satisfied-for-angled-reference-lines/m-p/7585341#M54518</guid>
      <dc:creator>bpfluid</dc:creator>
      <dc:date>2017-11-30T11:57:31Z</dc:date>
    </item>
  </channel>
</rss>

