Mesh.GetFaceSelection (Int32, Stack<BlockReference>) Method

Gets a face selection status.
Public Function GetFaceSelection( _ 
ByVal faceIndex 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 GetFaceSelection( 
int faceIndex
Stack<BlockReference> parents = null 
)
This language is not supported or no code example is available.

Parameters

faceIndex
int

The face index

parents
Stack<BlockReference>

The parents stack that define a nested instance

Return Value

bool

True if the face is selected

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition