Click or drag to resize

Ellipse Constructor (Vector3, Double, Double)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the Ellipse class.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public Ellipse(
	Vector3 center,
	double majorAxis,
	double minorAxis
)
Request Example View Source

Parameters

center
Type: netDxfVector3
Ellipse center in object coordinates.
majorAxis
Type: SystemDouble
Ellipse major axis.
minorAxis
Type: SystemDouble
Ellipse minor axis.
Remarks
The center Z coordinate represents the elevation of the arc along the normal.
See Also