-
I have a directory with many BIM files, and I am using PowerShell to analyse them.
```
$modelBimFiles = Get-ChildItem -Path $modelsPath -Filter *.bim
foreach($modelBim in $modelBimFiles)
{
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
This problem follows up on #12135. The overall problem is discussed in #12120. PR #12135 i…
-
Issue imported from https://tracker.freecad.org/view.php?id=4594
* **Reporter:** dudo
* **Date submitted:** 3/10/2021
* **FreeCAD version:** 0.2
* **Category:** Bug
* **Status:** new
* **Tags:…
-
Hi,
I can't open a persepctive view that's made in a previous session and saved in Ifc.
Steps:
- Create new project
- Save it
- Add walls
- Create persepctive drawing and move it a bit aro…
jes-r updated
1 month ago
-
When I have Home Builder 4 installed Bonsai will not install.
-
I have an ifc file of 385 mB ±. If I try to convert it with the following command:
`node --max-old-space-size=20000 convert2xkt.js -s"file.ifc" -o"geometry.xkt" -l`
I get the following error:
`…
siem4 updated
1 month ago
-
# Goal
Implement a VIMX file which can be consumed by the VIM webgl viewer to render the geometry in a manner which improves the time to first presentation.
# Phase 1
- [x] VIMX proof-of-concept
…
-
Getting "Newtonsoft.Json.JsonException: Cannot add or remove items from Newtonsoft.Json.Linq.JProperty." when trying to save a model locally after opening it from the server. This looks like the same…
-
I would like to ask why the IFC component downloaded from bimserver cannot be opened. Regardless of which version it is, it seems that Revit, ifcplusplus, and Blender cannot be opened after trying, or…
-
Steps to reproduce...
1. open this file: https://hub.openingdesign.com/OpeningDesign/Restaurant_MPM/src/commit/15212c01d74a74099d3cb870402363910bdde2a9/Open/Models/BlenderBIM/Restaurant_MPM.ifc
2. s…