Hello.
Can someone help me accomplish this apparently simple task in grasshopper.
I think it's an interesting problem also.
Here's the deal:
- I have several solids (or surfaces for that matter) that I want to section horizontally (not slice, I want the resulting contour like curves).
-I have a list of numbers representing the spacing between each section z
*I created a vbscript component to transform this spacing list into a list of specific z coordinates (is there a simple way)
- created the z vector and feed it to a move component to place horizontal slicing planes
-Finally created a "section" component to get the section curves
Seams fine till now.
The problem is that I would like to extrude resulting curves with different heights.
-I created the "extrude" conponent and linked it to a list of z vectors.
No luck...
It didn't extrude each curve with the corresponding vector.
And...even if it would...
Can I create a branch for each section operation?
I mean, sections for each slicing plane in a tree branch? (And I guess this is the subjects question :-)
Can someone help do this or at least give up doing it??
Thanks
PS: I attached test grasshopper file and model