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?
Solved! Go to Solution.
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.
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?
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 )