Eyeshot 10 WinForms API Reference
MoveToPlane(IList<Point3D>,Plane) Method

WinForms Assembly > devDept.Eyeshot Namespace > ViewportLayout Class > MoveToPlane Method : MoveToPlane(IList<Point3D>,Plane) Method
The points list
Destination plane
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

Reference

ViewportLayout Class
ViewportLayout Members
Overload List