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: 2026.1.0.Release.0310c5a2706944284e5b97cec8929e1e2f70c73d
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