Geometry extrude by list

Hi everyone:

Ive create a geometry using lines and then putting the together with List.Create and List.GetItemAtIndex, so i could select a group of lines and then extrude the lines.

However this seems to work perfectly but only with one selection of the list, i want to extrude all selectios from values X to X at the same.

Any ideas. Thanks

Hi @samuel_barcenas,

Try changing the lacing on the getitematindex by right clicking and selecting lacing.

Cheers,
Dan

Hi daniel:

Ill figure it out i was a trouble that was solve by using a List.transpose, thanks for the help