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

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

    Parameters

    parents
    The parents stack that identifies the component instance

    Return Value

    The collection of selected inner faces
    See Also