Grasshopper

algorithmic modeling for Rhino

Hello,

How can i access to the output param without the RunScript function ?

One exemple:

Private Sub RunScript(ByVal x As Object, ByVal y As Object, ByRef A As Object)
...

End Sub

'Custom additional code
Here, i would like access to the outputs params !
And update the childs components

'/Custom additional code

Can you help me ?
Thank you.

Views: 205

Replies to This Discussion

Hi jmv,

I think that's a bad idea from within a VB Component. If you want to mess about with outputs and solutions you're really better off writing a proper GHA library using Visual Studio (Express).

The output parameters are filled in after the RunScript method completes, so any data you'd write there would most likely be overwritten.

--

David Rutten

david@mcneel.com

Poprad, Slovakia

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service