Click or drag to resize
GeEllipse Constructor (GeCoordinate, GeLength, GeLength, GeVector)
Initializes a new instance of the ellipse using center point, semi-minor and semi-major axes lengths and vector normal to the ellipse plane.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public GeEllipse(
	GeCoordinate center,
	GeLength semiMinorAxis,
	GeLength semiMajorAxis,
	GeVector normal
)

Parameters

center
Type: FDF.Common.GeometriesGeCoordinate
Ellipse center point.
semiMinorAxis
Type: FDF.Common.GeometriesGeLength
Ellipse semi-minor axis length.
semiMajorAxis
Type: FDF.Common.GeometriesGeLength
Ellipse semi-major axis length.
normal
Type: FDF.Common.GeometriesGeVector
Ellipse plane normal vector.
Remarks