Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid3D Class / GetFaceSelection Method / GetFaceSelection(Int32,Stack<BlockReference>) Method
The face index
The parents stack that define a nested instance

In This Topic
    GetFaceSelection(Int32,Stack<BlockReference>) Method
    In This Topic
    Tells if the face is selected.
    Syntax
    'Declaration
     
    Public Overloads Function GetFaceSelection( _
       ByVal faceIndex As Integer, _
       Optional ByVal parents As Stack(Of BlockReference) _
    ) As Boolean
    public bool GetFaceSelection( 
       int faceIndex,
       Stack<BlockReference> parents
    )

    Parameters

    faceIndex
    The face index
    parents
    The parents stack that define a nested instance

    Return Value

    True if the face is selected
    See Also