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