This document is archived and information here might be outdated. Recommended version. |
Replaces up to four segments (two on each of the specified vertex index) with bezier curves.
[Visual Basic .NET]
Public Sub SmoothLocal ( _
ByVal vertexIndex As Integer _
)
[C#]
public void SmoothLocal (
int vertexIndex
);
[C++]
HRESULT SmoothLocal(
long vertexIndex
);
[C++] Parameters vertexIndex
vertexIndex is a parameter of type long
Converts segments containing the indexed vertex into BezierCurves and performs a smoothing operation only at the two segments on either side of the input vertex. The created BezierCurves have complementary tangents at the indexed vertex.
IPath Interface | IPolycurve.Smooth Method | IPath.SmoothLocal Method | IPath.Smooth Method | IBezierCurve Interface