Open Table of Contents

ET GeoWizards Toolbox

Create Concave Hull
(Go to the main page of the function)

Creates a polygon that represents the area occupied by a set of data points.

Command line syntax

ET_GPCreateConcaveHull<input_dataset> <out_feature class> <distance_threshold>

Parameters

Expression Explanation
<input_dataset> A Point, Multipoint, Polyline or Polygon feature class or feature layer
<out_feature class> A String - the full name of the output feature class (A feature class with the same full name should not exist)
<distance_threshold> A Double representing the threshold for creating a concave hull - in the units of the spatial reference of the input dataset

Scripting syntax

ET_GPConvexHull (input_dataset,out_feature class, distance_threshold)

See the explanations above:
<> - required parameter
{} - optional parameter