 | EllipsePolygonalVertexes Method |
imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Converts the ellipse in a list of vertexes.
Namespace:
netDxf.Entities
Assembly:
netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntaxpublic List<Vector2> PolygonalVertexes(
int precision
)
Request Example
View SourceParameters
- precision
- Type: SystemInt32
Number of divisions.
Return Value
Type:
ListVector2A list vertexes that represents the ellipse expressed in object coordinate system.
See Also