mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 22:50:21 +00:00
New feature to resize / squash / stretch objects to their storey height. Useful for remodeling IFCs for construction simulations.
This commit is contained in:
@@ -56,6 +56,13 @@ def material():
|
||||
prophet.verify()
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def misc():
|
||||
prophet = Prophecy(blenderbim.core.tool.Misc)
|
||||
yield prophet
|
||||
prophet.verify()
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def owner():
|
||||
prophet = Prophecy(blenderbim.core.tool.Owner)
|
||||
|
||||
Reference in New Issue
Block a user