Eyeshot 10 WinForms API Reference
GetSelectedFaces Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Solid3D Class : GetSelectedFaces Method
The parents stack that identifies the component instance
Gets the selected faces.
Syntax
'Declaration
 
Public Function GetSelectedFaces( _
   Optional ByVal parents As Stack(Of BlockReference) _
) As Solid3D.Face()
public Solid3D.Face[] GetSelectedFaces( 
   Stack<BlockReference> parents
)

Parameters

parents
The parents stack that identifies the component instance

Return Value

The collection of selected faces
See Also

Reference

Solid3D Class
Solid3D Members