Bubbleviz
Synopsis
Displays a sphere at the node's position depending on the data values corresponding to each node
Input Port
Parameters
selects the component used to determine the color of the sphere
selects the component used to determine the scale of the sphere
Output Port
Description
Bubbleviz displays a sphere at the node's position depending on the data values corresponding to each node. The color of the sphere is decided by the data element selected using Color component. If this element is a vector , then the magnitude of the vector is used to determine the color. The scale factor for the sphere is determined by the value of the data element selected using Scale Component. If this element is a vector, then the magnitude of the vector is used. The sphere size can be fixed i.e. made independent of the data values by turning on the normalize button.
Input
A port to connect to a user interface object that contains the macro's widgets. By default, it is connected to the default user interface object in the application in which the macro is instanced. (This default connection is not drawn.)
Parameters
UIradioBoxLabel. Selects the node data element to be used in determining the scale factor for the sphere.
UItoggle. When this parameter is turned on, the scale factor in the X direction can be altered using the slider. When turned off, the scale parameter has no effect.
UItoggle. When this parameter is turned on, the scale factor in the Y direction can be altered using the slider. When turned off, the scale parameter has no effect.
UItoggle. When this parameter is turned on, the scale factor in the Z direction can be altered using the slider. When turned off, the scale parameter has no effect.
UIslider. Sets the number of subdivisions in the sphere. The larger the number of subdivisions the smoother the appearance of the sphere. However, a large number of subdivisions also increases the load on the system.
Output Port
Example
File
See also related modules