Click or drag to resize

EllipseIsFullEllipse Property

Checks if the actual instance is a full ellipse.

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

Property Value

Type: Boolean
Remarks
An ellipse is considered full when its start and end angles are equal or start=0 and end=2PI.
See Also