Click or drag to resize

EllipseEndPoint Property

Gets the ellipse arc end point in world coordinates.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public Vector3 EndPoint { get; }

Property Value

Type: Vector3
Remarks
This value is meaningful only if the actual instance is not a full ellipse.
See Also