<?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: Placing elements on wall in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/placing-elements-on-wall/m-p/5639582#M72360</link>
    <description>&lt;P&gt;Still the same result.&lt;/P&gt;</description>
    <pubDate>Mon, 18 May 2015 08:55:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-05-18T08:55:16Z</dc:date>
    <item>
      <title>Placing elements on wall</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/placing-elements-on-wall/m-p/5639429#M72356</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Struggling to place an element on wall[second floor level] like switch , mirror light etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tried several combinations of&amp;nbsp;NewFamilyInstance but nothing led to place elements on wall. They seems to be fall very below the second floor level.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Sanjay Pandey&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2015 05:54:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/placing-elements-on-wall/m-p/5639429#M72356</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-18T05:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: Placing elements on wall</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/placing-elements-on-wall/m-p/5639449#M72357</link>
      <description>Dear, would you please attach the family file, so that I can try from my side?</description>
      <pubDate>Mon, 18 May 2015 06:22:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/placing-elements-on-wall/m-p/5639449#M72357</guid>
      <dc:creator>Aaron.Lu</dc:creator>
      <dc:date>2015-05-18T06:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Placing elements on wall</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/placing-elements-on-wall/m-p/5639464#M72358</link>
      <description>&lt;P&gt;Yes sure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please Find Attached.&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2015 06:34:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/placing-elements-on-wall/m-p/5639464#M72358</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-18T06:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Placing elements on wall</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/placing-elements-on-wall/m-p/5639523#M72359</link>
      <description>&lt;P&gt;try these 2 methods:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN style="line-height: 15px;"&gt;FamilyInstance NewFamilyInstance(Reference reference, XYZ location, XYZ referenceDirection, FamilySymbol symbol)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="line-height: 15px;"&gt;FamilyInstance NewFamilyInstance(Reference reference, Line position, FamilySymbol symbol)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for example:&lt;/P&gt;
&lt;PRE&gt;Wall wall = null;
var references = HostObjectUtils.GetSideFaces(wall, ShellLayerType.Interior);
var reference = references.First();
RevitDoc.Create.NewFamilyInstance(reference, new XYZ(0, 0, 0), new XYZ(0, 0, 1), familySymbol);&lt;/PRE&gt;</description>
      <pubDate>Mon, 18 May 2015 07:42:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/placing-elements-on-wall/m-p/5639523#M72359</guid>
      <dc:creator>Aaron.Lu</dc:creator>
      <dc:date>2015-05-18T07:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Placing elements on wall</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/placing-elements-on-wall/m-p/5639582#M72360</link>
      <description>&lt;P&gt;Still the same result.&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2015 08:55:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/placing-elements-on-wall/m-p/5639582#M72360</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-18T08:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Placing elements on wall</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/placing-elements-on-wall/m-p/5639673#M72361</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I am trying to use this method&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;doc.Create.NewFamilyInstance(face, location, xrefdir, symbol);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the attached family&amp;nbsp;Mirror Light fixture gets placed at the bottom of the wall and also its elevation property is disabled but when I manually place that family on the wall it fits correctly and and also elevtion property is enabled. and When I place the attached switch family [Switch board] via the above method it places in a surprising way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;screenshots follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;switch placed via code . Note that elevation is grayed out/disabled&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/168960i86E02815784B8216/image-size/original?v=mpbl-1&amp;amp;px=-1" title="viacode.png" alt="viacode.png" border="0" /&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;&lt;P&gt;switch placed manually&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/168961i24D55538B479D71D/image-size/original?v=mpbl-1&amp;amp;px=-1" title="manually.png" alt="manually.png" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2015 10:21:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/placing-elements-on-wall/m-p/5639673#M72361</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-18T10:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Placing elements on wall</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/placing-elements-on-wall/m-p/5639701#M72362</link>
      <description>What about changing the parameter "Schedule Level" to a real level after creating&lt;BR /&gt; and then see if the parameter Elevation is editable?</description>
      <pubDate>Mon, 18 May 2015 10:44:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/placing-elements-on-wall/m-p/5639701#M72362</guid>
      <dc:creator>Aaron.Lu</dc:creator>
      <dc:date>2015-05-18T10:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Placing elements on wall</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/placing-elements-on-wall/m-p/5639734#M72363</link>
      <description>&lt;P&gt;Tried and changed&amp;nbsp;&lt;SPAN&gt; "Schedule Level" to a real level still elevation is grayed out. but when cut and paste the instance created normally then it works perfectly fine.&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 don;t know but it should be pretty simple&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;1. Get the face of the wall.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. decide the fanily to palce&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3. decide its location to lace&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;4 and then place it&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;what in the world am I doing wrong.&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;Thanks &amp;amp; Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sanjay Pandey&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2015 11:22:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/placing-elements-on-wall/m-p/5639734#M72363</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-18T11:22:25Z</dc:date>
    </item>
  </channel>
</rss>

