Click or drag to resize
SoRemoteVizClientRequestRenderAreaSize Method

Sends a request to resize the renderArea associated with the connection.

Namespace: OIV.RemoteViz.Clients.Nodes
Assembly: OIV.RemoteViz.Client (in OIV.RemoteViz.Client.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void RequestRenderAreaSize(
	SbVec2s size
)

Parameters

size
Type: OIV.InventorSbVec2s

: renderArea size

Remarks

A server-side onRequestedSize event will be triggered. If the renderarea size is modified in the server-side onRequestSize callback, the client-side resize event will be triggered.

See Also