Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / MoveToPlane Method / MoveToPlane(IList<Point3D>,Plane) Method
The points list
Destination plane

In This Topic
    MoveToPlane(IList<Point3D>,Plane) Method
    In This Topic
    Moves a list of points from plane XY to the specified plane.
    Syntax
    'Declaration
     
    Public Overloads Sub MoveToPlane( _
       ByVal points As IList(Of Point3D), _
       ByVal plane As Plane _
    ) 
    public void MoveToPlane( 
       IList<Point3D> points,
       Plane plane
    )

    Parameters

    points
    The points list
    plane
    Destination plane
    See Also