| SoSceneManagerSetSize Method (SbVec2s, Single) | 
Defines the size of the viewport within the window. 
 
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void SetSize(
	SbVec2s newSize,
	float newScale
)
Public Sub SetSize ( 
	newSize As SbVec2s,
	newScale As Single
)
public:
void SetSize(
	SbVec2s newSize, 
	float newScale
)
member SetSize : 
        newSize : SbVec2s * 
        newScale : float32 -> unit 
Parameters
- newSize
 - Type: OIV.InventorSbVec2s
 - newScale
 - Type: SystemSingle
 
RemarksDefault is to render the entire window region. 
See Also