Home › Forums › Nazca › Questions and Answers › Using “xsections” with a custom building block › Reply To: Using “xsections” with a custom building block
22 October 2021 at 20:43
#6615
Ronald
Keymaster
Dear Milan,
You can try print(nd.get_xsection('myXS').mask_layers)
to see layer info for ‘myXS’.
It returns a Pandas DataFrame like this:
xsection layer datatype tech ... growy1 growy2 accuracy polyline
layer_name ...
layer1 myXS 1 0 None ... 0.0 0.0 0.001 0.0
NoFill myXS 2 0 None ... 0.0 0.0 0.100 0.0
Ronald