Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Utility Class / GetPointsOnPlane Method
The sketch plane
the 2D contour

In This Topic
    GetPointsOnPlane Method
    In This Topic
    Gets the array of Point3D from a 2D profile.
    Syntax
    'Declaration
     
    Public Shared Function GetPointsOnPlane( _
       ByVal sketchPlane As Plane, _
       ByVal contour As IList(Of Point2D) _
    ) As Point3D()
    public static Point3D[] GetPointsOnPlane( 
       Plane sketchPlane,
       IList<Point2D> contour
    )

    Parameters

    sketchPlane
    The sketch plane
    contour
    the 2D contour

    Return Value

    The Point3D array.
    See Also