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

WinForms Assembly > devDept.Eyeshot.Entities Namespace > IFaceSelectable Interface > GetFaceSelection Method : GetFaceSelection(Int32,Stack<BlockReference>) Method
The face index
The parents stack that define a nested instance
Tells if the face is selected.
Syntax
'Declaration
 
Overloads Function GetFaceSelection( _
   ByVal faceIndex As Integer, _
   Optional ByVal parents As Stack(Of BlockReference) _
) As Boolean
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

IFaceSelectable Interface
IFaceSelectable Members
Overload List