Grasshopper

algorithmic modeling for Rhino

record data component: boolean inputs would be nice for starting and resetting the recording.

Views: 1820

Replies to This Discussion

What if you input more than one boolean?

--

David Rutten

david@mcneel.com

Poprad, Slovakia

I meant one Boolean for starting and stopping the recording and one for resetting the data. I know you can already do this by clicking the respective buttons on the component but it would be nice to be able to do it automatically in response to other things.

I guess one might as well use the data logger in firefly for this, just an idea.

Any news on this options for the record feature as the Firefly data logger seems to only work with values not geometry.

Thanks Matt

The special components are fancy, but I come across this issue quite often and can only agree with Brian.

Is there a way to have a Data Recorder (independent from data type) with a boolean input for reset via VB.net, maybe?

Hi Philip,

In the HAL plugin there is a data recorder that can store values in specific branches if you want.

Thanks Thibault!

I was looking for a custom script component solution, since my Tabs are flooded already from plug-ins, which I only need one or two components at the end.

Additionally, I see this also more as a request to David. 

Until I found a better solution I will go for HAL or some tree structure method, I guess.

hello to every one!

have you found a script or a component for recoding data with external boolean for resetting and recording?

Hi Davide,

not sure, but I think it was Rajaaa, who pointed me at this:

    If reset = True Then
      out_tree.clear
    Else
      For Each p As GH_Path In d.Paths
        Dim out_list As List(Of Object) = d.Branch(p)
        out_tree.AddRange(out_list, New GH_Path(p))
      Next

    End If

    A = out_tree

Best,

Phillip

Attachments:

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service