Brep.GetSelectedFaces Method

Gets the selected faces.
Public Function GetSelectedFaces( _ 
Optional ByVal parents As Stack(Of BlockReference) = null _ 
) As Face()
This language is not supported or no code example is available.
public Face[] GetSelectedFaces( 
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

Face[]

The collection of selected faces

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition