Brep.GetEdgeSelection Method

Tells if the edge is selected.
Public Function GetEdgeSelection( _ 
ByVal edgeIndex As Integer, _ 
Optional ByVal parents As Stack(Of BlockReference) = null _ 
) As Boolean
This language is not supported or no code example is available.
public bool GetEdgeSelection( 
int edgeIndex
Stack<BlockReference> parents = null 
)
This language is not supported or no code example is available.

Parameters

edgeIndex
int

The edge index

parents
Stack<BlockReference>

The parents stack that define a nested instance

Return Value

bool

True if the edge is selected

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition