Hi All,
I had a model and am interested to find out the workset name under identity data for all the elements in my model. How shall I perform such in Rhino.InsideRevit ??

Looks like you have âinspect elementâ in your script. Its output will give you the values you are asking for.
There is no OOB components to do this but something like this should work.
RiR-WorksetIdentity.gh (18.3 KB)
Hi Kike, what I am trying to query is the user-defined workset(not the elements workset) as from the image posted in the question. Is there any way to do such? So, whatever the user assign the elementâs workset, I am able to have a peek in GH.
Hi @jia.yeap,
The code above should return you the âWorksetâ name as the user entered here.
Is there an other Workset?
Ahh, cheers! That works perfectly.
Since âAssembly Codeâ is defined on the type not in the instance, you need to first get the âElement Typeâ and then âGet Element Parameterâ or âInspect Elementâ on the type.
RiR-TypeAssemblyData.gh (21.3 KB)