Creating shapes in GC

Hi All,

What is the best way to create this shape and then use it to create a solid. I need to place it in many points, i can insert a regular cell but the problem is the length of the panel is varying

I've tried and created a 2D parametric cell with a variable on the length and i was able to insert it in GC and link the variable onto my set of values (Line.Length) and it shows the 2D parametric cell with varying length along the points.

But the problem is i could not extract the 2D geometry of that parametric cell (using Curves.FromElementsInCell or BsplineSurface.FromElementsInCell) and i'm getting an error saying its a parametric cell not a cell.

And also, can we drop a 3D parametric cell into a solid after placing it? thanks

Attached is the .cel file

Panels_Outline.cel

Regards,

Cris