2

I've got a polygon feature class with z values enabled. The polygon entities represent billboards. I'm looking for a way to convert those polygons into MultiPatch feature class entities. I'm using ArcGIS Desktop, version 10.3.

I've tried to use 'Layer 3D To Feature Class' Geoprocessing tool. I've inserted the required parameters which are the 3d layer (not feature class!) as input, an output multipatch feature class and a grouping definition by the OBJECTID field. It didn't work: my output had the same amount of entities only they all were having the same geometry.

How do I to convert polygon entities with z values (3d) into multipatch feature class?

asked Jul 24, 2016 at 14:42
1
  • 1
    please edit your Question to include an outline of how you tried to "use 'Layer 3D To Feature Class' Geoprocessing tool" Commented Jul 24, 2016 at 18:20

1 Answer 1

1

There are many reasons why 'Layer 3D To Feature Class'will fail. Without more information, we cannot be sure why it failed in this case.

One clue is that you are converting billboards. The most recent ArcGIS Pro docs say:

The Layer 3D To Feature Class docs for ArcGIS Pro state "[Marker symbols that are billboarded. The position of these 2D symbols are dynamically oriented to face the camera position in a 3D scene, so they have no fixed orientation that can be used for exporting.

It lists several other caveats why the conversion might not work.

You report that your "output had the same amount of entities only they all were having the same geometry." You can check whether the geometry is MULTIPATCH or POLYGON on the Feature Layer Properties -> Source -> Geometry.

If grouping by ObjectID then you will have the same number of entities - i.e one multipatch for each polygon. In this case, what is the advantage of the conversion? It makes sense to use this function to group a collection of 3D polygon faces into a single multipatch polyhedron.

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
answered Apr 15, 2020 at 3:44

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.