606 m Mega-tall BuildingΒΆ
See the original tcl file of the model in OpenSees models for a 606 m Mega-tall Building,
and a python file converted by opstool.pre.tcl2py() that you can download from here
https://ln5.sync.com/dl/9e3582d40/2s3k7ayf-e52anp3t-mjfa89vz-jc427xsb named MegatallBuilding.py.
[7]:
import time
import opstool as opst
from assets.MegatallBuilding import *
[9]:
opst.vis.pyvista.set_plot_props(point_size=0, line_width=1, notebook=True)
start = time.time()
plotter = opst.vis.pyvista.plot_model()
plotter.show(jupyter_backend="jupyterlab")
# plotter.show()
end = time.time()
print("Time elapsed: ", end - start, " s")
OPSTOOL :: Model data has been saved to _OPSTOOL_ODB/ModelData-None.nc!
Time elapsed: 3.7334649562835693 s