Eyeshot 10 WinForms API Reference
GetFaceSelection(Int32,Stack<BlockReference>) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Mesh Class > GetFaceSelection Method : GetFaceSelection(Int32,Stack<BlockReference>) Method
The face index
The parents stack that define a nested instance
Gets a face selection status.
Syntax
'Declaration
 
Public Overloads Function GetFaceSelection( _
   ByVal faceIndex As Integer, _
   Optional ByVal parents As Stack(Of BlockReference) _
) As Boolean
public bool GetFaceSelection( 
   int faceIndex,
   Stack<BlockReference> parents
)

Parameters

faceIndex
The face index
parents
The parents stack that define a nested instance

Return Value

True if the face is selected
See Also

Reference

Mesh Class
Mesh Members
Overload List