Multipart Smooth( Multipart multipart, double maxDeviation )
Function Smooth( _ ByVal multipart As Multipart, _ ByVal maxDeviation As Double _ ) As Multipart
Parameters
- multipart
- The multipart to convert.
- maxDeviation
- The maximum allowed deviation. If maxDeviation is > 0, the multipart is generalized first by the Douglas-Peucker method using the maxDeviation value. Bezier curves are then created for each of the remaining segments. Otherwise, every segment of the input multipart becomes a separate Bezier curve.
Return Value
A multipart containing only Bezier curve segments.