Brep.GetSelectedEdges Method

Gets the selected edges.
Public Function GetSelectedEdges( _ 
Optional ByVal parents As Stack(Of BlockReference) = null _ 
) As Edge()
This language is not supported or no code example is available.
public Edge[] GetSelectedEdges( 
Stack<BlockReference> parents = null 
)
This language is not supported or no code example is available.

Parameters

parents
Stack<BlockReference>

The parents stack that identifies the component instance

Return Value

Edge[]

The collection of selected edges

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition