HiddenLinesView.GetHiddenSilhouettes Method

The list of 2D segments representing the view's hidden silhouettes.
Public Overridable Function GetHiddenSilhouettes() As IList(Of Segment2D)
This language is not supported or no code example is available.
public virtual IList<Segment2D> GetHiddenSilhouettes()
This language is not supported or no code example is available.

Return Value

IList<Segment2D>

A list of 2D segments

Remarks
 
They are available only if the KeepHiddenSegments property is true

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition