Skip to content

Tags: philippatgithub/IfcOpenShell

Tags

blenderbim-231115

Toggle blenderbim-231115's commit message
Purge data recipe now also purges shape aspect names and layers.

blenderbim-231114

Toggle blenderbim-231114's commit message
fixed issue adding bend between segments located at the same point

also added some tests

blenderbim-231113

Toggle blenderbim-231113's commit message
black format

blenderbim-231112

Toggle blenderbim-231112's commit message
fixes IfcOpenShell#3908: Close the opening (bim.edit_openings) while …

…having the opening selected

blenderbim-231111

Toggle blenderbim-231111's commit message
Update reference_structure.py

A mistype in docs: should be IfcRelReferencedInSpatialStructure instead of IfcRelContainedInSpatialStructure

blenderbim-231110

Toggle blenderbim-231110's commit message
root.remove_product to remove IfcRelFlowControlElements

blenderbim-231108

Toggle blenderbim-231108's commit message
define inherited ports attributes in bim.add_constr_type_instance

blenderbim-231106

Toggle blenderbim-231106's commit message
test stairs calculated params

blenderbim-231104

Toggle blenderbim-231104's commit message
Black

blenderbim-231103

Toggle blenderbim-231103's commit message
Update unit.py - convert function, case issue

Hi,
I noticed an issue and suggest a fix:
Unit names from <si_conversions> are all lowercase, whereas project units extracted from the IFC files with <get_project_unit(...).Name> are uppercase. So the convert function didn't seem to work properly.
Hope this helps!