mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 02:07:36 +00:00
Fix #1396. New walls are selected when created.
This commit is contained in:
@@ -733,4 +733,5 @@ class DumbWallGenerator:
|
|||||||
ifcopenshell.api.run("pset.edit_pset", self.file, pset=pset, properties={"Engine": "BlenderBIM.DumbWall"})
|
ifcopenshell.api.run("pset.edit_pset", self.file, pset=pset, properties={"Engine": "BlenderBIM.DumbWall"})
|
||||||
ifcopenshell.api.run("material.assign_material", self.file, product=element, type="IfcMaterialLayerSetUsage")
|
ifcopenshell.api.run("material.assign_material", self.file, product=element, type="IfcMaterialLayerSetUsage")
|
||||||
MaterialData.load(self.file)
|
MaterialData.load(self.file)
|
||||||
|
obj.select_set(True)
|
||||||
return obj
|
return obj
|
||||||
|
|||||||
Reference in New Issue
Block a user