-
-
Notifications
You must be signed in to change notification settings - Fork 377
Fix Model Checker Attribute Error #2413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Model Checker Attribute Error #2413
Conversation
This Error has been lingering for a while, I decided to give it a shot. Causes: 1- Document is not workshared, OR 2- The script is trying to get the .Name and .Category of document objects that doesn't own these attribute objects, this is typical for dependent elements such as sketchplanes, graphicOverrides, roomboundaries. Solution: Filter out element that doesn't have a name or a category and sort them under a seperate list called "Unassigned" Give it a try.
📦 New work-in-progress (wip) builds are available for 5.0.0.24338+2325-wip |
📦 New work-in-progress (wip) builds are available for 5.0.0.24340+1616-wip |
📦 New work-in-progress (wip) builds are available for 5.0.0.24340+1645-wip |
📦 New work-in-progress (wip) builds are available for 5.0.0.24345+0715-wip |
📦 New work-in-progress (wip) builds are available for 5.0.0.24351+0714-wip |
📦 New work-in-progress (wip) builds are available for 5.0.0.24354+1726-wip |
📦 New work-in-progress (wip) builds are available for 5.0.0.24364+2228-wip |
📦 New work-in-progress (wip) builds are available for 5.0.0.24364+2256-wip |
📦 New work-in-progress (wip) builds are available for 5.0.0.24365+2215-wip |
📦 New work-in-progress (wip) builds are available for 5.0.0.25006+1041-wip |
📦 New work-in-progress (wip) builds are available for 5.0.0.25009+2113-wip |
📦 New work-in-progress (wip) builds are available for 5.0.0.25010+1021-wip |
📦 New work-in-progress (wip) builds are available for 5.0.0.25010+1128-wip |
📦 New work-in-progress (wip) builds are available for 5.0.0.25013+1201-wip |
📦 New work-in-progress (wip) builds are available for 5.0.0.25013+1638-wip |
📦 New work-in-progress (wip) builds are available for 5.0.0.25013+1855-wip |
📦 New work-in-progress (wip) builds are available for 5.0.0.25013+1857-wip |
📦 New work-in-progress (wip) builds are available for 5.0.0.25015+1341-wip |
📦 New work-in-progress (wip) builds are available for 5.0.0.25015+1357-wip |
📦 New work-in-progress (wip) builds are available for 5.0.0.25024+1520-wip |
📦 New work-in-progress (wip) builds are available for 5.0.0.25024+1957-wip |
📦 New work-in-progress (wip) builds are available for 5.0.0.25025+1310-wip |
📦 New work-in-progress (wip) builds are available for 5.0.0.25030+1056-wip |
📦 New work-in-progress (wip) builds are available for 5.0.0.25030+1130-wip |
📦 New work-in-progress (wip) builds are available for 5.0.0.25030+1138-wip |
📦 New work-in-progress (wip) builds are available for 5.0.0.25031+1700-wip |
📦 New work-in-progress (wip) builds are available for 5.0.0.25032+1615-wip |
📦 New work-in-progress (wip) builds are available for 5.0.0.25032+1635-wip |
📦 New work-in-progress (wip) builds are available for 5.0.0.25032+1841-wip |
📦 New work-in-progress (wip) builds are available for 5.0.0.25033+1337-wip |
📦 New work-in-progress (wip) builds are available for 5.0.0.25033+1402-wip |
📦 New work-in-progress (wip) builds are available for 5.0.0.25034+1241-wip |
📦 New work-in-progress (wip) builds are available for 5.0.0.25034+1511-wip |
📦 New public release are available for 5.0.0.24174+2300 |
This Error has been lingering for a while, I decided to give it a shot. Causes:
1- Document is not workshared, OR
2- The script is trying to get the .Name and .Category of document objects that doesn't own these attribute objects, this is typical for dependent elements such as sketchplanes, graphicOverrides, roomboundaries.
Solution:
Filter out element that doesn't have a name or a category and sort them under a seperate list called "Unassigned"
Give it a try.