Click or drag to resize
SoSceneManagerSetSize Method (SbVec2s, Single)

Defines the size of the viewport within the window.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetSize(
	SbVec2s newSize,
	float newScale
)

Parameters

newSize
Type: OIV.InventorSbVec2s
newScale
Type: SystemSingle
Remarks

Default is to render the entire window region.

See Also