Brep.SetEdgeSelection Method

Sets the selection status of an edge.
Public Sub SetEdgeSelection( _ 
ByVal edgeIndex As Integer, _ 
ByVal status As Boolean, _ 
Optional ByVal parents As Stack(Of BlockReference) = null _ 
)
This language is not supported or no code example is available.
public void SetEdgeSelection( 
int edgeIndex
bool status
Stack<BlockReference> parents = null 
)
This language is not supported or no code example is available.

Parameters

edgeIndex
int

The edge index

status
bool

The selection status

parents
Stack<BlockReference>

The parents stack that define a nested instance

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition