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

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

    Parameters

    parents
    The parents stack that identifies the component instance

    Return Value

    The collection of selected faces
    See Also