<?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: Multipatch joining attributes in 3D Questions</title>
    <link>https://community.esri.com/t5/3d-questions/multipatch-joining-attributes/m-p/1276771#M4856</link>
    <description>&lt;P&gt;hello, I can't dissolve for multipatches, I want to merge geometries like merge in edit, but I can't do that in python. is there a way&lt;/P&gt;</description>
    <pubDate>Sat, 08 Apr 2023 13:37:45 GMT</pubDate>
    <dc:creator>mgeguner</dc:creator>
    <dc:date>2023-04-08T13:37:45Z</dc:date>
    <item>
      <title>Multipatch joining attributes</title>
      <link>https://community.esri.com/t5/3d-questions/multipatch-joining-attributes/m-p/252569#M1508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is possible to add some attributes from layer to multipatch?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to use something like join data based on spatial location.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But it seems that spatial location join is not supported in multipatch...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;any ideas??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2011 05:24:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/multipatch-joining-attributes/m-p/252569#M1508</guid>
      <dc:creator>JurajMalega</dc:creator>
      <dc:date>2011-07-25T05:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Multipatch joining attributes</title>
      <link>https://community.esri.com/t5/3d-questions/multipatch-joining-attributes/m-p/252570#M1509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Greetings,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can check if features are inside the multipatch using &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00q900000072000000.htm"&gt;Inside 3D&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; Use the create Complex Output Table (optional) parameter to identify the relationship between the features and multipatches through the creation of a Contain_ID field, which could later be used to do a standard table join.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another workflow would be to run the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Multipatch_Footprint/00q90000001p000000/"&gt;MultiPatch Footprint&lt;/A&gt;&lt;SPAN&gt; tool to get 2d representations of the multipatches and use those polygons to do the spatial join. Then table join it back to the multipatch feature class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2011 15:34:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/multipatch-joining-attributes/m-p/252570#M1509</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2011-07-25T15:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Multipatch joining attributes</title>
      <link>https://community.esri.com/t5/3d-questions/multipatch-joining-attributes/m-p/252571#M1510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Greetings,&lt;BR /&gt;&lt;BR /&gt;You can check if features are inside the multipatch using &lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00q900000072000000.htm"&gt;Inside 3D&lt;/A&gt;.&amp;nbsp; Use the create Complex Output Table (optional) parameter to identify the relationship between the features and multipatches through the creation of a Contain_ID field, which could later be used to do a standard table join.&lt;BR /&gt;&lt;BR /&gt;Another workflow would be to run the &lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Multipatch_Footprint/00q90000001p000000/"&gt;MultiPatch Footprint&lt;/A&gt; tool to get 2d representations of the multipatches and use those polygons to do the spatial join. Then table join it back to the multipatch feature class.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Eric&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;hello&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you for respond...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but i realize that my multupatch is one file - i have one street in city like a one multipatche.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;any ideas how to split it for single multipatches of each building? - i have no idea what can be the spliting feature or something like that.... because when i create a footprint it will be one polygon for street.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Juraj&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 06:49:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/multipatch-joining-attributes/m-p/252571#M1510</guid>
      <dc:creator>JurajMalega</dc:creator>
      <dc:date>2011-07-26T06:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: Multipatch joining attributes</title>
      <link>https://community.esri.com/t5/3d-questions/multipatch-joining-attributes/m-p/1276771#M4856</link>
      <description>&lt;P&gt;hello, I can't dissolve for multipatches, I want to merge geometries like merge in edit, but I can't do that in python. is there a way&lt;/P&gt;</description>
      <pubDate>Sat, 08 Apr 2023 13:37:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/multipatch-joining-attributes/m-p/1276771#M4856</guid>
      <dc:creator>mgeguner</dc:creator>
      <dc:date>2023-04-08T13:37:45Z</dc:date>
    </item>
  </channel>
</rss>

