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.
Yes, there is an export option to define if Object Metadata is shared.
The settings are
So in case you only want to share a subset of the attributes, there are 2 options:
deleteAttribute<SPAN class="punctuation token">(</SPAN>self<SPAN class="punctuation token">,</SPAN> objects<SPAN class="punctuation token">,</SPAN> name<SPAN class="punctuation token">)</SPAN> Deletes the named object attribute<SPAN class="punctuation token">.</SPAN> @param objects<SPAN class="punctuation token">:</SPAN> The objects to delete the attribute <SPAN class="keyword token">from</SPAN><SPAN class="punctuation token">.</SPAN> @param name<SPAN class="punctuation token">:</SPAN> The attribute name<SPAN class="punctuation token">.</SPAN> <SPAN class="punctuation token">[</SPAN>str<SPAN class="punctuation token">]</SPAN> @note<SPAN class="punctuation token">:</SPAN> <SPAN class="comment token"># delete the attribute height from the currently selected objects</SPAN> ce<SPAN class="punctuation token">.</SPAN>deleteAttribute<SPAN class="punctuation token">(</SPAN>ce<SPAN class="punctuation token">.</SPAN>selection<SPAN class="punctuation token">(</SPAN><SPAN class="punctuation token">)</SPAN><SPAN class="punctuation token">,</SPAN> <SPAN class="string token">'height'</SPAN><SPAN class="punctuation token">)</SPAN><SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.