Core: Part::PartFeature should be Part::Feature

This commit is contained in:
Florian Foinant-Willig
2025-04-06 21:40:58 +02:00
committed by Chris Hennes
parent 914e756cf0
commit ef0ca1cff3
9 changed files with 15 additions and 15 deletions

View File

@@ -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