Click or drag to resize
SbProjectorSetViewVolume Method

Set the view volume to use for the projection.

Namespace: OIV.Inventor.Projectors
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void SetViewVolume(
	SbViewVolume vol
)

Parameters

vol
Type: OIV.InventorSbViewVolume
Remarks

This is typically supplied from SoCamera.getViewVolume().

See Also