Skip to content

Commit 16713bb

Browse files
committed
add model clash test
1 parent 80f30b3 commit 16713bb

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Script Examples/ClashTest.nwd

233 KB
Binary file not shown.

Script Examples/GetClashTest.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
testdata = docclash.TestsData
22
tests = testdata.Tests
33
for test in tests:
4-
print(test.DisplayName)
4+
SavedItemCollection = test.Children
5+
for saveitem in SavedItemCollection:
6+
print(saveitem.DisplayName)
7+
print(saveitem.Center)

0 commit comments

Comments
 (0)