textured mulitpatches

2517
1
04-15-2016 08:35 AM
MarcBate
Occasional Contributor II

Is it possible to create multipatch feature layers (with geometry information retured from a non-ArcGIS Server webservice) that I can symbolize using a unique value renderer using picture fill symbols like this:

multipatch1.jpg

If not picture fill symbols, can I do this:

multipatch1a.jpg

I'd also like to be able to set a transparent color in the picture fill symbol so I can do something like this:

multipatch2.jpg

And lastly, can I create multipatch sphere slices and color them with a unique value renderer like this:

multipatch3.jpg

All of these were created with ArcObjects displayed in ArcScene

Tags (3)
0 Kudos
1 Reply
nicogis
MVP Frequent Contributor

in arcgis pro you can export symbol 3d to json and see with js api .

addin in c# arcgis-pro-sdk-community-samples/Map-Authoring/ExportWeb3DObjectResource/ExportWeb3DObjectResource a...

I have taken a soe arcobjects that create a multipatch on the fly (manhole) and use viewer cityengine. You can do like it

getCameretta3D( alsi/Camerette3D )  (set for example oid  = 100 )

here you can see specific Esri i3s: GitHub - Esri/i3s-spec: This repository hosts the specification for the ArcGIS Scene Service, includ...

see also http://proceedings.esri.com/library/userconf/devsummit16/papers/dev_int_01.pdf

0 Kudos