Click or drag to resize

EllipseStartPoint Property

Gets the ellipse arc start point in world coordinates.

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

Property Value

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