Click or drag to resize
SoGLRenderActionSetRenderingIsRemote Method

Sets whether or not "remote" rendering is done.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public void SetRenderingIsRemote(
	bool flag
)

Parameters

flag
Type: SystemBoolean
Remarks

Inventor's auto-render-caching algorithm will choose to cache more often when rendering is remote (the assumption being that performance will be better with display lists stored on the remote machine). By default, it is assumed rendering is NOT remote.

See Also