I have a table containing a collection of straight (not deviated) well bores each a X and Y a surface elevation of 0 ft and a negative total depth value in feet below surface. Total depths range from -1000 to -20000. Values for each well bore are in a single row in the table.
I am trying to create a well bore line/tube or other connecting the surface point to the total depth below surface. I'm not sure what kind of feature this might be, a series of points, line, polyline??
I've been researching this for days and I've seen examples here and there so I think it can be done but I have not been able to accomplish it yet. Any ideas?? Much thanks.
Solved! Go to Solution.
Could you check if the steps in How To: Convert 2D points to 3D lines using 'from' and 'to' values work for you?
Could you check if the steps in How To: Convert 2D points to 3D lines using 'from' and 'to' values work for you?
I was unaware of Extrude under Appearance in local scene. I held my breath and there they were! Awesome! I've been flailing around w this for days. Thanks!
Relatively straightforward, you can either build on the workflow suggested by @JayantaPoddar and then add the final step which is a 3D buffer of the polylinez layer, or you can just extrude your points into lines with a neagtive extrusion, run the FeatureTo3D tool and then buffer that polylinez
It's the 3d buffer that will get you a cylinder 👍