Click or drag to resize

EllipsePolygonalVertexes Method

Converts the ellipse in a list of vertexes.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public List<Vector2> PolygonalVertexes(
	int precision
)

Parameters

precision
Type: SystemInt32
Number of divisions.

Return Value

Type: ListVector2
A list vertexes that represents the ellipse expressed in object coordinate system.
See Also