Work with 3D object feature layers

A 3D object feature layer defines how 3D object features are displayed in a scene. 3D object features are stored in a geodatabase using a defined geographic location with a referenced 3D geometry. The referenced 3D geometry of a feature can be stored in multiple formats, which allows you to add new features to the layer from other 3D modeling packages—such as Blender, Autodesk Maya, and Trimble SketchUp—and store the source model directly in the geodatabase.

You can do the following with a 3D object feature layer:

  • Modify a 3D object feature layer using editing tools.
  • Edit 3D object features directly by accessing the model files.
  • Symbolize a 3D object feature layer.
  • Analyze a 3D object feature layer.
  • Share a 3D object feature layer.

Note:

A 3D object feature class created prior to ArcGIS Pro 3.1 can be viewed and queried but not edited or shared online. To edit or share, update the version of the 3D object feature class from version 1 (V1) to version 2 (V2) using the Upgrade Dataset geoprocessing tool. Confirm the version of your dataset from the Source tab on the Layer Properties dialog box.

Modify a 3D object feature layer using editing tools

Once 3D object features are created in a 3D object feature layer, you can modify them in the same way you modify multipatch features. You can scale, rotate, and edit the vertices of the feature's geometry, as well as interactively apply textures and colors on the faces of the mesh geometry.

Edit 3D object features directly by accessing the model files

When 3D object feature classes are stored in a file geodatabase, you can find the source model file for each feature using Windows File Explorer.

  1. Enable the Windows Projected File System to expose the 3D Object folder in the top level of the Windows home folder.
  2. Browse to the model file for a feature in the layer folder and expand the Object ID subfolder.

    Caution:

    ArcGIS Pro must be open for the 3D Object folder to be available. Do not close the application until updates to the 3D model file have been saved.

  3. Right-click a 3D model file and choose the third-party 3D modeling application to use.

    Choices include Microsoft 3D Builder, Autodesk Maya, and Trimble SketchUp. The third-party application must be installed and licensed.

  4. Make your edits and save the file with the same file name to the original location.

    The map in ArcGIS Pro redraws with the updated model.

  5. Optionally, copy the 3D model file from the 3D Object folder—from the projected file system—to another location if you need more time for editing. After completing your edits, copy the model file back to the same 3D Object folder to update it.

This workflow can be used to replace an existing model with a new model. The file name of the replacement model must be identical to the original and use the same relative placement of its anchor point.

Symbolize a 3D object feature layer

3D object feature layers support the same symbology capabilities and use the same mesh symbol layer properties as multipatch layers. By default, 3D objects display with their stored representation, including any texture or material properties; however, you can apply a different symbology instead.

Use attribute-driven symbology to render the 3D objects using other properties of the feature. For example, you can visualize objects using other properties of the feature, such as changing the color of buildings based on their earthquake readiness or current property value.

Analyze a 3D object feature layer

Every 3D object feature layer includes a multipatch representation of a feature, which means it supports any geoprocessing tool that accepts the multipatch geometry type as an input including Near 3D, Intersect 3D Line with Multipatch, and Multipatch Footprint.

Note:

Geoprocessing tools that create a multipatch feature class cannot be configured to output a 3D object feature class.

Use the interactive exploratory 3D analysis tools to work directly in a scene and receive real-time visual feedback. Interactive 3D analysis tools that are supported for 3D object layers include Viewshed, Line of Sight, and Slice.

Share a 3D object feature layer

To share a 3D object feature layer in a scene, see Share a web scene layer.

To share a 3D object feature layer using geoprocessing tools, see Share a scene layer package.

Note:
A 3D object feature layer is supported for sharing as a web scene layer only to ArcGIS Enterprise 11.2 or later. Any 3D object feature layer (V1) must be upgraded to V2 using the Upgrade Dataset geoprocessing tool.

Related topics