Grasshopper

algorithmic modeling for Rhino

Is it just me or is there a severe data lag when contructing points from XYZ values using the point component. So far I am trying to create 142k points from explicit values, and so far it is hanging 10 mins after connecting the X wire.

Its pretty much unusable at this speed.

I am on GH *52

 

 

Views: 545

Replies to This Discussion

Interesting. Sorted.

 

So the issue is, supplying a text parameter not a number parameter to the input parameters of the point construct component. I suspect there is an internal code expense in grasshopper trying to convert a text parameter to a number parameter.

 

Forcibly converting the string type to a number type first by adding it as an input to the number parameter and then using the output as input to the point constructor solves the lag. Now takes 170m s for 142 k nodes. Takes 15 s to convert 142 k string values to number values.

 

 

 

RSS

About

Translate

Search

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service