-
This is a very interesting project. I am very interested in how this can be taken forward in context of 3d model to simulations. Therefore my question is are there converters for dotbim to stl or some…
-
The [.bim format](https://github.com/paireks/dotbim) is pretty interesting because it's simple (json-based) and easily compatible with IFC. We should add import/export for it to BIM/arch.
-
Hi
can you make also HSE module with HR module so we can track health and injuries and also with dotbim (import factory floor plan and assign workers from hr modul to work places ) track work place…
-
Hi can you make comparator of two dotBIm files or two stl files
-
Is possible to convert .bim to ifc just maybe wall, doors, openings,
best regards
-
Would be great to add an option for the 3dViewer for editing the data in the schema so in such way the viewer could be used for managing information.
In this example: https://3dviewer.net/#model=h…
-
# Navisworks File Formats
Recently, I’ve become aware of just how many different CAD/BIM design review file formats are out there. Autodesk has Navisworks and SVF, and before that DWF. Bentley has iM…
-
Hi @paireks ! Thanks for your work on .bim!
What is the best way to check whether a .bim file is correctly formatted?
Up to now I have been testing if my files are correctly displayed in [Online 3…
-
Hi @Moult , I tried to convert an IFC file to .BIM format using the file in the repo. The conversion doesn't seem to work when I run the .py file.
I just added a few lines as shown in this txt fi…
-
If I draw a box with each triangle a solid color like so:
```python
import trimesh
import numpy as np
mesh = trimesh.primitives.Box(extents=(5, 5, 5))
mesh.visual.face_colors = np.array([
…