Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / MoveToPlane Method / MoveToPlane(ICollection<Entity>,Point3D,Point3D,Point3D) Method
The entity list
The destination plane origin
The destination plane X axis
The destination plane Y axis

In This Topic
    MoveToPlane(ICollection<Entity>,Point3D,Point3D,Point3D) Method
    In This Topic
    Moves a list of entities from plane XY to the specified plane.
    Syntax
    'Declaration
     
    Public Overloads Sub MoveToPlane( _
       ByVal entList As ICollection(Of Entity), _
       ByVal origin As Point3D, _
       ByVal xAxis As Point3D, _
       ByVal yAxis As Point3D _
    ) 
    public void MoveToPlane( 
       ICollection<Entity> entList,
       Point3D origin,
       Point3D xAxis,
       Point3D yAxis
    )

    Parameters

    entList
    The entity list
    origin
    The destination plane origin
    xAxis
    The destination plane X axis
    yAxis
    The destination plane Y axis
    See Also