BoundingBox.Union_ Method (Typed) | |
Return a new bounding box that represents the minimum area required to contain both this bounding box and the bounding box specified by oBoundingBox.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Union_(
oBB AS BoundingBox
) AS BoundingBox
public virtual BoundingBox Union_(
BoundingBox oBB
)
Request Example
View SourceParameters
- oBB
- Type: BoundingBox
The bounding box to be joined with this bounding box.
Return Value
Type:
BoundingBoxSee Also