Hi is it ppssibly to find a revit assembly within a project and check the children within that assembly to clarify data.
We have lots of assemblies but some times the parts within get muddled due to user error.
We use pararmeter MasterContainer to hold in formation for filtering along side other for parts lists on schedules.
Example
Assembly Name
SE-R301-13
Children / parts within
Should match Assembly name but we then Suffix with unique part numbers.
SE-R301-13_01
SE-R301-13_02
SE-R301-13_03 etc
In occasions the parts withing dont match so dont get included within the schedule due to filtering.
Example the user might have renamed the assemly and some of the parts within but not all , hence ommiting them from the list.
Example
SE-R301-15
SE-R301-15_01
SE-R301-13_02 This would be missed
SE-R301-15_03
SE-R301-15_04
SE-R301-13_03 This would be missed
Any help on how to get this info via dynamo would be appreciated