🗣️ EN
Trying some scripts to show some selected data from Revit in a 3D web-viewer with dotbim files.
You can follow this steps :
Execute this code with RevitPythonShell, you will have three tuple of pipes, ducts and equipment with the desired datas.
Execute this code in your IDE by copy paste the previous tuples at the beginning of the script.
You obtain a dotbim file ! You can try this sample : just drop it in https://3dviewer.net/
You have a schematic 3D model of your installation that you can easily share to your colleagues !
The green line are the ducts, the blues ones the pipes ans the red pyramids the equipment.
You can click on all this element to check the desired data you extracted from revit !
Enjoy !
Visit dotbim website : https://dotbim.net/
Visit this topic to see how we could improve some viewers to display data : kovacsv/Online3DViewer#258