Introduction to the 3D object feature class

A 3D object feature class stores and manages 3D geometry type features in a geodatabase. It uses a defined geographic location with a referenced 3D geometry mesh that can be stored in one or more formats. This is different than a 3D object scene layer, which is a multi-LOD (level of detail) cached dataset based on the I3S specification optimized for displaying large amounts of 3D content in a scene.

Learn more about using scene layers

As with multipatch features, 3D objects represent the outer shell of features occupying a discrete area or volume in three-dimensional space such as spheres, cubes, or complex structures such as isosurfaces and buildings. 3D objects store associated tables to support high-level materials known as physically based rendering (PBR) materials. These materials exhibit shading properties for surfaces such as glass or metal.

Example of multipatch on the left and 3D object on the right
A multipatch sphere (left) compared to a 3D object sphere (right).

3D object feature layers

There are two ways to add a 3D object feature class.

When you create a 3D object feature class, it stores and manages the features using a defined geographic location with a referenced 3D geometry mesh. After adding the empty 3D object feature layer to a scene, you can edit a 3D object layer the same way as you edit a multipatch layer using the create and modify editing tools. For performance reasons, some display properties are unavailable while editing 3D objects. The feature fully redraws once the edits have been completed.

The 3D object feature class works with the following 3D model formats: COLLADA (.dae), Autodesk Filmbox (.fbj), Wavefront (.obj), GL Transmission Format (.glTF), and Binary GL Transmission Format (.glb) files.

See glTF markers for a discussion of the .glTF and .glb files and a detailed list of supported features from that specification.

You can access 3D model files in the file geodatabase using the Windows Projected File System and edit them using a third-party application, such as Maya or Blender. ArcGIS Pro must remain open to display the folder structure and synchronize the updates.

Related topics


In this topic
  1. 3D object feature layers