FAreaBoundingBox Method
Return the bounding box that contains all of the specified areas.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FArea BoundingBox(
List<FArea> areas
)
Public Shared Function BoundingBox (
areas As List(Of FArea)
) As FArea
No code example is currently available or this language may not be supported.
- areas ListFArea
-
Reference to a list of areas to enclose.
FArea
Reference to the smallest bounding box that encloses all of the
constituent areas.