Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid3D Class / GetEdgeSelection Method
The edge index
The parents stack that define a nested instance

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

    Parameters

    edgeIndex
    The edge index
    parents
    The parents stack that define a nested instance

    Return Value

    True if the edge is selected
    See Also