Hi everyone!.
to make a section in rhino we use usually clipping plane right?
but the tedious thing of using clipping plane in rhino is to erasing too many curves which they include in context only.
is there any way to write a node or code in python to give it just a specific distance from section plane and take context lines respectively?
Hi @Soroush
You can use the Make2D component in Gh. It is slow, but it allows you to define the view and additional clipping planes for section distance.