Getting type instances from windows

Okay, I see what you trying to do. I have added this nodes and the script puts all families on the 00 level. So it has to do with my levels in the project?

That is right! so if the names of levels are same you can use Level by Name. You will have to use Level.Name (Take name of levels from linked ones) and then with that names get your model levels.

Hmm, it still has some problems. I got the names the same

so far so good then try to add “Select.GetLevel by Name” to get levels :slight_smile:

Thanks boss. That does the trick when I’m using the node from archilab. I’m still not sure why it is not placing them with curves

1 Like

It had to work actually… In API the lines use Curve class… Anyway, it works with line :slight_smile:

Okay it’s fine. Thankyou very much for your help. This has gotten me far.

My other goal is to move the point or line by a number. Is this easy to do?