Click or drag to resize
SbBox2sIntersection Method
Gets the intersection of the specified box with this box.

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2025.1.1.Release.aae05d43a9911e9918768ef1b3c563ff7f85d727
Syntax
public SbBox2s Intersection(
	SbBox2s box
)

Parameters

box
Type: OIV.InventorSbBox2s
The box to intersect.

Return Value

Type: SbBox2s
The intersection box. The returned box is empty if there is no intersection.
See Also