Click or drag to resize
SbViewVolumeNarrow Method (SbBox3f)
Narrows a view volume by the given box.

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2025.2.0.Release.47655112efc68a70bb943ee3bd5c1e27763923ef
Syntax
public SbViewVolume Narrow(
	ref SbBox3f box
)

Parameters

box
Type: OIV.InventorSbBox3f
Box used to narrow the volume.

Return Value

Type: SbViewVolume
Narrowed view volume.
Remarks
The box must lie inside the unit cube, and the view will be shrunk according to the size of the box.
See Also