Click or drag to resize

ArcPolygonalVertexes Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Converts the arc in a list of vertexes.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public IEnumerable<Vector2> PolygonalVertexes(
	int precision
)
Request Example View Source

Parameters

precision
Type: SystemInt32
Number of divisions.

Return Value

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