Get list of Worksets from linked file, how?

Hello,

how can i get them. so from the current document i use Workset.GetAll(); But how about linked files?
is there something like Workset.GetAllFromLinkedFile();


KR

Andreas

Clockwork package.
image

1 Like

How can i call them, i mean getting there names, i just need that that user created!?

Use the Collector of UserWorksets node :

3 Likes

Thats almost perfect! is this the right way to schadule them, Model and corresponding Worksets:

i use pythonBuildIn zip()

next challange is i want to compare them and list unique worksets
GetAllWorksetsLinkedFiles.dyn (12.5 KB)

I found a solution from the YouTube below

Dynamo - Get Worksets from Linked All Models

1 Like