Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / HiddenLinesView Class / GetHiddenSilhouettes Method

In This Topic
    GetHiddenSilhouettes Method
    In This Topic
    The list of 2D segments representing the view's hidden silhouettes.
    Syntax
    'Declaration
     
    Public Overridable Function GetHiddenSilhouettes() As IList(Of Segment2D)
    public virtual IList<Segment2D> GetHiddenSilhouettes()

    Return Value

    A list of 2D segments
    Remarks
    They are available only if the KeepHiddenSegments property is true
    See Also