Multipart To Singlepart (Data Management)

ArcGIS Pro 3.2 | | Help archive

Summary

Creates a feature class containing singlepart features generated by separating multipart input features.

Illustration

Multipart to Singlepart illustration

Usage

  • The attributes of the input features will be maintained in the output feature class. A new field, ORIG_FID, will be added to the output feature class and set to the input feature IDs.

  • Each part of a multipart feature will be separated into individual features in the output feature class. Features that are already singlepart will not be affected.

  • Most of the output feature types will be the same as input (input polygons remain polygons; input lines remain lines). The one exception is if the input features are type multipoint, the output feature class will be type point.

  • To reconstruct multipart features from singlepart features based on a common field value, such as ORIG_FID, use the Dissolve tool.

  • A multipatch feature will be separated into its constituent geometry parts. Each part can be defined by a collection of vertices containing X, Y, and Z coordinates that are arranged as:

    • Individual triangles that reference 3 vertices.
    • Triangle strips that are defined by multiple triangles which successively share one common edge.
    • Triangle fans that are defined by multiple triangles with a common point of origin.
    • Rings that represent a co-planar region whose boundary is defined by 4 or more vertices.

Parameters

LabelExplanationData Type
Input Features

The input features that can be any feature type.

Feature Layer
Output Feature Class

The output feature class containing features that vary with input feature type.

Feature Class

Licensing information

  • Basic: Yes
  • Standard: Yes
  • Advanced: Yes

Related topics