Click or drag to resize
SoRayPickActionIntersect Method (SbXfBox3f, Boolean)

Bounding box: just return whether the ray intersects it.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public bool Intersect(
	SbXfBox3f box,
	bool useFullViewVolume
)

Parameters

box
Type: OIV.InventorSbXfBox3f
useFullViewVolume
Type: SystemBoolean

Return Value

Type: Boolean
Remarks

If useFullViewVolume is true, it intersects the picking view volume with the box. Otherwise, it uses just the picking ray, which is faster.

See Also