Warning: This API is now obsolete.
Get the visualize object by its name.
Signature:
getVisualize(visualizeName: string, index?: number): Visualize;
Parameter | Description |
---|---|
visualizeName | The name of visualization. |
index | The 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.