Message 1 of 2
need to extrude all polylines on the same layer

Not applicable
01-21-2016
08:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all
I have drawing that consists of lets say 20 different layers and multiple polygons.
I am trying to write a script that does this:
1- make layer L1 the active layer (isolate, etc)
2- select everything on layer L1
3- extrude all objects to the height of 1um
4- make layer L2 the active layer (isolate, etc)
2- select everything on layer L2
3- extrude all objects on layer L2 to the height of 2um
and so on
I know i can do it with Qselect or by using the filter pop-up toolbox. But how would you do it in a script?
thanks