Click or drag to resize
SbViewVolumeNarrow Method (Single, Single, Single, Single)
Narrows the view to the given sub-rectangle.

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2024.1.1.Release.7989217834dd2b99155f267b6c8c70f9feacdedd
Syntax
public SbViewVolume Narrow(
	float left,
	float bottom,
	float right,
	float top
)

Parameters

left
Type: SystemSingle
Left coordinate.
bottom
Type: SystemSingle
Bottom coordinate.
right
Type: SystemSingle
Right coordinate.
top
Type: SystemSingle
Top coordinate.

Return Value

Type: SbViewVolume
Narrowed view volume.
Remarks
Given a view volume, narrows the view to the given sub-rectangle of the near plane. The coordinates of the rectangle are between 0 and 1, where (0,0) is the lower-left corner of the near plane and (1,1) is the upper-right corner.
See Also