Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / UtilityEx Class / GetSignificantPointsOnICurve Method
The contour

In This Topic
    GetSignificantPointsOnICurve Method
    In This Topic
    Selects the first and start point of an ICurve, the vertices of a LinearPath, and the startPoints of the segments of a CompositeCurve
    Syntax
    'Declaration
     
    Public Shared Function GetSignificantPointsOnICurve( _
       ByVal contour As ICurve _
    ) As Point3D()
    public static Point3D[] GetSignificantPointsOnICurve( 
       ICurve contour
    )

    Parameters

    contour
    The contour
    See Also