Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

040e2bb7 7cbd c6af c1c8 eec6e13ec987

haplokuon edited this page May 6, 2023 · 1 revision

Ellipse(Vector3, Double, Double) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the Ellipse class.

Definition

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

Parameters

  Vector3
Ellipse center in object coordinates.
  Double
Ellipse major axis.
  Double
Ellipse minor axis.

Remarks

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.

See Also

Reference

Ellipse Class
Ellipse Overload
netDxf.Entities Namespace

Clone this wiki locally