I am attempting to use two separate line feature classes to create a walking network that includes internal and external pathways. I have successfully combined these two using false elevations, but I am now trying to use real-world elevations.
I used the "Interpolate Shape" and a Lidar DEM to get the elevations for the external pathways. I then created points for the endpoints of those lines and derived the Z values for each of those points. I used the Z values from these points as the elevations for the connecting points of the internal network. I created To_Elev and From_Elev fields and then created a 3D feature by use of the "Feature to 3D by Attribute".
The problem I am running into is that with my false elevations, not derived from a DEM, the internal to external routing works fine. However, when I attempt to route with the network that has elevations derived from the DEM, the stops will be placed successfully on the internal paths, but the route will solve on primarily the external paths that are closest to the stops placed on the internal paths.
At first I thought there was a problem with my model when running the analysis in ArcScene, but the same problem is occurring when I run the solver in ArcMap.
I am attaching a screen shot of the issue. The "internal" paths is a simplified test line that I made and is in red. The external paths are navy, and the route features are purple.