Select to view content in your preferred language

3D Graphic in Map

814
6
Jump to solution
08-17-2020 07:23 PM
by Anonymous User
Not applicable

Hi Guys,

I have a requirement to support in both ArcGIS pro and web site.

For graphic presentation for the hole is quite challenging for me to do with ArcGIS pro sdk.

With ArcGIS js I managed to achieve like this.

I just need to change elevation value to become negative to be underground.

How I can achieve this in ArcGIS pro sdk scene layer?

0 Kudos
1 Solution

Accepted Solutions
Wolf
by Esri Regular Contributor
Esri Regular Contributor

I attached another sample.  You have to use the 'Pro Fix References' tool in Visual Studio in order to fix the references:

With this add-in you can digitize a point, which is then converted into a vertical line, which is then in turn displayed as a graphic using different colors, and a custom width.  The vertical 'tubes' are both above and below the surface.

View solution in original post

6 Replies
Wolf
by Esri Regular Contributor
Esri Regular Contributor

Hi Than,

 Can you please explain your requirements in more detail?  You have a scene in ArcGIS Pro and you are trying to change a feature layer's Z values?  Can you describe your workflow?  i.e. take a line, polygon and 'move' the polygon below the surface?  

0 Kudos
by Anonymous User
Not applicable

Thank for your reply Wolfgang Kaiser‌,

I want to represent the drilled hole in 3d scene.

Each depth to present as color, width to be present as cylinder, I am happy to stack multiple cylinder in one location as well.

Look like the screenshot is gone in my post,

I add as attachment. (3dcylinder.png)

I did it with ArcGIS js 3.x in 2017.  The sample is above the ground, what I want is underground in ArcGIS pro. (should be ok for me to do it in ArcGIS js )