I want to create a list of detail group instances that are not on sheets/not being used.
How do I create that list?
I want to create a list of detail group instances that are not on sheets/not being used.
How do I create that list?
Get all detail group instances, the views they are on and then compare that list of views to all views on sheets. If a group’s view isnt in that list then you know it isn’t on a sheet (in a viewport).
Hi Gavin,
how can you get all detail group instances in Dynamo? Because I can’t find it under category only as element class
Model and detail groups are categories if i recall correctly. In the API you can use filtered element collectors to access them but they should be categories in dynamo as well.
If i recall correctly, you can also get a group’s type, convert to string and check if it begins with detail or model I think (might be wrong, not at PC).