3D lines

4118
4
01-21-2015 09:22 PM
MikeCusi
Occasional Contributor II

How is 3D information stored for 3d polylines? Is it Z data for every vertex? If so, will "densifying" the line work as I expect it should, that is an interpolated Z value for every added vertex?

0 Kudos
4 Replies
XanderBakker
Esri Esteemed Contributor

In a 3D line all vertices have a Z. When using Desify the intermediate points will have their Z interpolated.

0 Kudos
MikeCusi
Occasional Contributor II

If this 3D line is then converted to a polygon, how is the Z value derived for the resulting polygon?

0 Kudos
XanderBakker
Esri Esteemed Contributor

Does the polygon has a single Z value? Probably not. How would you like to retrieve the Z value of the polygon?

0 Kudos
VictorKlinkenberg
New Contributor III

Hi Mike,

Do you want all vertices in your new polygon to retain their Z? Perhaps first triangulate your polyline to a TIN and then to a MultiPatch or 3D (multipart) polygons.

0 Kudos