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

Public Function GetFaceSelection( _ 
ByVal shellIndex As Integer, _ 
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 shellIndex
int faceIndex
Stack<BlockReference> parents = null 
)
This language is not supported or no code example is available.

Parameters

shellIndex
int

faceIndex
int

parents
Stack<BlockReference>

Return Value

bool

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition