Skip to main content

Extract Mesh Features Using Point Cloud (3D Analyst Tools)

Summary

Extracts multipatch features representing objects in an integrated mesh based on a classified point cloud.

Usage

  • This tool uses classified points in a point cloud to identify the corresponding objects in the integrated mesh. For this reason, the point cloud that was classified should be created from the integrated mesh. The Mesh To LAS tool can be used to create a point cloud that can be classified for object extraction from the mesh.

  • Each class code will have a corresponding group ID. A common group ID can be assigned to multiple class codes to ensure that points describing elements of the same object can be treated as one object.

  • The object extraction process aggregates classified points into clusters and identifies the objects in the integrated mesh based on their proximity to the clustered set of points. Points closer than the Cluster Distance parameter value will be considered as belonging to the same object. This parameter value should be larger than the average point spacing of the data.

  • The Maximum Triangle Area parameter subdivides the mesh triangles to support cases in which multiple objects may be present in a given triangle. Consequently, the multipatch triangles won't match the mesh triangles.

  • If the point cloud or integrated mesh is sourced from an indexed 3D scene layer service, the service must have the export feature enabled to be used as inputs for this tool.

Parameters

Label Explanation Data type

Input Integrated Mesh

The integrated mesh I3S service or scene layer package that will be processed.

Scene Layer; File

Input Point Cloud

The LAS dataset, I3S point cloud, or point cloud scene layer package with classified points that will be used to extract features from the integrated mesh.

LAS Dataset Layer; Scene Layer; File

Output Multipatch Features

The output multipatch features that represent the objects detected from the integrated mesh.

Feature Class

Class Codes To Extract

The class code values from the point cloud that will be used to identify the objects in the integrated mesh. Each code will have a default group ID of the same value. A common group ID can be assigned to ensure that points from multiple class codes can be grouped together into one object.

Value table columns:

  • Class CodeThe class code value

  • Group IDThe ID that will be used for each object type. Multiple class codes can be assigned to the same group ID to ensure that the points from different classes are treated as the same object.

Value Table

Point Distance Threshold

The maximum distance between the centers of the subdivided mesh triangles and the points representing a given object. The mesh elements that are within this distance will be created as an object in the output feature class.

Linear Unit

Maximum Triangle Area

(Optional)

The maximum area of the subdivided mesh triangles. The input mesh triangles are subdivided to optimize the quality of the output.

Areal Unit

Cluster Distance

(Optional)

The distance that will be used to cluster the points within each object group. When no value is specified, the Point Distance Threshold parameter value will be used as the clustering distance.

Linear Unit

Minimum Cluster Area

(Optional)

The minimum surface area of the mesh triangles that are within the specified proximity from a given object cluster. Any mesh object cluster that is smaller than the specified value will be ignored. By default, no value is used, which will result in all object clusters being treated as valid objects.

Areal Unit

Extraction Boundary

(Optional)

A boundary that represents the 2D area that will be processed. When the expected data is in a subset of the integrated mesh, providing a boundary feature can optimize performance of the tool by limiting the area that will be evaluated.

Feature Layer

Environments

Current Workspace, Output Coordinate System, Geographic Transformations, Output CONFIG Keyword, Output M Domain, Output XY Domain, Output Z Domain, XY Resolution, XY Tolerance, Z Resolution, Z Tolerance, Extent

Licensing information

  • Basic: Requires 3D Analyst
  • Standard: Requires 3D Analyst
  • Advanced: Requires 3D Analyst