I'm trying to create a Grasshopper definition that takes a list of
Breps, and from their dimensions generates a set of planes based on
their size. Then I want to section each Brep by each set of planes
into a set of curves.

My definition is working but the section command is generating a data
structure where each resulting curve is at its own unique path.
Instead I want all the curves generated from each of the Breps to be
at a single path so I can manipulate them as a group.

I've been messing with the tree and data structure components but I
can't figure out how to do this. Is there some component(s) I can add
before or after I create the section curves that will make the list of
curves have a structure like the Section Planes? See the screen shot
bellow.

<br>
<img src="http://groups.google.com/group/grasshopper3d/web/Brep
%20Section%20def.jpg">

Reply via email to