Click or drag to resize
SoCameraGetViewVolume Method (Single, Single, Single, SbVec3f, SbRotation)

Computes a view volume from the given parameters.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public abstract SbViewVolume GetViewVolume(
	float aspectRatio,
	float nearDist,
	float farDist,
	SbVec3f position,
	SbRotation rotation
)

Parameters

aspectRatio
Type: SystemSingle
nearDist
Type: SystemSingle
farDist
Type: SystemSingle
position
Type: OIV.InventorSbVec3f
rotation
Type: OIV.InventorSbRotation

Return Value

Type: SbViewVolume
Remarks