Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Leader Class / Preview Method
The plane.
The point array

In This Topic
    Preview Method (Leader)
    In This Topic
    Gets the segments for the drawing preview
    Syntax
    'Declaration
     
    Public Shared Function Preview( _
       ByVal pln As Plane, _
       ByVal points() As Point3D _
    ) As Segment3D()
    public static Segment3D[] Preview( 
       Plane pln,
       Point3D[] points
    )

    Parameters

    pln
    The plane.
    points
    The point array

    Return Value

    The array of segments for preview.
    See Also