Get corridor feature line layer

Hello,

Would it be possible to get my corridor feature lines layers after getting these feature lines in Dynamo?
image

It may only work if the feature lines are extracted from the corridor first, but have you tried Object.Layer?

1 Like

Yes i tried but it does’nt work

For your second idea the problem is that when you extract a feature line, you have to define the layer where you want to put it…

You can’t get the layer because until you extract the feature line, it doesn’t actually exist on a layer in the drawing. The display of the feature lines is governed by the component layer settings in the feature line style.

I think there would have to be some Python involved to drill down into the actual feature line style and get the component layer settings.

1 Like