Open Table of Contents

ET GeoWizards Toolbox

Smooth Bezier
(Go to the main page of the function)

Smoothes the features of a polyline dataset using Bezier smoothing algorithm.

Command line syntax

ET_GPSmoothBezier <input_dataset> <out_feature class> <smoothness>

Parameters

Expression Explanation
<input_dataset> A Polyline 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)
<smoothness> An Integer that defines the number of points in the output curve. The allowed values ( 2 to 20 ) in fact are point multiplier. The number of vertices of the original polyline multiplied by this value will give the number of vertices of the smoothed polyline. The larger the value of the <smoothness> parameter, the slower the process will be.

Scripting syntax

ET_GPSmoothBezier (input_dataset, out_feature class, smoothness)

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