ArcPolygonalVertexes Method
|
Converts the arc in a list of vertexes.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public IEnumerable<Vector2> PolygonalVertexes(
int precision
)
Public Function PolygonalVertexes (
precision As Integer
) As IEnumerable(Of Vector2)
public:
IEnumerable<Vector2>^ PolygonalVertexes(
int precision
)
member PolygonalVertexes :
precision : int -> IEnumerable<Vector2>
METHOD PolygonalVertexes(
precision AS LONG
) AS IEnumerable<Vector2>
Parameters
- precision
- Type: SystemInt32
Number of divisions.
Return Value
Type:
IEnumerableVector2A list vertexes that represents the arc expressed in object coordinate system.
See Also