Click or drag to resize
SoScaleViz Methods

The SoScaleViz type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddConfig

Adds a new configuration to ScaleViz.

Public methodStatic memberAddConfigFromFile

Adds a new configuration to ScaleViz.

Public methodStatic memberConnect

Launches the connection process using the active configuration.

Public methodStatic memberDisconnect

Disconnects from the cluster.

Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberGetCompactVersion

Returns a character string identifying the version of extension.

Public methodStatic memberGetCompilationDate

Returns the compilation date of the current version.

Public methodStatic memberGetConfiguration

Returns the i-th configuration from the list of registered configurations.

Public methodStatic memberGetConfigurationCount

Returns the number of registered configurations.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodStatic memberGetNumRenderUnits

Returns the number of render units currently running.

Public methodStatic memberGetProductName

Returns a character string identifying the name of the extension.

Public methodStatic memberGetSelectedConfiguration

Returns the currently selected configuration.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGetVersion

Returns a character string identifying the version of extension ("major.minor.patch_number").

Public methodStatic memberIsComposing

Returns the compositing type currently used (if any).

Public methodStatic memberIsConnected

Returns true when ScaleViz is connected to the cluster.

Public methodStatic memberIsLocalRedraw

Returns true if a redraw is done on the application side.

Public methodStatic memberIsOiru

Returns true if running on part of an OIRU.

Public methodStatic memberIsRemoteEnabled

Returns true if remote rendering is enabled (see OIV_REMOTE_ENABLE)

Public methodStatic memberIsRunningCluster

Returns true if using ScaleViz cluster mode.

Public methodStatic memberIsUsingDMX Obsolete.

Returns true if using a DMX configuration.

Public methodStatic memberIsUsingVnc

Returns true if using a Vnc configuration.

Public methodStatic memberRemoveConfig

Removes configuration from ScaleViz.

Public methodStatic memberRemoveConfigFromFile

Remove all configurations defined using the passed filename.

Public methodStatic memberSetSelectedConfiguration(String)

Specifies the ScaleViz configuration to launch at connection time.

Public methodStatic memberSetSelectedConfiguration(SoScaleVizConfig)

Specifies the ScaleViz configuration to launch at connection time.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also