-
I am converting an IFC-File into COBieLite like this:
```
var cobieLiteHelper = new CoBieLiteHelper(ifcStore, null, null);
var facilities = cobieLiteHelper.GetFaci…
-
As mentioned [here](https://community.osarch.org/discussion/2562/is-it-ok-to-ab-use-sub-storeys-to-show-hide-elements#Comment_22555) I see a few areas where consistency, and ease of use could be impro…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
![image](https://github.com/FreeCAD/FreeCAD/assets/148809153/a2b6a39d-8182-4574-adbe…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
From the FreeCAD Day 2024 Complaint Session:
**Files contain information specific t…
-
### Steps
1. Add `.gitignore`
2. Expect: mdPaths and pumlPaths is not empty
2. But: mdPaths and pumlPaths is empty
### const ignore = respectGitignore ? parseGitIgnore(gitignorePath) : []
`…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
While there is some basic support for HiDPI screens on Windows in 0.22dev (0.21.2 lo…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
This issue should be seen in the light of #12120, but it is a general problem of pro…
-
Hi Team,
I am following up on my question in the live chat regarding an issue with the IfcCShapeProfile in Bonsai.
**Issue Description:**
I created an IfcCShapeProfile using Bonsai V0.8.1 (bons…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
@FlachyJoe implemented a great feature to *freeze* the current state and exclude fro…
-
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)
{
…