<?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: WallType assigning new CompoundStructure vs modify existing in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/walltype-assigning-new-compoundstructure-vs-modify-existing/m-p/5426452#M76064</link>
    <description>&lt;P&gt;Dear Scott,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your report and patience.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am sorry to say that the firing squad has much less to do with this issue than we all expected.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In fact, maybe somebody else needs to be disciplined in one way or another.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After some careful analysis by one of the few people who know the internals of everything, we reached the following conclusion on this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The issue &lt;EM&gt;&lt;STRONG&gt;REVIT-47356&lt;/STRONG&gt;&lt;/EM&gt; [CreateSimpleCompoundStructure materials display wrong] is moot, almost.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only thing required is a documentation enhancement:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You cannot apply the result of CreateSimpleCompoundStructure to a wall type, you must use CreateVerticallyCompoundStructure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. This does not appear to be documented. Remarks should be added to the documentation on CreateSimpleCompoundStructure and CreateVerticallyCompoundStructure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. HostObjAttr::setCompoundStructure only throws an exception if its input is vertically compound and the derived type does not support it (everything except walls). It does not throw when the opposite situation is encountered: a simple compound structure is passed to a wall type.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the user replaces CreateSimpleCompoundStructure with CreateVerticallyCompoundStructure the problem should go away.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The issue will&amp;nbsp;remain open until the documentation is updated and extra validation added to SetCompoundStructure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;</description>
    <pubDate>Thu, 27 Nov 2014 11:34:45 GMT</pubDate>
    <dc:creator>jeremytammik</dc:creator>
    <dc:date>2014-11-27T11:34:45Z</dc:date>
    <item>
      <title>WallType assigning new CompoundStructure vs modify existing</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/walltype-assigning-new-compoundstructure-vs-modify-existing/m-p/5202427#M76056</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using Revit 2015 API to duplicate a wall type so that I can create custom types with new compound structures.&amp;nbsp;I found some odd behaviour and wanted to know if there is something I'm missing or whether this is a bug.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My first approach was to duplicate a wall type of WallKind.Basic, create a list of layers with width, function and material id all set then create a new compound structure using CompoundStructure.CreateSimpleCompoundStructure() passing in my list of layers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After assigning the new compound structure to the duplicated wall type, the new type was fine except that none of the materials were&amp;nbsp;displayed correctly (all dark grey like the&amp;nbsp;default material). Btw, the materials used are simple coloured materials without any appearance assests assigned. When I checked&amp;nbsp;the properties and layer structure of the new wall type everything looked as it should, the correct layers were assigned and the layer structure preview even showed the layers in thier correct colours.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried a few things like working with duplicates of different wall types and re-assigning the materials to each layer again using SetMaterialId but nothing changed the behaviour.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Finally I tried using the existing compound structure of the duplicated wall type and used SetLayers() on it with the exact same list of layers I was using previously with&amp;nbsp;&lt;SPAN&gt;CreateSimpleCompoundStructure() and everything worked fine, all layers displayed&amp;nbsp;in correct colours. This confirms to me that the problem does not lie with the materials I'm using or the way I have constructed the layers, but is caused by assigning a compound structre created using&amp;nbsp;&lt;SPAN&gt;CreateSimpleCompoundStructure.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, in summary my problem is solved, but I'm interested if anyone knows why using&amp;nbsp;&lt;SPAN&gt;CreateSimpleCompoundStructure doesn't work properly, is there a property&amp;nbsp;I need to set somewhere or is it possibly a bug in the API?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Aug 2014 23:55:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/walltype-assigning-new-compoundstructure-vs-modify-existing/m-p/5202427#M76056</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-07T23:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: WallType assigning new CompoundStructure vs modify existing</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/walltype-assigning-new-compoundstructure-vs-modify-existing/m-p/5211385#M76057</link>
      <description>&lt;P&gt;Either no one else has seen this problem or my wall of text is just too much reading? &lt;img id="smileylol" class="emoticon emoticon-smileylol" src="https://forums.autodesk.com/i/smilies/16x16_smiley-lol.png" alt="Smiley LOL" title="Smiley LOL" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In case it is the latter, I'll summarise further and provide the example code and project file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I take an existing WallType and assign a new CompoundStructure that was created using CompoundStructure.CreateSimpleCompoundStructure() the materials are not displayed correctly (they are all grey like the 'Default' material with no layer seperation visible even in a section view).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I instead get the WallType's existing CompoundStructure and just replace its layers with exactly the same list of layers as used before, then assign the modified CompoundStructure back to the WallType everything is fine. Because of this I'm certain that the problem is not with the layers I've created or the materials being used. It is something caused by CreateSimpleCompoundStructure().&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suspect that it is a bug in the API, but it could also be that there is something I am unaware of that needs to be done to a new CompoundStructure before the material colours will display correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See attached zip file for&amp;nbsp;an example solution and project document&amp;nbsp;(Revit 2015) that demonstrates the behaviour. For convenience, the build script in the solution will install the add-in application to $(ProgramData)\Autodesk\REVIT\Addins\2015\&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2014 12:36:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/walltype-assigning-new-compoundstructure-vs-modify-existing/m-p/5211385#M76057</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-13T12:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: WallType assigning new CompoundStructure vs modify existing</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/walltype-assigning-new-compoundstructure-vs-modify-existing/m-p/5266989#M76058</link>
      <description>&lt;P&gt;Ok, one last bump so see if I can get someone to check this out. I'm pretty sure it is a bug in the API so it would be good if&amp;nbsp;&lt;SPAN&gt;Arnošt or someone else from Autodesk could download and test the add-in and project document attached to my previous post.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;On a side note, admittedly I haven't really looked too hard, but I'm not sure how I could go about submitting a bug report myself. Can someone point me in the right direction? I should add that I'm not an ADN member, just incase that would be a problem.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2014 06:53:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/walltype-assigning-new-compoundstructure-vs-modify-existing/m-p/5266989#M76058</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-11T06:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: WallType assigning new CompoundStructure vs modify existing</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/walltype-assigning-new-compoundstructure-vs-modify-existing/m-p/5267145#M76059</link>
      <description>&lt;P&gt;Dear Scott,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reporting this and for your patience and perseverance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry for missing this one and that noboby else picked it up so far.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I escalated it to the ADN DevHelp queue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That should do the trick.&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>Thu, 11 Sep 2014 09:00:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/walltype-assigning-new-compoundstructure-vs-modify-existing/m-p/5267145#M76059</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2014-09-11T09:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: WallType assigning new CompoundStructure vs modify existing</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/walltype-assigning-new-compoundstructure-vs-modify-existing/m-p/5270173#M76060</link>
      <description>&lt;P&gt;I think this relates to my request also&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://forums.autodesk.com/t5/revit-api/set-a-new-floortype-from-the-api/td-p/5098648"&gt;http://forums.autodesk.com/t5/revit-api/set-a-new-floortype-from-the-api/td-p/5098648&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;although I asked about floors and not walls.&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;Jon&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2014 08:45:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/walltype-assigning-new-compoundstructure-vs-modify-existing/m-p/5270173#M76060</guid>
      <dc:creator>GeomGym</dc:creator>
      <dc:date>2014-09-12T08:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: WallType assigning new CompoundStructure vs modify existing</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/walltype-assigning-new-compoundstructure-vs-modify-existing/m-p/5270207#M76061</link>
      <description>&lt;P&gt;Dear &lt;STRONG&gt;Scott&lt;/STRONG&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your report.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I logged the issue &lt;STRONG&gt;REVIT-47356&lt;/STRONG&gt; [CreateSimpleCompoundStructure materials display wrong] with our development team for this on your behalf as it requires&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;further exploration and possibly a modification to our software. Please make a note of this number for future reference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;They have alread taken a first look at it and recognised it as a major issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dear &lt;STRONG&gt;Jon&lt;/STRONG&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much for pointing out the related issue that you already reported, which was escalated to ADN as case 09702495 [Set a new floortype from the API].&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I added a note of that to the development team issue issue REVIT-47356 as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2014 09:15:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/walltype-assigning-new-compoundstructure-vs-modify-existing/m-p/5270207#M76061</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2014-09-12T09:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: WallType assigning new CompoundStructure vs modify existing</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/walltype-assigning-new-compoundstructure-vs-modify-existing/m-p/5270317#M76062</link>
      <description>&lt;P&gt;Yay! Another API bug gets hauled off to the firing squad.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I imagine that API bugs look similar to my avatar pic &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2014 10:26:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/walltype-assigning-new-compoundstructure-vs-modify-existing/m-p/5270317#M76062</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-12T10:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: WallType assigning new CompoundStructure vs modify existing</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/walltype-assigning-new-compoundstructure-vs-modify-existing/m-p/5270321#M76063</link>
      <description>&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;lol&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i love that one!&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>Fri, 12 Sep 2014 10:25:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/walltype-assigning-new-compoundstructure-vs-modify-existing/m-p/5270321#M76063</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2014-09-12T10:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: WallType assigning new CompoundStructure vs modify existing</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/walltype-assigning-new-compoundstructure-vs-modify-existing/m-p/5426452#M76064</link>
      <description>&lt;P&gt;Dear Scott,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your report and patience.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am sorry to say that the firing squad has much less to do with this issue than we all expected.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In fact, maybe somebody else needs to be disciplined in one way or another.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After some careful analysis by one of the few people who know the internals of everything, we reached the following conclusion on this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The issue &lt;EM&gt;&lt;STRONG&gt;REVIT-47356&lt;/STRONG&gt;&lt;/EM&gt; [CreateSimpleCompoundStructure materials display wrong] is moot, almost.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only thing required is a documentation enhancement:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You cannot apply the result of CreateSimpleCompoundStructure to a wall type, you must use CreateVerticallyCompoundStructure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. This does not appear to be documented. Remarks should be added to the documentation on CreateSimpleCompoundStructure and CreateVerticallyCompoundStructure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. HostObjAttr::setCompoundStructure only throws an exception if its input is vertically compound and the derived type does not support it (everything except walls). It does not throw when the opposite situation is encountered: a simple compound structure is passed to a wall type.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the user replaces CreateSimpleCompoundStructure with CreateVerticallyCompoundStructure the problem should go away.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The issue will&amp;nbsp;remain open until the documentation is updated and extra validation added to SetCompoundStructure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;</description>
      <pubDate>Thu, 27 Nov 2014 11:34:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/walltype-assigning-new-compoundstructure-vs-modify-existing/m-p/5426452#M76064</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2014-11-27T11:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: WallType assigning new CompoundStructure vs modify existing</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/walltype-assigning-new-compoundstructure-vs-modify-existing/m-p/5426626#M76065</link>
      <description>&lt;P&gt;I published a summary of this discussion and cleaned up my answer to it a bit here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/2014/11/traditional-3d-printed-vertical-compound-structures.html#3" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/2014/11/traditional-3d-printed-vertical-compound-structures.html#3&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, 27 Nov 2014 15:15:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/walltype-assigning-new-compoundstructure-vs-modify-existing/m-p/5426626#M76065</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2014-11-27T15:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: WallType assigning new CompoundStructure vs modify existing</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/walltype-assigning-new-compoundstructure-vs-modify-existing/m-p/5427061#M76066</link>
      <description>&lt;P&gt;Thanks Jeremy I'll check it out.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2014 06:19:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/walltype-assigning-new-compoundstructure-vs-modify-existing/m-p/5427061#M76066</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-28T06:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: WallType assigning new CompoundStructure vs modify existing</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/walltype-assigning-new-compoundstructure-vs-modify-existing/m-p/5427065#M76067</link>
      <description>&lt;P&gt;I've looked around a bit and I can't seem to find the&amp;nbsp;&lt;SPAN&gt;CreateVerticallyCompoundStructure() method anywhere. Which class does it reside in?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2014 06:30:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/walltype-assigning-new-compoundstructure-vs-modify-existing/m-p/5427065#M76067</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-28T06:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: WallType assigning new CompoundStructure vs modify existing</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/walltype-assigning-new-compoundstructure-vs-modify-existing/m-p/5427072#M76068</link>
      <description>&lt;P&gt;Hi Scott,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;He-he... I faced the same dilemma. The statement above is a quote from the developer. Please look at my blog post for a more reliable answer that I verified myself:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/2014/11/traditional-3d-printed-vertical-compound-structures.html#3" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/2014/11/traditional-3d-printed-vertical-compound-structures.html#3&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By looking at the Revit API documentation, RevitAPI.chm... not by implementing and testing, though.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now I'm off to AU. See you there?&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>Fri, 28 Nov 2014 06:56:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/walltype-assigning-new-compoundstructure-vs-modify-existing/m-p/5427072#M76068</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2014-11-28T06:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: WallType assigning new CompoundStructure vs modify existing</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/walltype-assigning-new-compoundstructure-vs-modify-existing/m-p/5427136#M76069</link>
      <description>&lt;P&gt;Thanks again, I'll take a better look and run some tests.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As for AU, unfortunately not, maybe another year. Have fun in Vegas.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2014 08:38:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/walltype-assigning-new-compoundstructure-vs-modify-existing/m-p/5427136#M76069</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-28T08:38:59Z</dc:date>
    </item>
  </channel>
</rss>

