<?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: how to DEFINE layer correctly? 3D Editor widget does not show the ROTATION &amp;amp; RESIZE HANDLES. in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-define-layer-correctly-3d-editor-widget/m-p/1065541#M14520</link>
    <description>&lt;P&gt;Hi Michael&lt;/P&gt;&lt;P&gt;The line and polygon transformations in 3D got introduced with ArcGIS JS API Version 4.19:&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/release-notes/#line-and-polygon-transformations" target="_blank" rel="noopener"&gt;Release notes for 4.19 | ArcGIS API for JavaScript&lt;/A&gt;&lt;BR /&gt;If you would like to have the handles for polygon you need to upgrade.&lt;/P&gt;&lt;P&gt;To check out how it looks like with 4.17 you can modify the sample in the sandbox:&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=widgets-editor-3d" target="_blank" rel="noopener"&gt;Sandbox: widgets-editor-3d (arcgis.com)&lt;/A&gt;&amp;nbsp;and change to 4.17.&lt;BR /&gt;For &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-ObjectSymbol3DLayer.html" target="_blank" rel="noopener"&gt;ObjectSymbol3DLayer | ArcGIS API for JavaScript&lt;/A&gt;&amp;nbsp;the handles for resizing and rotation are available since version 4.15 with introducing Editing in 3D:&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/4.15/#featurelayer-editing-in-3d" target="_blank" rel="noopener"&gt;Release notes for 4.15 | ArcGIS API for JavaScript&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;/P&gt;</description>
    <pubDate>Mon, 07 Jun 2021 07:59:14 GMT</pubDate>
    <dc:creator>SaschaBrunnerCH</dc:creator>
    <dc:date>2021-06-07T07:59:14Z</dc:date>
    <item>
      <title>how to DEFINE layer correctly? 3D Editor widget does not show the ROTATION &amp; RESIZE HANDLES.</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-define-layer-correctly-3d-editor-widget/m-p/1065429#M14519</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I'm developing custom widgets for WAB&amp;nbsp;(Develper Edtion) 2.17, Launchpad Theme, on&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;3D&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Scenes (ArcGIS API for javascript&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;4.17&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;). I am still a newby.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I created custom widget based on ESRI code example&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/widgets-editor-3d/" target="_blank" rel="noopener"&gt;Edit features in 3D with the Editor widget&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In our portal we created a feature layer containing 3D Polygon types.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;my Editor custor-widget succeeds to add our layer 3D polygons to the scene and to edit their location and height,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;But&lt;/STRONG&gt; - we do not see the handles, neither for RESIZE, nor for ROTATION, so the "Edit 3D Widget" does not enable us, neither to resize, nor to rotate the elements we added into the scene from our feature layer.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How can we define the feature layer correctly, so that its features could be rotated and resized by the 3D Editor Widget when adding them into the 3D scene or editing them afterwards?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I attach the info for both my layer the layer from esri example.&lt;/P&gt;&lt;P&gt;I do not know how to make my layer exactly as esri's example layer, and I do not know what parameters are important and what not.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Help will be greatly appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Jun 2021 15:48:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-define-layer-correctly-3d-editor-widget/m-p/1065429#M14519</guid>
      <dc:creator>MichaelLev</dc:creator>
      <dc:date>2021-06-06T15:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to DEFINE layer correctly? 3D Editor widget does not show the ROTATION &amp; RESIZE HANDLES.</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-define-layer-correctly-3d-editor-widget/m-p/1065541#M14520</link>
      <description>&lt;P&gt;Hi Michael&lt;/P&gt;&lt;P&gt;The line and polygon transformations in 3D got introduced with ArcGIS JS API Version 4.19:&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/release-notes/#line-and-polygon-transformations" target="_blank" rel="noopener"&gt;Release notes for 4.19 | ArcGIS API for JavaScript&lt;/A&gt;&lt;BR /&gt;If you would like to have the handles for polygon you need to upgrade.&lt;/P&gt;&lt;P&gt;To check out how it looks like with 4.17 you can modify the sample in the sandbox:&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=widgets-editor-3d" target="_blank" rel="noopener"&gt;Sandbox: widgets-editor-3d (arcgis.com)&lt;/A&gt;&amp;nbsp;and change to 4.17.&lt;BR /&gt;For &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-ObjectSymbol3DLayer.html" target="_blank" rel="noopener"&gt;ObjectSymbol3DLayer | ArcGIS API for JavaScript&lt;/A&gt;&amp;nbsp;the handles for resizing and rotation are available since version 4.15 with introducing Editing in 3D:&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/4.15/#featurelayer-editing-in-3d" target="_blank" rel="noopener"&gt;Release notes for 4.15 | ArcGIS API for JavaScript&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jun 2021 07:59:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-define-layer-correctly-3d-editor-widget/m-p/1065541#M14520</guid>
      <dc:creator>SaschaBrunnerCH</dc:creator>
      <dc:date>2021-06-07T07:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to DEFINE layer correctly? 3D Editor widget does not show the ROTATION &amp; RESIZE HANDLES.</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-define-layer-correctly-3d-editor-widget/m-p/1065930#M14521</link>
      <description>&lt;P&gt;Dear SachaBrunnerCH,&lt;/P&gt;&lt;P&gt;Indeed I found it by trying to set 4.17 in esri example.&lt;/P&gt;&lt;P&gt;So I upgraded my WAB to 2.20 that uses API 4.19. (at first I wrote 4.20 by mistake)&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jun 2021 06:04:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-define-layer-correctly-3d-editor-widget/m-p/1065930#M14521</guid>
      <dc:creator>MichaelLev</dc:creator>
      <dc:date>2021-06-09T06:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to DEFINE layer correctly? 3D Editor widget does not show the ROTATION &amp; RESIZE HANDLES.</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-define-layer-correctly-3d-editor-widget/m-p/1065946#M14523</link>
      <description>&lt;P&gt;Just to mention API 4.20 is not released yet.&lt;BR /&gt;&lt;SPAN&gt;WAB to 2.20 is using API 4.19&lt;/SPAN&gt;&lt;BR /&gt;see also: &lt;A href="https://developers.arcgis.com/web-appbuilder/guide/about-versions.htm" target="_blank"&gt;https://developers.arcgis.com/web-appbuilder/guide/about-versions.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2021 12:37:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-define-layer-correctly-3d-editor-widget/m-p/1065946#M14523</guid>
      <dc:creator>SaschaBrunnerCH</dc:creator>
      <dc:date>2021-06-08T12:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to DEFINE layer correctly? 3D Editor widget does not show the ROTATION &amp; RESIZE HANDLES.</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-define-layer-correctly-3d-editor-widget/m-p/1066267#M14525</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Dear SachaBrunnerCH,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for the important info.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;question: maybe you know how to help in my new post -&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/web-appbuilder-custom-widgets/esri-example-quot-edit-features-in-3d-with-the-editor-widget/m-p/1066034" target="_self"&gt;&lt;SPAN&gt;esri example "Edit features in 3D with the Editor widget" - how to insert the Expand and Snap elements into a custom widget&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jun 2021 06:13:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-define-layer-correctly-3d-editor-widget/m-p/1066267#M14525</guid>
      <dc:creator>MichaelLev</dc:creator>
      <dc:date>2021-06-09T06:13:38Z</dc:date>
    </item>
  </channel>
</rss>

