| SbBox3fIntersection Method  | 
            Gets the intersection of the specified box with this box.
            
 
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2025.2.0.Release.47655112efc68a70bb943ee3bd5c1e27763923ef
Syntaxpublic SbBox3f Intersection(
	SbBox3f box
)
Public Function Intersection ( 
	box As SbBox3f
) As SbBox3f
public:
SbBox3f Intersection(
	SbBox3f box
)
member Intersection : 
        box : SbBox3f -> SbBox3f 
Parameters
- box
 - Type: OIV.InventorSbBox3f
The box to intersect. 
Return Value
Type: 
SbBox3f
            The intersection box. 
            The returned box is empty if there is no intersection.
            
See Also