This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 416
040e2bb7 7cbd c6af c1c8 eec6e13ec987
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the Ellipse
class.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Ellipse(
Vector3 center,
double majorAxis,
double minorAxis
)
VB
Public Sub New (
center As Vector3,
majorAxis As Double,
minorAxis As Double
)
C++
public:
Ellipse(
Vector3 center,
double majorAxis,
double minorAxis
)
F#
new :
center : Vector3 *
majorAxis : float *
minorAxis : float -> Ellipse
The center Z coordinate represents the elevation of the ellipse along the normal. The major axis is always measured along the ellipse local X axis, while the minor axis is along the local Y axis.