Mesh.SetFaceSelection (Int32, Int32, Boolean, Stack<BlockReference>) Method

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

Parameters

shellIndex
int

faceIndex
int

status
bool

parents
Stack<BlockReference>

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition