Get the visualize objects by its name.
Signature:
getVisualizes(visualizeName: string): Visualize[];
Parameter | Description |
---|---|
visualizeName | The name of visualization. |
Returns:
Visualize[]
Return the Modelo.View.Scene3D.Visualize objects. If there is no such object with the given name, the function returns null.