3D Viewer#

vivid3d.show(model, height=600)#

Convert a scene to HTML containing embedded geometry and a three.js viewer that will display nicely in an IPython/Jupyter notebook, or in web browser.

Parameters
Returns

html (string) – The HTML page

User Guide#