FEllipseGetLines Method
Return a collection of discrete lines representing the supplied
ellipse.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static List<FLine> GetLines(
FEllipse ellipse,
int pointCount,
float rotation = 0f
)
Public Shared Function GetLines (
ellipse As FEllipse,
pointCount As Integer,
Optional rotation As Single = 0F
) As List(Of FLine)
No code example is currently available or this language may not be supported.
- ellipse FEllipse
-
Reference to the ellipse to be represented.
- pointCount Int32
-
The count of discrete points to represent in the shape.
- rotation Single (Optional)
-
Optional angle of local shape rotatation, in radians.
ListFLine
Reference to a collection of lines representing the provided ellipse,
in the resolution specified by pointCount.
All of the lines are constructed from common adjoining points, which
allows you to move any point in the shape without breaking its
connection to either of its lines.