FAreaBoundingBox Method

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

Definition

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

Parameters

areas  ListFArea
Reference to a list of areas to enclose.

Return Value

FArea
Reference to the smallest bounding box that encloses all of the constituent areas.

See Also