8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I would like to set the scene of the viewer using a scene from another context.
import compas from compas_viewer import Viewer scene = compas.json_load('scene.json') viewer = Viewer(scene=scene) viewer.show()