Scene3D.getVisualize() method

Warning: This API is now obsolete.

Get the visualize object by its name.

Signature:

getVisualize(visualizeName: string, index?: number): Visualize;

Parameters

ParameterDescription
visualizeNameThe name of visualization.
indexThe index of the visualization, default is 0, only used when there's more than ons visualizes in the same name.

Returns:

Visualize

Return the Modelo.View.Scene3D.Visualize object. If there is no such object with the given name, the function returns null.