Home › Forums › Nazca › Questions and Answers › Using “xsections” with a custom building block › Reply To: Using “xsections” with a custom building block
Thank you, Ronald. This solution works for me.
I have one more question.
Can I get information about the “xs layers” and their corresponding “grow” values from nd once I add those layers to xsection?
In case I have multiple layers added to xsection with different grow values I want to apply those to my building block created using polygons.
In your example, you passed the layer name (layer=’NoFill’) and grow value (grow=grow) manually, but it would be good to pass only xs name (xs=”myXS”) and then apply grow to each layer. This would be a loop over layers getting layer names and grow values and applying them using grow function.
Milan