Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid3D Class / GetSelectedVertices Method
The parents stack that identifies the component instance

In This Topic
    GetSelectedVertices Method
    In This Topic
    Gets the selected vertices.
    Syntax
    'Declaration
     
    Public Function GetSelectedVertices( _
       Optional ByVal parents As Stack(Of BlockReference) _
    ) As Point3D()
    public Point3D[] GetSelectedVertices( 
       Stack<BlockReference> parents
    )

    Parameters

    parents
    The parents stack that identifies the component instance

    Return Value

    The collection of selected vertices
    See Also