Creates new XAxisAlignedBox instance by resizing the box box1 so the box box2 will become part of the box.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public static XAxisAlignedBox operator +(
	XAxisAlignedBox box1,
	XAxisAlignedBox box2
)

Parameters

box1
Type: SGP.XSpace..::.XAxisAlignedBox
The source XAxisAlignedBox box.
box2
Type: SGP.XSpace..::.XAxisAlignedBox
The XAxisAlignedBox box that will become part of the box.

Return Value

Returns the resized XAxisAlignedBox box.

See Also