BIM2SIM / bim2sim

A python tool to create simulation models for different domains based on BIM IFC models.
https://bim2sim.github.io/bim2sim/
GNU Lesser General Public License v3.0
46 stars 8 forks source link

IfcPropertyBoundedValue #616

Open DaJansenGit opened 9 months ago

DaJansenGit commented 9 months ago

I added some functionality for IfcPropertyBoundedValue to the code with 7c3090e but this still needs to be tested.

The problem is that we currently have no IFC file that holds bounded values and BlenderBIM does not support creating them for now. I opened an issue on BlenderBIM site: https://github.com/IfcOpenShell/IfcOpenShell/issues/4047