Hi,
With the old version of ShapeDiver we could see outputs from the console with api.getoutputs()
How can we do it with the new plateform?
Thanks
Olivia
Hi,
With the old version of ShapeDiver we could see outputs from the console with api.getoutputs()
How can we do it with the new plateform?
Thanks
Olivia
In version 3, an equivalent call would be the following:
SDV.api.sessions["model-view-session"].outputs
Where model-view-session is the name of the session you have opened to your ShapeDiver model (this one is the standard name used on the platform when viewing a model but your application might use a different one).