mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-30 16:43:00 +00:00
Minor fix
This commit is contained in:
@@ -279,6 +279,7 @@ class TestIdsAuthoring(unittest.TestCase):
|
|||||||
assert bool(facet(ifc.createIfcWall())) is True
|
assert bool(facet(ifc.createIfcWall())) is True
|
||||||
assert bool(facet(ifc.createIfcWall(PredefinedType="SOLIDWALL"))) is True
|
assert bool(facet(ifc.createIfcWall(PredefinedType="SOLIDWALL"))) is True
|
||||||
assert bool(facet(ifc.createIfcSlab())) is False
|
assert bool(facet(ifc.createIfcSlab())) is False
|
||||||
|
assert bool(facet(ifc.createIfcWallStandardCase())) is False
|
||||||
|
|
||||||
facet = ids.entity.create(name="IFCWALL")
|
facet = ids.entity.create(name="IFCWALL")
|
||||||
assert bool(facet(ifc.createIfcWall())) is True
|
assert bool(facet(ifc.createIfcWall())) is True
|
||||||
|
|||||||
Reference in New Issue
Block a user