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

In This Topic
    SetFaceSelection(Int32,Boolean,Stack<BlockReference>) Method
    In This Topic
    Sets the selection status of a face.
    Syntax
    'Declaration
     
    Public Overloads Sub SetFaceSelection( _
       ByVal faceIndex As Integer, _
       ByVal status As Boolean, _
       Optional ByVal parents As Stack(Of BlockReference) _
    ) 
    public void SetFaceSelection( 
       int faceIndex,
       bool status,
       Stack<BlockReference> parents
    )

    Parameters

    faceIndex
    The face index
    status
    The selection status
    parents
    The parents stack that define a nested instance
    See Also