HiddenLinesView.GetGhostCircles Method

The list of ghost circles.
Public Overridable Function GetGhostCircles() As IList(Of Tuple(Of Point2D, Double, Interval, Boolean))
This language is not supported or no code example is available.
public virtual IList<Tuple<Point2D, double, Interval, bool>> GetGhostCircles()
This language is not supported or no code example is available.

Return Value

IList<Tuple<Point2D, double, Interval, bool>>

A list of 2D point/double/Interval/bool tuples (center, radius, angle, edge arc/reference circle).

Remarks
 
Available when the ComputeGhostCircles property is true.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition