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

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Solid3D Class > GetFaceSelection Method : GetFaceSelection(Int32,Int32,Stack<BlockReference>) Method
The shell index (0 for outer shell)
The face index
The parents stack that define a nested instance
Tells if the face is selected.
Syntax
'Declaration
 
Public Overloads Function GetFaceSelection( _
   ByVal shellIndex As Integer, _
   ByVal faceIndex As Integer, _
   Optional ByVal parents As Stack(Of BlockReference) _
) As Boolean
public bool GetFaceSelection( 
   int shellIndex,
   int faceIndex,
   Stack<BlockReference> parents
)

Parameters

shellIndex
The shell index (0 for outer shell)
faceIndex
The face index
parents
The parents stack that define a nested instance

Return Value

True if the face is selected
See Also

Reference

Solid3D Class
Solid3D Members
Overload List