FEllipseBoundingBox(ListFEllipse) Method

Return the bounding box that contains all of the specified ellipses.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FArea BoundingBox(
	List<FEllipse> ellipses
)

Parameters

ellipses  ListFEllipse
Reference to a list of ellipses to enclose.

Return Value

FArea
Reference to the smallest bounding box that encloses all of the constituent ellipses, if legitimate. Otherwise, an empty area.

See Also