TNP: Update test to use AttachmentSupport

This commit is contained in:
Chris Hennes
2024-06-26 10:46:26 -05:00
parent 1c86a60877
commit da37ccc674

View File

@@ -1925,7 +1925,7 @@ class TestTopologicalNamingProblem(unittest.TestCase):
PartDesignTestTNP1#Sketch002.AttachmentSupport missing element
reference PartDesignTestTNP1#Pad001 ;g815v1;SKT;:H976,V;:L#2;PSM;
:H976:9,E;:L#8;PSM;:H976:9,F;:H-977,F.Face11 is only temporary and can be ignored."""
self.assertTrue(self.Sketch002.Support[0][1][0] == "Face11")
self.assertTrue(self.Sketch002.AttachmentSupport[0][1][0] == "Face11")
self.assertGreaterEqual(self.Body.Shape.Volume, 20126)
def tearDown(self):