<?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: API access to surface pattern alignment in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/api-access-to-surface-pattern-alignment/m-p/6349924#M65387</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Dear Chris,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for your query.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I hope the thread that Dale pointed to was of some use. Thank you, Dale, for pointing it out!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I added a note of your request to the existing wish list item &lt;U&gt;&lt;STRONG&gt;CF-3928&lt;/STRONG&gt;&lt;/U&gt; [case 11459435: API ability to align floor hatch line with floor's edge] in order to make the development team aware of its importance. Please make a note of this number for future reference.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You are welcome to request an update on the status of this issue or to provide us with additional information at any time quoting this wish list item number.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This issue is important to me. What can I do to help?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This issue needs to be assessed by our engineering team, and prioritised against all of the other outstanding change requests. Any information that you can provide to influence this assessment will help. Please provide the following where possible:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Impact on your application and/or your development.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;The number of users affected.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;The potential revenue impact to you.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;The potential revenue impact to Autodesk.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Realistic timescale over which a fix would help you.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;In the case of a request for a new feature or a feature enhancement, please also provide detailed Use cases for the workflows that this change would address.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This information is extremely important. Our engineering team have limited resources, and so must focus their efforts on the highest impact items. We do understand that this will cause you delays and affect your development planning, and we appreciate your cooperation and patience.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Jeremy&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 26 May 2016 07:54:37 GMT</pubDate>
    <dc:creator>jeremytammik</dc:creator>
    <dc:date>2016-05-26T07:54:37Z</dc:date>
    <item>
      <title>API access to surface pattern alignment</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/api-access-to-surface-pattern-alignment/m-p/6344811#M65385</link>
      <description>&lt;P&gt;I have a model requiring specific alignment of surface pattern across the entire model. I've done it manually more than once, and locked the reference to a datum (reference plane) but this constraint does not hold when I modify elements. I'd like a programmatic way to re-align every instance of this surface pattern to the reference datum. Conceptually:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;datum = referenceLevel.elevation()

for&amp;nbsp;element&amp;nbsp;in&amp;nbsp;elements:
&amp;nbsp; &amp;nbsp;faces = element.faces()
   for face in faces:
      if face.material = targetMaterial :
         material.zOrigin = datum&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2016 20:17:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/api-access-to-surface-pattern-alignment/m-p/6344811#M65385</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-23T20:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: API access to surface pattern alignment</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/api-access-to-surface-pattern-alignment/m-p/6349899#M65386</link>
      <description>&lt;P&gt;Might be worth a read:&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/revit-api/use-of-align-function-programatically-to-change-the-alignment-of/td-p/6008184" target="_self"&gt;http://forums.autodesk.com/t5/revit-api/use-of-align-function-programatically-to-change-the-alignment-of/td-p/6008184&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2016 07:27:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/api-access-to-surface-pattern-alignment/m-p/6349899#M65386</guid>
      <dc:creator>Dale.Bartlett</dc:creator>
      <dc:date>2016-05-26T07:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: API access to surface pattern alignment</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/api-access-to-surface-pattern-alignment/m-p/6349924#M65387</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Dear Chris,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for your query.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I hope the thread that Dale pointed to was of some use. Thank you, Dale, for pointing it out!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I added a note of your request to the existing wish list item &lt;U&gt;&lt;STRONG&gt;CF-3928&lt;/STRONG&gt;&lt;/U&gt; [case 11459435: API ability to align floor hatch line with floor's edge] in order to make the development team aware of its importance. Please make a note of this number for future reference.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You are welcome to request an update on the status of this issue or to provide us with additional information at any time quoting this wish list item number.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This issue is important to me. What can I do to help?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This issue needs to be assessed by our engineering team, and prioritised against all of the other outstanding change requests. Any information that you can provide to influence this assessment will help. Please provide the following where possible:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Impact on your application and/or your development.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;The number of users affected.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;The potential revenue impact to you.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;The potential revenue impact to Autodesk.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Realistic timescale over which a fix would help you.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;In the case of a request for a new feature or a feature enhancement, please also provide detailed Use cases for the workflows that this change would address.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This information is extremely important. Our engineering team have limited resources, and so must focus their efforts on the highest impact items. We do understand that this will cause you delays and affect your development planning, and we appreciate your cooperation and patience.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Jeremy&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2016 07:54:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/api-access-to-surface-pattern-alignment/m-p/6349924#M65387</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2016-05-26T07:54:37Z</dc:date>
    </item>
  </channel>
</rss>

