Click or drag to resize
SbViewVolumeZNarrow Method
Computes a narrowed view volume.

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2024.1.1.Release.7989217834dd2b99155f267b6c8c70f9feacdedd
Syntax
public SbViewVolume ZNarrow(
	float nearPlane,
	float farPlane
)

Parameters

nearPlane
Type: SystemSingle
Near plane distance.
farPlane
Type: SystemSingle
Far plane distance.

Return Value

Type: SbViewVolume
Narrowed view volume.
Remarks
Computes a narrowed view volume which contains as tightly as possible the given interval on the z axis (in eye space). The returned view volume will never be larger than the current volume, however. nearPlane and farPlaneare given in terms of ZVector: this means that nearPlane > farPlane must hold.
See Also