Brep.SelectEdge Method

NOTE: This member is now obsolete. Use SetEdgeSelection()

Selects the edge of the instance identified by the parents stack.
Public Sub SelectEdge( _ 
ByVal edgeIndex As Integer, _ 
ByVal selectionState As Boolean, _ 
Optional ByVal parents As Stack(Of BlockReference) = null _ 
)
This language is not supported or no code example is available.
public void SelectEdge( 
int edgeIndex
bool selectionState
Stack<BlockReference> parents = null 
)
This language is not supported or no code example is available.

Parameters

edgeIndex
int

The edge index

selectionState
bool

The selection state

parents
Stack<BlockReference>

The parents stack

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition