Click or drag to resize
SoRemoteVizClientconnect Property

Opens/Closes a connection between the client and the RemoteViz service.

Namespace: OIV.RemoteViz.Clients.Nodes
Assembly: OIV.RemoteViz.Client (in OIV.RemoteViz.Client.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFBool connect { get; }

Property Value

Type: SoSFBool
Remarks

After being connected, the server-side onPendingCreateRenderArea callback will be triggered if the renderArea does not exist otherwise the server-side onPendingShareRenderArea callback will be triggered.

See Also