<?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: Configureing City Engine web scene attribute display in ArcGIS CityEngine Questions</title>
    <link>https://community.esri.com/t5/arcgis-cityengine-questions/configureing-city-engine-web-scene-attribute/m-p/39029#M541</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, there is an export option to define if Object Metadata is shared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The settings are&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;None&lt;/LI&gt;&lt;LI&gt;Attributes&lt;/LI&gt;&lt;LI&gt;Reports&lt;/LI&gt;&lt;LI&gt;All&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/351164_pastedImage_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in case you only want to share a subset of the attributes, there are 2 options:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Prior to export, delete the unwanted attributes with a Python script:&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;deleteAttribute&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;self&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; objects&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; name&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Deletes the named object attribute&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; @param objects&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; The objects to delete the attribute &lt;SPAN class="keyword token"&gt;from&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; @param name&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; The attribute name&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;str&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; @note&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="comment token"&gt;# delete the attribute height from the currently selected objects&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; ce&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;deleteAttribute&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;ce&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;selection&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'height'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;Us share "All" as export setting&lt;/LI&gt;&lt;LI&gt;Link the desired object attributes to rule attributes and report them. Then only share "Reports".&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Dec 2021 21:31:01 GMT</pubDate>
    <dc:creator>ThomasFuchs</dc:creator>
    <dc:date>2021-12-10T21:31:01Z</dc:date>
    <item>
      <title>Configureing City Engine web scene attribute display</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/configureing-city-engine-web-scene-attribute/m-p/39028#M540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any way to configure the attribute display when you click on an object in a City Engine Web Scene? We have attributes we would like to not show when we share the scene. And i can't find any menus to confiure the display.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 20:12:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/configureing-city-engine-web-scene-attribute/m-p/39028#M540</guid>
      <dc:creator>CurtPope</dc:creator>
      <dc:date>2017-05-12T20:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Configureing City Engine web scene attribute display</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/configureing-city-engine-web-scene-attribute/m-p/39029#M541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, there is an export option to define if Object Metadata is shared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The settings are&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;None&lt;/LI&gt;&lt;LI&gt;Attributes&lt;/LI&gt;&lt;LI&gt;Reports&lt;/LI&gt;&lt;LI&gt;All&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/351164_pastedImage_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in case you only want to share a subset of the attributes, there are 2 options:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Prior to export, delete the unwanted attributes with a Python script:&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;deleteAttribute&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;self&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; objects&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; name&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Deletes the named object attribute&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; @param objects&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; The objects to delete the attribute &lt;SPAN class="keyword token"&gt;from&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; @param name&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; The attribute name&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;str&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; @note&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="comment token"&gt;# delete the attribute height from the currently selected objects&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; ce&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;deleteAttribute&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;ce&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;selection&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'height'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;Us share "All" as export setting&lt;/LI&gt;&lt;LI&gt;Link the desired object attributes to rule attributes and report them. Then only share "Reports".&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 21:31:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/configureing-city-engine-web-scene-attribute/m-p/39029#M541</guid>
      <dc:creator>ThomasFuchs</dc:creator>
      <dc:date>2021-12-10T21:31:01Z</dc:date>
    </item>
  </channel>
</rss>

