Extrude profile with time

Hello experts,

Is there any way to extrude profile with time?

Not for only image genration for animation, I’m trying to genrate pipe as with time intervals and I’ll use kangaroo to collide geometry as it grows up.

Pls help,

I’m trying by python but , not getting result, because python sending all loop data after last calculation.

Then I get only full extrusion.

1 Like

Thanks @dn.aur ,

I’ll try this method.

I’ll check after few moments later :grinning_face:

Rhino_JfcUkngfka

it should look like this

1 Like

it’s working thanks a lot.

Extrusion along time.gh (11.1 KB)

@dn.aur
Extrusion is working along time,

But when i have to change ‘Data limit’ in “Data Recorder” component it’s manual way only,
is there any way to automate. ( so i can pass curve length directly).

Extrusion along time.gh (11.8 KB)

try this. It does not use the native GH data recorder anymore, but a python script which increments on getting triggered. it has a max_val and a reset option.

1 Like

Thanks a lot @dn.aur
it’s very interesting and helpful for me,
i was struggling on this point, and by python you unlocked the data recorder limits.
thanks again.