Core: Part::PartFeature should be Part::Feature
This commit is contained in:
committed by
Chris Hennes
parent
914e756cf0
commit
ef0ca1cff3
@@ -151,7 +151,7 @@ class TestArchSpace(TestArchBase.TestArchBase):
|
||||
# space = App.ActiveDocument.Space
|
||||
else:
|
||||
# Also tests the alternative way of specifying the boundaries
|
||||
# [ (<Part::PartFeature>, ["Face1", ...]), ... ]
|
||||
# [ (<Part::Feature>, ["Face1", ...]), ... ]
|
||||
space = Arch.makeSpace([(wall, boundaries)])
|
||||
|
||||
App.ActiveDocument.recompute() # To calculate space area
|
||||
|
||||
Reference in New Issue
Block a user